@charset "gb2312";
/* CSS Document */

html,body{margin:0px;
    padding:0px;}
body{
    font-family:Arial,Helvetica,sans-serif,'Î¢ÈíÑÅºÚ',"microsoft yahei";
    font-size:16px;
    color:#575757; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th{
    background: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size:100%;
}
ul,li,ol {
    list-style: none;
}
em,b,i{
    font-style:normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
input, textarea, select, a {
    margin:0px;
    padding:0px;
    outline:0px;}
textarea {resize:none; overflow:auto;}

aside, article, footer, header, nav, section ,main{display:block;
    height: auto;
    overflow: hidden;}
a{color: #585858;text-decoration:none;}
a:hover{
    text-decoration:underline; }
.disFlex{
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
}
.marTop0{
    margin-top:0 !important;
}
.marButton0{
    margin-bottom: 0 !important;
}
.paddingTop0{
    padding-top:0 !important;
}
.paddingButton0{
    padding-bottom: 0 !important;
}
/*****main****/
.main{
    width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.ad,.ad-flex {
    padding: 7px 0;
}
.ad a,.ad-flex a{
    display: block;
}

.ad-flex{
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
}
.ad img,.ad-flex img{
    width: 100%;
    height: auto;
    display: block;
    display: block;
}

.top{
    font-size: 14px;
    color: #b2b2b2;
    padding: 10px 0 15px 0;
    line-height: 30px;
    line-height: 26px;
}
.top a{
    color: #b2b2b2;
}
.top-left{
    width: 40%;
}
.top-left p{
    padding-top: 10px;
}
.top-left img{
    float:left;
    margin-right: 20px;
    margin-left:20px;
    width: auto;
    max-width: 45%;
    height: auto;

}
.top-mid{
    width: 36%;
    text-align: center;
}
.top-mid a{margin: 0 5px;
}
.top-right{
    width: 34%;
}
.top-right p{
    padding-top: 6px;
}
.search{
    width:60%;
    height:36px;
    line-height: 36px;
    padding-top: 15px;
}
.search input{
    width:80%;
    height:34px;
    line-height: normal;
    text-indent: 1rem;
    float: left;
    border: none;
    border-radius: 20px;  border: 1px #b2b2b2 solid;
    line-height: normal;
}
.search button{
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    float: left;
    margin-left: -40px;
    margin-top: 3px;
    background: url("search.png") no-repeat 100% 100%;
    margin-right: 20px;
;
}
.search button img{
    width: 28px;
    height: 28px;

}
.search button:focus{
    outline: none;
}
.search button:hover{
    cursor: pointer;
}
.search span{
    color: #b2b2b2;
    font-size: 15px;
}
/***nav***/
.nav-port{
    line-height: 28px;
    text-align:center;
    /* border-top:1px #e2e2e2 solid; */
    /* border-bottom: 1px #e2e2e2 solid; */
    font-size: 15px;
    padding: 10px 0;
    background: #e31f1a;
}
.nav-port a{
    display:block;
    color:#ffffff;
    float:left;
}
.nav-port-o{border-right: 1px #ffffff solid;}
.nav-port-o{
    width: 55%;
    /* height:70px; */
    padding: 0 40px;
}
.nav-port-tw{
    width: 45%;
    /* height:70px; */
    padding: 0 40px;
}
.nav-port-o p,.nav-port-tw p{
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
}


.tate-city{
    height:32px;
    line-height:32px;
    color: #585858;
    text-align: center;
    border-bottom: 1px #fad2d1 solid;
    font-size: 14px;
}
.tate-city a{
    color: #585858;
    margin: 0 8px;
}
/*NPC*/
.NPC{
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
}
.NPC h1{
    padding-top: 10px;
    margin-bottom: 15px;
    font-size:42px;
    font-weight: bold;
    text-align: center;
}
.NPC h1 a{
    color:#036bb1;
    /* border-right: 5px #036bb1 solid; */
    /* padding-right: 20px; */
    /* margin-right: 20px; */
}
.NPC h1 a:nth-last-child(1){
    border-right:none;
    padding-right: 0;
    margin-right: 0;
}
.NPC-left{
    width: 76%;
    float: left;
}
.top-new-list{

}
.ul-listy li{
    line-height:30px;
}
.ul-listy li a{
    color: #555555;
}
.ul-omit li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.NPC-left ul.ul-listy li{
    line-height:auto;
}
.top-new-list .ul-listy li a{
   /* color:#036bb1; */
}
.NPC-left ul.ul-listy{
    /* display: block; */
    width: 100%;
    /* height: 95px; */
    float: left;
    padding-top:5px;
    margin-left: 40px;
    margin-right: 15px;
}
.NPC-left ul.ul-listy li{
    list-style-type: disc;
    line-height: 16px;
    padding: 7px 0;
}
.NPC-left ul.ul-listy li a{
    /* display: block; */
    /* float: left; */
    border-right: 1px #036bb1 solid;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.NPC-left ul.ul-listy li a:nth-last-child(1){
    border-right:none;
    padding-right: 0;
    margin-right: 0;
}
.NPC-right{
    width: 24%;
    float: left;
    text-align: right;
}
.NPC-right img{
    /* display: block; */
    width: auto;
    max-width: 100%;
    height: auto;
    /* margin: 0 auto; */
}
.polity{
    line-height: 42px;
    /* padding-top: 10px; */
    clear: both;
    background: #eeeeee;
    border-bottom: 2px #e76e6b solid;
}
.polity .icon{
    display: block;
    width:10%;
    float: left;
    color: #e31f1a;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}.qimo8{ overflow:hidden; width:90%;}
.qimo8 .qimo { width:8000%; height:42px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; height:42px; overflow:hidden; zoom:1; }
.qimo8 .qimo ul li{float:left;line-height:42px;list-style-type: disc; margin-left:  10px; margin-right: 10px;}
.qimo8 li a{  padding-right:  10px;}
.polity .icon a{
    color: #e31f1a;
}

/**/
.device{
    width: 1370px;
    position: relative;

    margin-top: 7px;

    overflow: hidden;
}
.device .swiper-container {
    margin: 0 20px;
    height: 110px;
    color: #fff;
    text-align: center;
    overflow: visible;
}.device .swiper-wrapper{

     overflow: hidden;

 }
.device .swiper-slide {
    width: 25%;
}
.device .swiper-slide a{
    display:block;
    width: 95.6%;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
}
.device .swiper-slide img{position:absolute;height: auto;width: 100%;top:50%;left:50%;transform:translate(-50%,-50%);}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}

.device .arrow-left,.device .arrow-right{
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 110px;
    background-color: #e31f1a;
    top: 0;
    z-index: 999;
}
.device .arrow-left{
    left: 0;
}
.device .arrow-right{
    right: 0;
}
.device .arrow-left i,.device .arrow-right i{
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.device .arrow-left i{
    background-image: url(arrows.png) ;
    background-position:0 0;
    left: 0;

}

.device .arrow-right i{
    background: url(arrows.png) ;
    background-position:20px 0;
    right: 0;
}

/*banner*/
.slides { margin: 0px auto; width: 100%; height: 70px; overflow: hidden; position: relative; }
.slide-pic { margin: 0px; padding: 0px; width: 100%; height: 70px; overflow: hidden; list-style: none; }
.slide-pic img { width:100%; height: 70px; }
.slide-pic li { display: none; }
.slide-pic li.cur { display: block; }
.slide-li { margin: 0px; padding: 0px; left: 0px; bottom: 0px; position: absolute; }
.slide-li li { margin: 0px; padding: 0px; width: 100%; float: left; overflow: hidden; list-style: none; }
.slide-li a { width: 100%; color: #000; font-size: 12px; display: block; }
.slide-li a:hover { color: #F00; text-decoration: none; }
.ad-flex .slides{
    width: auto;
    margin-right: 15px;
}
.ad-flex .slides:nth-last-child(1){
    margin-right: 0;
}
.ad-flex .slide-pic img{
    /* width: auto; */
}

.point-colun{
    margin-top: 15px;
    justify-content: space-around;
    border-top: 2px #e8e8e8 solid;
    padding-bottom: 7px;
    padding-top: 15px;
}

.point{
    height: auto;
    overflow:  hidden;
    padding-top:12px;
    background: url("index_25.jpg") repeat-x bottom;
    padding-bottom: 40px; text-align: center;
}
.point h2{
    font-size:36px;
    font-weight: bold;
    /* line-height: 60px; */
    text-align: center;
    padding-bottom: 10px;
}
.point h2 a{
    color:#036bb1;
    /* color:#e31f1a */

}
.point p{
    /*padding-top: 4px;
    padding-bottom: 4px;*/
    font-size: 18px;
}
.point p a{
    padding: 0 10px;
    border-right: 1px #585858 solid;
    line-height: 34px;
    /* margin-top: 4px; */
    /* margin-bottom: 4px; */
}
.point p a:nth-last-child(1){
    padding-right: 0;
    border: 0;
}
.mod{
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.mod-left{
    width: 59.3%;
    float: left;
}
.new-hot{
    margin-top: 10px;
}
.new-hot strong{
    font-size: 20px;
    line-height:56px;
}
.new-hot strong a{
    color: #036bb1;
    margin-right: 1em;
}
.new-hot strong a:nth-last-child(1){
    margin-right:0;
}
.new-hot ul{
    margin-bottom: 14px;
}
.new-hot ul:nth-last-child(1){
    margin-bottom: 0;
}
.mod-right{
    width: 37.9%;
    float: right;
}
.new-hot ul.ul-listy li{
    line-height: 38px;
    font-size: 18px;
}
.new-hot ul.ul-listy li a{
    margin-right:1em;
}
.new-hot ul.ul-listy li a:nth-last-child(1){
    margin-right:0;
}

/*½¹µãÍ¼*/
.flash_box {width: 100%;height:482px;position:relative;overflow:hidden;z-index: 1;margin-top: 25px;/*margin-bottom: 30px;*/}
.flash_box .flash_con {width:100%;height: 480px;overflow:hidden;z-index: 2;}
.flash_box .flash_con .split {width: 100%;height: 482px;overflow:hidden;position:relative;z-index:1;}
.flash_box .flash_con .split img{ width:100%; height:482px; z-index:2}
.flash_box .flash_con .split .shadow {width:100%;height: 50px;overflow:hidden;background:#000;z-index:10;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;position:absolute;left:0px;bottom: 0;z-index:3;}
.flash_box .flash_con .split .wz {
    font-size: 18px;
    width: 100%;
    height:50px;
    overflow:hidden;
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:20;
    color:#fff;
    line-height:50px;
    text-decoration:none;
    cursor:pointer;
    text-align:  left;
}
.flash_box .flash_con .split .wz .tit{
    padding-left: 1em;
    padding-right: 140px;
}
.flash_box .flash_con .split .wz  a{
    color:#fff}

.flash_box .f_btn {width: 60px;height: 50px;margin:0px auto;overflow:hidden;text-align:center;position:  absolute;line-height: 50px;right:  60px;bottom: 0;z-index: 3;}
.flash_box .f_btn .fbtn_con {
    width: 60px;
    margin:0px auto;
    height: 50px;

    font-size: 22px;
    font-family: Georgia, "Monotype Corsiva", Arial, sans-serif;
    font-weight: bold;
    color: #656a60;
    overflow:hidden;
    line-height: 50px;
}
.flash_box .f_btn .fbtn_con a {
    overflow:hidden;
    display: none;
    float:left;
}
.flash_box .f_btn .fbtn_con .current, .flash_box .f_btn .fbtn_con a:hover{  display:block ;color:#cc191b}
.flash_box .prev,.flash_box .next{ width: 10px; height: 20px;overflow:hidden;display:block;position:absolute;
    background: url(http://www.newssc.org/images/2018/icon.png) no-repeat;z-index:3}
.flash_box .prev {bottom:15px;cursor:pointer;margin-top:2px;right:  40px;background-position: -116px 0}
.flash_box .next {bottom:15px;cursor:pointer;margin-top:2px;right:  15px;background-position: -133px 0}
.title{
    text-align: center;
    margin-bottom: 15px;
}
.title fieldset{
    width: auto;
    border-top: 4px #e2e2e2 solid;
    text-align: center;
    color: #e31f1a;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 0 30px;
}
.title fieldset legend{
    background: #ffffff;
    padding: 0 20px;
    text-align: center;
}
.title fieldset legend a{
    color:#e31f1a;
}
.title fieldset legend a:hover{
    text-decoration: none;
}
.laVideo-son{
    width: 31.29%;
    background: #f6f6f6;
}
.imgContainer{
    width: 100%;
    height:146px;
    position: relative;

}
.imgContainer img{
    width: 100%;
    height: 100%;
}
.imgContainer i{
    display: block;
    width: 68px;
    height: 68px;
    background: url("play.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.laVideo-son p{
    padding: 5px;
    line-height: 24px;
}
.thumb{
    position: relative;
    width: 31.29%;
    height: 80px;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 13px;
}
.thumb img{
    display: block;
    width: 100%;
    height: auto;
    /* min-height: 80px; */
}
.thumb span{
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    line-height: 25px;background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.matrix{
    height: 470px;
    background-image:url("matrix_03.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}
.matrix img{
    width: 100%;
    height: auto;
}
.matrix a{
    display: block; position: absolute;
    color: #fff;
    font-weight: bold;
}
.matrix a span{
    width: 100%;
    /* line-height: 100%; */
    /* height: 100%; */
    position: absolute;
    top: 50%;
    /* left: 50%; */
    text-align: center;
    transform: translateY(-50%);
}
.regin-title .title{
    width: 100%;
    margin: 0 auto 28px auto;
}
.regin-title .title fieldset{
    /* width: 100%;*/
}
.regin-title .title span{
    /*  border-right: 3px #585858 solid;
    line-height: 1em;*/
    margin: 0 10px;
}
.regin-title .title i{
    color: #585858;
}
.regin-title .title span:hover{
    cursor: pointer;
}
.regin-title .title .re-01{
    color: #e31f1a;
}

.regin-title .title .re-02{
    color: #575757;
}
.img-text{
    height: auto;
    overflow: hidden;
    padding-bottom: 28px;
    border-bottom:1px #b2b2b2 solid ;
    position: relative;
}
.sign{
    position: absolute;
    font-weight: bold;
    right: 0;
    bottom: 0;
    line-height: 30px;
    text-align: center;
    padding: 0 25px;
    background: #e2e2e2;
}
.img-text-box{
    width: 53.6%;
    height:182px; float: left;
}

.img-text-box img{
    width: 100%;
    height: 100%;

}
.text-box-img img{
    width: 100%;
}
.img-text-text{
    width: 44%;
    float: right;
}
.img-text-text p {
    font-weight: bold;
    line-height: 36px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.regin ul.ul-listy{
    padding-top: 20px;
}
.regin ul.ul-listy li{
    line-height:46px ;
}
.program-son{
    width: 24.3%;
    padding-top: 35px;
    padding-bottom: 40px;
}
.program-son .thumb{
    width: 100%;
    height: auto;
}
.program-son .thumb{
    display: block;
}
.program-son .thumb img{
    width: 100%;
    height: 185px;
    display: block;
    margin-bottom: 0;
}
.program-son h2{
    text-align: center;
    margin-bottom: 25px;
}
.program-son ul.ul-listy{
    width: auto;
    margin-left: 25px;
    height: auto;
    float: none;
}
.program-son ul.ul-listy li{
    line-height: 36px;
    display:block;overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.program-son ul.ul-listy li a{
    margin-right:1em;
}
.program-son ul.ul-listy li a:nth-last-child(1){
    margin-right:0;
}
.program-son h2 a:hover,li a:hover{
    text-decoration: underline;
}
.program-son ul.ul-listy li a{
    color: #585858;
}
.disnews-matrixFlex{
    border-bottom: 2px #e2e2e2 solid;
    padding-bottom:25px;
    margin-bottom: 20px;
}
.news-matrix-son{
    width: 20%;
    height: 270px;
    background: url("lineBG_03.jpg") repeat-y;
    margin-top:60px;

}
.logo-container{
    position: relative;
    width: 100%;
    height: 270px;
}
.logo-container img{
    width:96.43%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.logo-container-text {
    width: 100%;
    text-align: center;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.logo-container-text img{
    width: auto;
    max-width: 96.43%;
    text-align: center;
    border-bottom: 4px #ffffff solid;
    margin: 0 auto 20px auto;
}
.curDiv{
    background: #e31f1a;
    margin-top: 0;
    height: 330px;
    position: relative;
    -moz-box-shadow: 1px 1px 20px 2px #7b6b6c;
    -o-box-shadow: 1px 1px 20px 2px #7b6b6c;
    -webkit-box-shadow: 1px 1px 20px 2px #7b6b6c;
    box-shadow: 1px 1px 20px 2px #7b6b6c;
}
.logo-container-text a:hover{
    text-underline: none !important;

}
.logo-container-text p{
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
}
.mod-img-text .mod-left,.mod-img-text .mod-right{
    width: 47.12%;
}
.mod-img-text .img-text-box{
    width: 49.24%;
}
.mod-img-text .img-text{
    border-bottom: 0;
    padding-bottom: 0;

}
.mod-img-text .img-text-text{
    width: 48.49%;
    border-bottom: 1px #585858 solid;
    padding-bottom: 15px;
    height: 167px;
}
.mod-img-text .img-text-text strong a{
    color: #575757;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
    line-height:26px;
}
.mod-img-text .img-text-text p{
    font-weight: normal;
    line-height: 33px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp:3;
    -webkit-box-orient: vertical;
}
.mod-img-text .show ul.ul-listy{
    margin-left: 25px;
}
.mod-img-text .show ul.ul-listy li{
    list-style-type:disc;
}
.mod-img-text .show ul.ul-listy li a{
    margin-right:1em;
}
.mod-img-text .show ul.ul-listy li a:nth-last-child(1){
    margin-right:0;
}
.regin-title a:hover{
    text-decoration: none;
}
.regin-title .title .re-03,.regin-title .title .re-05{
    color: #e31f1a;
    border-bottom: 3px #e31f1a solid;
}
.regin-title .title .re-04,.regin-title .title .re-06{
    color: #575757;
}
.shijue {
    overflow: hidden;
    margin-top: 0;
    height: auto;
}
/*.shijue .swiper-slide img{

height: 220px;
position:static;
}*/
.shijue .swiper-slide a{
    /* display: inline; */
    height: auto;
}
.shijue .swiper-slide img{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: 216px;
}
.shijue .swiper-container{
    height: 260px;
}
.shijue .arrow-right,.shijue .arrow-left{
    height: 220px;
}
.regin-title .title .re-07,.regin-title .title .re-09{
    color: #e31f1a;
    border-bottom: 3px #e31f1a solid;
}

.regin-title .title .re-08,.regin-title .title .re-10{
    color: #575757;
}

.friend-link{
    width: 1400px;
    height: auto;
    overflow: hidden;
    /* margin-bottom:  20px; */
    padding-top: 40px;
}

.friend-link span{
    display: block;
    width: 250px;
    /* float: left; */
    line-height: 80px;
    font-weight:  bold;
    color: #5a5a5a;
    font-size: 30px;
}
.link-main{
    float: left;
    line-height: 40px;
}
.link-main a{color: #555555;margin: 0 3px;display:  block;float:  left;}

/***footer***/
.footer{
    min-width:1400px;
    height:auto;
    overflow:hidden;
    clear:both;
    margin-top: 40px;
}
.foot-main{
    padding:20px 0px;
    text-align:center;
    margin:  0 auto;
    border-top: 1px #e2e2e2 solid;
}
.foot-main p{
    line-height:40px;
    color: #b2b2b2;
}
.foot-nav{
    line-height:30px;
    color: #333333;
}
.foot-nav a,.foot-main a{
    color: #b2b2b2;
}
.foot-main p img{
    margin: 20px 2px 0 2px;
    border: 1px #dadada solid;
}



@media only screen and (max-width: 1400px){
    .main{
        /* width: 100%; */
    }
    .slides,.slide-pic,.slide-pic img{
        height:100%;
    }
    .top-left{
        width: 40%;
    }
    .top-left img{
        margin-left: 0;
    }
    .top-mid{
        width:24%;
    }
    .top-right{
        width:40% ;
    }
    .thumb,.thumb img{

        height:auto;
    }
    .new-hot strong,.new-hot ul.ul-listy li{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }/*
       height:auto;
    }
    .flash_box,.flash_box .flash_con,.flash_box .flash_con .split{
        height:auto;
    }
    .flash_box .flash_con .split img{
        height:auto;
    }
*/
    .imgContainer{
        /* height:auto; */
    }
    .img-text-box img{
        /* height:auto; */
    }
    .program-son .thumb img{
        /* height:auto; */
    }
    .shijue .swiper-container{
        /* height:auto; */
    }

    .shijue .arrow-right, .shijue .arrow-left{

    }
}