/* ¹«¹²ÑùÊ½ */

.channel_top {
    border-bottom: 1px solid #e8e8e8;
    background-image: url(/DFS/template/17/images/channel_bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 18px;
    font-size: 24px;
}

.lb {
    width: 100%;
    height: 500px;
}

.channel_top .arrow-left {
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #1c428b;
}

.channel_top .arrow-left img {
    margin-top: -6px;
}

.channel_top .arrow-left:hover {
    background-color: #ff9500;
}

.channel_top .arrow-right {
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #1c428b;
    margin-left: 15px;
}

.channel_top .arrow-right img {
    margin-top: -6px;
}

.channel_top .arrow-right:hover {
    background-color: #ff9500;
}


/* main1 */

.main1 {
    padding-top: 40px;
}

.main1 .swiper-container {
    width: 1245px;
    height: 310px;
    margin: 20px auto;
}

.main1 .swiper-slide a {
    display: block;
    margin: 0 5%;
}

.main1 .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
    height: 208px;
}

.main1 .swiper-slide .pic img {
    width: 100%;
    min-height: 100%;
}

.main1 .swiper-slide .words_contain {
    width: 340px;
    height: 125px;
    box-sizing: border-box;
    margin: -30px auto;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 20px;
}

.main1 .swiper-slide .title {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main1 .swiper-slide a:hover .title {
    color: #1c428b;
    font-weight: bold;
}

.main1 .swiper-slide .time {
    padding-left: 20px;
    background-image: url(/DFS/template/17/images/clock_off.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    line-height: 14px;
    color: #969696;
    margin-top: 10px;
    margin-bottom: 5px;
}

.main1 .swiper-slide a:hover .time {
    background-image: url(/DFS/template/17/images/clock_on.png);
    color: #ff9500;
}

.main1 .swiper-slide .summary {
    font-size: 12px;
    color: #969696;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* main2 */

.main2 {
    background-image: url(/DFS/template/17/images/main2_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main2 .swiper-container {
    width: 1245px;
    height: 240px;
    margin: auto;
}

.main2 .swiper-slide a {
    display: block;
    margin: 0 5%;
}

.main2 .swiper-slide .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 25px;
}

.main2 .swiper-slide .time {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main2 .swiper-slide a:hover .time {
    color: #ff9500;
}

.main2 .swiper-slide a:hover .title {
    font-weight: bold;
    color: #1c428b;
}

.main2 .swiper-slide .line {
    width: 80px;
    border-top: 1px solid #1c428b;
    margin-bottom: 15px;
}

.main2 .swiper-slide .summary {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.main2 .swiper-slide .more {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 24px;
    background-color: #1c428b;
}

.main2 .swiper-slide a:hover .more {
    background-color: #ff9500;
}


/* main3 */

.main3 {
    padding-bottom: 65px;
    padding-top: 40px;
}

.main3 .swiper-container {
    width: 750px;
    height: 390px;
    padding-left: 80px;
    padding-bottom: 10px;
}

.main3 .swiper-slide {
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.main3 .swiper-slide img {
    height: 100%;
}

.main3_left {
    width: 550px;
    overflow: hidden;
    float: left;
}

.main3_right {
    float: right;
    width: 600px;
}

.main3_right .title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-top: 25px;
}

.main3_right .line {
    width: 75px;
    border-top: 4px solid #ff9500;
    margin-top: 30px;
}

.main3_right .summary {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 156px;
}

.main3_right .more {
    display: block;
    border-left: 4px solid #ff9500;
    width: 146px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background-color: #1c428b;
    color: white;
    margin-top: 55px;
}

.main3_right .more img {
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

.main3 .main3_contain {
    margin-top: 20px;
}


/* main4 */

.main4 {
    background-image: url(/DFS/template/17/images/main4_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;
}

.main4 .channel_top {
    background: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.main4 .channel_name {
    width: 135px;
    border-bottom: 2px solid white;
    font-size: 24px;
    line-height: 24px;
    float: left;
    color: white;
    padding-bottom: 15px;
}

.main4 .channel_top .more {
    float: right;
}

.main4 .list {
    width: 1240px;
    margin: auto;
}

.main4 .list li {
    width: 580px;
    height: 145px;
    margin: 0 20px;
    float: left;
    box-sizing: border-box;
    padding: 24px 20px;
    margin-bottom: 30px;
    background-image: url(/DFS/template/17/images/main4_lbg_off.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.main4 .list li:hover {
    background-image: url(/DFS/template/17/images/main4_lbg_on.png);
}

.main4 .list .title {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main4 .list .time {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    padding-left: 18px;
    background-image: url(/DFS/template/17/images/clock_off.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.main4 .list .summary {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main4 .list a:hover .title {
    color: #1c428b;
    font-weight: bold;
}

.main4 .list a:hover .time {
    background-image: url(/DFS/template/17/images/clock_on.png);
    color: #ff9500;
}