main {
    background: url("./images/index-bg.jpg") no-repeat;
    background-size: 100% 100%;
}

p, img {
    margin-bottom: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    margin: 0;
}

.btn:active:after, .state:active:after, a:active:after, a:focus:after, a:hover:after {
    text-decoration: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 1366px) {
    html, body {
        font-size: 8px;
        font-family: 'SIYUAN';
    }
}

@media screen and (min-width: 1920px) {
    html, body {
        font-size: 10px;
        font-family: 'SIYUAN';
    }
}


.setoneline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.settwoline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.setthreeline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*头部*/
.index-header {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.index-header > img {
    width: 100%;
}

/*底部*/
.index-footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #EA392B;
    padding: 30px;
}

.index-footer > p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.part-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 330px;
    margin: 0 auto;
}

.part-content {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.part-header {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.part-header img {
    width: 100%;
}

.part-header > .part-more {
    display: block;
    position: absolute;
}

.index-body {
    background: #fff;
}

/**
* 新闻聚焦
 */
.xwjj-content {
    padding-top: 30px;
}

.xwjj-part {
    float: left;
    width: 50%;
}

.xwjj-left {
    background: linear-gradient(#eccf81, #ecb939);
    padding: 15px;
    margin: 100px 0;
}

.xwjj-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xwjj-img > img {
    width: 100%;
}

.xwjj-img-title {
    position: absolute;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
}

.xwjj-img-title > p {
    font-size: 17px;
    color: #fff;
}

.xwjj-right {
    background: #fbe7c4;
    padding: 30px 15px;
}

.xwjj-header {
    width: 100%;
    padding: 0 0 20px;
}

.xwjj-header > .part-more {
    width: 68px;
    height: 36px;
    right: 0;
    top: 22px;
}

.xwjj-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xwjj-item {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.xwjj-icon {
    float: left;
    width: 7px;
    height: 7px;
    margin: 32px 10px 0px 0px;
    background: #F53939;
    border-radius: 50%;
}

.xwjj-title {
    float: left;
    width: 96%;
    padding: 15px 0px;
}

.xwjj-title > p {
    font-size: 24px;
    color: #000000;
    line-height: 39px;
}

.xwjj-item:first-child > .xwjj-icon {
    display: none;
}

.xwjj-item:first-child > .xwjj-title {
    width: 100%;
    border-bottom: 1px solid rgb(5, 5, 5, 0.37);
    padding: 15px 0px;
}

.xwjj-item:first-child > .xwjj-title > p {
    font-size: 26px;
    color: #050505;
    font-weight: bold;
    -webkit-line-clamp: 3;
}

/**
* 视频播报
 */
.spbd-card {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 370px;
    margin: 0 45px 30px 0;
}

.spbd-card > img {
    width: 100%;
    height: 208px;
    margin-bottom: 10px;
}

.spbd-card > p {
    font-size: 18px;
    color: #333;
    height: 55px;
}

.spbd-card:nth-child(3n) {
    margin-right: 0;
}

/**
* 老区新貌
 */
.lqxm-card {
    display: block;
    float: left;
    width: 585px;
    margin: 0 30px 15px 0;
    position: relative;
    overflow: hidden;
}

.lqxm-card:nth-child(2n) {
    margin-right: 0;
}

.lqxm-card > .lqxm-img {
    float: left;
    position: relative;
    overflow: hidden;
    width: 234px;
    height: 176px;
}

.lqxm-card > .lqxm-img > img {
    width: 100%;
    height: 100%;
}

.lqxm-card > .lqxm-title {
    float: left;
    width: 351px;
    position: relative;
    padding: 6px 10px;
}

.lqxm-card > .lqxm-title > p {
    font-size: 18px;
    color: #333;
}

/*分页*/
.pager-header {
    padding: 0 0 30px;
}

.pager-header > img {
    width: auto;
    height: 90px;
}

.page-card {
    float: left;
    position: relative;
    width: 280px;
    margin: 10px;
}

.page-card > img {
    width: 100%;
    margin-bottom: 10px;
}

.page-card > p {
    font-size: 18px;
    height: 55px;
    color: #333;
}

.news-card > img {
    height: 210px;
}

.video-card > img {
    height: 158px;
}
