@import "base.css";
.jdt ul {
    overflow: auto;
}

.jdt ul li {
    float: left;
    position: relative;
}

.jdt ul li a {
    display: block;
}

.jdt ul li .jdt_tit {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
    left: 0px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}

.jdt ul li h3 {
    padding: 25px 15px 10px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
}

.jdt ul li span {
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 10px;
    left: 0px;
    top: 0px;
    color: rgb(0, 0, 0);
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.jdt_box1 {
    margin-right: 1px;
}

.jdt_box1 img {
    width: 567px;
    height: 330px;
}

.jdt_box2 img {
    width: 272px;
    height: 165px;
}

.jdt_box3 img {
    width: 272px;
    height: 164px;
}

.jdt ul li.jdt_box2 h3 {
    padding: 25px 15px 10px;
    line-height: 22px;
    font-size: 15px;
}

.jdt ul li.jdt_box3 h3 {
    padding: 25px 15px 10px;
    line-height: 22px;
    font-size: 15px;
}

.jdt_box3 {
    margin-top: 1px;
}

.jdt ul li a .zhezhao {
    background: linear-gradient(rgba(68, 0, 100, 0) 0%, rgba(68, 0, 100, 0.1) 75%);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
}

.jdt ul li a:hover .zhezhao {
    background: rgba(68, 0, 100, 0);
    content: "";
}

.screen {
    overflow: hidden;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.screen ul {
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.screen ul li {
    float: left;
}

.screen a {
    padding: 0px 15px;
    height: 42px;
    color:#666;
    line-height: 42px;
    display: inline-block;
}

.screen a:hover {
    text-decoration: none;
}

.screen .on a {
    height: 40px;
    color: #637fe4;
    text-decoration: none;
}

.screen a.all {
    background: url("../images/mo_icon.png") no-repeat 0px 12px;
    padding: 0px 0px 0px 20px;
    color: rgb(111, 110, 110);
    float: right;
    display: inline-block;
}

.channel_main {
    margin: 32px auto 0px;
    width: 1200px;
    display: flex;
    position: relative;
    justify-content: space-between;
    -webkit-box-pack: space-between;
}

.channel_l {
    width: 840px;
}

.main_r {
    width: 300px;
}

.tit {
    font-size: 18px;
}

.tit2 {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: space-between;
}

.tit2 em {
    margin: 0px 10px;
    flex: 1 1 0px;
    height: 1px;
    display: inline-block;
    content: "";
    background-color: rgb(227, 227, 227);
}

.more {
    line-height: 13px;
    font-size: 13px;
    font-weight: 300;
}

.more a {
    color: #637fe4;
    padding:0 6px;
    position: relative;
    border: 1px solid #637fe4;
    border-radius:12px;
}

.more a:hover::after {
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(2, 175, 255);
}

.tags {
    color: rgb(151, 151, 151);
    line-height: 30px;
    padding-bottom: 25px;
    font-size: 13px;
    margin-top: 30px;
}

.tags a {
    padding: 0px 20px;
    color: rgb(103, 121, 138);
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: rgb(244, 245, 246);
}

.tags a:hover {
    background-color: rgb(238, 240, 241);
}

.picture_text {
    padding: 25px 0px;
    border-bottom-color: rgb(235, 235, 235);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.picture_text:hover {
    background-color: rgb(247, 247, 247);
}

.graphic1 .picture_text a {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.text {
    flex: 1 1 0px;
    line-height: 32px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 20px;
    margin-right: 25px;
    -ms-text-overflow: ellipsis;
    max-height: 180px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text h4 {
    font-size: 19px;
    font-weight: 600;
    color: #4c4c4cfa;
}
.text h4:hover{color:#637fe4;}
.text p {
    color: rgb(116, 116, 116);
    line-height: 26px;
    padding-top: 10px;
    font-size: 15px;
}

.picture {
    overflow: hidden;
    width: 200px;
   height: 100px;
}
.picture a{
    display: block;
    height: 100%;
}
.picture img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.time_tag {
    color:#a8a8a8;
    font-size: 13px;
    margin-top:10px;
}

.time_tag .tags a {
    background: #d0daff99;
    /* margin: 0px 10px 0px 0px; */
    color: #285192;
    border: #637fe43b 1px solid;
    padding: 2px 4px;
    /* line-height: 28px; */
    display: inline;
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 10px;
}

.time_tag .tags a:hover {
    color:#637fe4;
    border-color:#637fe4;
}

.time_tag .tags {
    border: currentColor;
    border-image: none;
    padding-bottom: 0px;
}

.more_news {
    text-align: center;
    color: rgb(103, 121, 138);
    line-height: 55px;
    font-size: 18px;
    font-weight: lighter;
    display: block;
    background-color: rgb(244, 244, 244);
}

.more_news:hover {
    background-color: rgb(241, 241, 241);
}

.list_main .picture {
    margin-left: 15px;
}

.rela_list .picture {
    margin-left: 15px;
}

.rela_list .picture_text {
    padding-top: 25px;
    margin-bottom: 0px;
}

.list_main .picture_text {
    padding-top: 25px;
    margin-bottom: 0px;
}

.relative_news {
    padding-bottom: 20px;
    margin-top: 25px;
}

.relative_news ul {
    padding-left: 13px;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 5px;
    border-left-style: solid;
}

.relative_news ul li {
    line-height: 28px;
    font-size: 15px;
}

.relative_news ul li a {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.partake {
    padding-bottom: 0px;
}

.hot_news h2 {
    padding-bottom: 8px;
}

.hot_news ul li {
    line-height: 26px;
    padding-left: 12px;
    font-size: 14px;
    position: relative;
}

.hot_news ul li a {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hot_news ul li::before {
    border-width: 4px 0px 4px 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(200, 200, 200);
    transform-origin: 25% center;
    left: 0px;
    top: 8px;
    width: 0px;
    height: 0px;
    position: absolute;
    content: "";
    -webkit-transform-origin: 25% center;
}

.graphic1 {
    margin-top: 25px;
}

.graphic1_con {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(230, 230, 230) rgb(230, 230, 230);
    padding: 6px 13px 0px;
    border-image: none;
}

.graphic1 .picture {
    overflow: hidden;
    margin-right: 12px;
    max-height: 120px;
    max-width: 310px;
}

.graphic1 h4 {
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
}

.graphic1 :last-child.picture_text {
    border: currentColor;
    border-image: none;
}

.rela_list {
    line-height: 24px;
    font-size: 13px;
    margin-top: 25px;
}

.rela_txt {
    color: rgb(180, 180, 180);
    font-size: 12px;
    margin-bottom: 3px;
}

.rela_txt i {
    color: rgb(0, 153, 204);
    margin-right: 5px;
}

.hot_pic {
    margin-top: 50px;
}

.hot_pic h2 {
    margin-bottom: 0px;
}

.hot_pic_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: space-between;
}

.hot_pic .hotpot_list {
    width: 142px;
    margin-bottom: 12px;
}

.hotpot_list h4 {
    line-height: 22px;
    overflow: hidden;
    font-size: 13px;
    -ms-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.exclusive_tit {
    /*background: url("../images/tit_icon.png") no-repeat 0px -268px;*/
    width: 75px;
    height: 22px;
    display: block;
}

.exclusive_con {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(230, 230, 230) rgb(230, 230, 230);
    padding: 3px 13px 12px;
    border-image: none;
}

.exclusive_con ul li {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
    -ms-word-break: keep-all;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.compile {
    margin-top: 43px;
}

.compile_tit {
    /*background: url("../images/tit_icon.png") no-repeat 0px -311px;*/
    width: 75px;
    height: 22px;
    display: block;
}

.compile_con {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(230, 230, 230) rgb(230, 230, 230);
    padding: 3px 13px 12px;
    border-image: none;
}

.compile_con ul li {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
    -ms-word-break: keep-all;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.spec {
    margin-top: 50px;
}

.spec_con .picture {
    width: 139px;
    overflow: hidden;
    max-height: 85px;
    max-width: 139px;
}

.spec_banner {
    padding-bottom: 12px;
}

.spec_banner a {
    display: block;
}

.spec_banner img {
    width: 100%;
    height: auto;
}

.spec_banner a:hover img {
    transition: filter 0.3s;
}

.spec_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spec_con ul li {
    width: 50%;
}

.spec_con ul li span {
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    -ms-word-break: keep-all;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.spec_con ul li span::before {
    border-width: 4px 0px 4px 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(200, 200, 200);
    transform-origin: 25% center;
    left: 0px;
    top: 5px;
    width: 0px;
    height: 0px;
    position: absolute;
    content: "";
    -webkit-transform-origin: 25% center;
}

.spec_banner img {
    height: 125px;
}

.picbox {
    margin-top: 35px;
}

.picbox h4 {
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.picbox_img {
    margin-bottom: 7px;
}

.picbox_img a {
    display: block;
    position: relative;
}

.picbox_img img {
    width: 100%;
    height: auto;
}

.picbox_img a h4 {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75%);
    padding: 35px 0px 3px;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    color: rgb(255, 255, 255);
    position: absolute;
}

.picbox_img a h4 span {
    padding: 0px 10px;
}

.picbox_img a:hover img {
    -webkit-filter: contrast(1.1);
    -moz-filter: contrast(1.1);
    -o-filter: contrast(1.1);
}

.picbox p {
    color: rgb(111, 111, 111);
    line-height: 22px;
    font-size: 13px;
}

.picbox ul li {
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left: 10px;
    font-size: 15px;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    -ms-word-break: keep-all;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.picbox ul li::before {
    border-width: 4px 0px 4px 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255) rgb(200, 200, 200);
    transform-origin: 25% center;
    left: 0px;
    top: 10px;
    width: 0px;
    height: 0px;
    position: absolute;
    content: "";
    -webkit-transform-origin: 25% center;
}

.pinpai2 {
    padding: 13px;
    border: 1px solid rgb(231, 231, 231);
    border-image: none;
    margin-top: 10px;
}

.pinpai2_con {
    overflow: hidden;
    margin-right: -14px;
    _height: 100%;
}

.pinpai2_logo {
    border: 1px solid rgb(212, 212, 212);
    border-image: none;
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-top: 15px;
    margin-right: 14px;
    float: left;
    _margin-right: 9px;
}

.pinpai2_logo a {
    background: rgb(255, 255, 255);
    height: 75px;
    vertical-align: middle;
    display: table-cell;
}

.home_r_box .zhuanti_con img {
    margin: 5px 0px;
    width: 262px;
}

.home_r_box .more {
    background: none;
    color: rgb(153, 153, 153);
    padding-right: 0px;
    font-size: 12px;
}

.paihang2 {
    padding: 13px;
    border: 1px solid rgb(231, 231, 231);
    border-image: none;
    margin-top: 30px;
}

.paihang2_con {
    padding: 7px 0px 1px;
}

.paihang2_con ul li {
    background: none;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding-left: 0px;
    font-size: 14px;
    border-bottom-color: rgb(231, 231, 231);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    _height: 22px;
    _padding-top: 12px;
    _line-height: 24px;
}

.paihang2_con ul li i {
    width: 12px;
    height: 12px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 12px;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    margin-top: 12px;
    margin-right: 7px;
    vertical-align: middle;
    float: left;
    display: block;
    background-color: rgb(192, 192, 192);
}

.paihang2_con ul li a {
    width: 180px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    -ms-word-break: keep-all;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.paihang2_con ul li:last-child {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.paihang2_con ul li span {
    color: rgb(116, 116, 116);
    float: right;
    display: block;
}

.paihang2_con ul li img {
    width: 80px;
    height: 60px;
    display: block;
}

.paihang2_con ul li i.num1 {
    background-color: rgb(255, 0, 0);
}

.paihang2_con ul li i.num2 {
    background-color: rgb(255, 144, 0);
}

.paihang2_con ul li i.num3 {
    background-color: rgb(255, 216, 0);
}

.paihang2_con ul li.hover {
    height: 110px;
}

.paihang2_con ul li:hover {
    height: 110px;
}

.ranking {
    width: 100%;
    margin-top: 50px;
}

.ranking ul {
    line-height: 30px;
    font-size: 14px;
}

.ranking ul li {
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    -ms-word-break: keep-all;
    -ms-text-overflow: ellipsis;
    counter-increment: mycounter;
    -o-text-overflow: ellipsis;
}

.ranking ul li::before {
    color:#999;
    font-weight: 500;
    content: counter(mycounter);
}

.ranking ul li:first-child::before {
    color: rgb(246, 60, 121);
    font-size: 17px;
}

.ranking ul li:nth-child(2)::before {
    color: rgb(246, 143, 60);
    font-size: 16px;
}

.ranking ul li:nth-child(3)::before {
    color: rgb(246, 196, 60);
    font-size: 15px;
}

.ranking ul li a {
    padding-left: 8px;
}

.ranking_con {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(230, 230, 230) rgb(230, 230, 230);
    padding: 0px 13px 8px;
    border-image: none;
}
.exclusive_con ul li, .compile_con ul li, .ranking ul li {
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    /* text-overflow: ellipsis; */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}