@charset "utf-8";

/*公共部分*/
.mt0{margin-top:0!important;}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt40{margin-top:40px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.w1200{clear:both;margin:0 auto;width:1200px;}
.h164{height:164px!important;}
.red{color:red;}
.bg-white{background-color:#ffffff;}
.title{width:100%;height:50px;line-height:50px;border-bottom:1px solid #e7e7e4;}
.title h2{float:left;padding-left:35px;width:auto;display:block;font-size:20px;font-weight:bold;height:47px;line-height:47px;color:#014198;border-bottom:3px solid #014198;}
.title.t-icon1 h2{background:url(../images/icon_tit_yaowen.png) no-repeat left center;}
.title.t-icon2 h2{background:url(../images/icon_tit_tongzhi.png) no-repeat left center;}
.title.t-icon3 h2{background:url(../images/icon_tit_xinwen.png) no-repeat left center;}
.title.t-icon4 h2{background:url(../images/icon_tit_yaowen.png) no-repeat left center;}
.title.t-icon5 h2{background:url(../images/icon_tit_lianjie.png) no-repeat left center;}
.title h2 a{color:#00923f;}
.title a{float:right;height:50px;width:40px;display:inline-block;padding-right:20px;color:#004098;background:url(../images/icon_more.png) no-repeat right center;}
.listbox{position:relative;margin:0 auto;height:auto;overflow:hidden;}
.listbox li{float:left;position:relative;width:calc(100% - 12px);padding-left:12px;}
.listbox li::before{content:"";position:absolute;left:0;top:50%;margin-top:-4px;width:7px;height:7px;display:block;background:url(../images/list_bg.png) no-repeat;background-position:0  0;}
.listbox li:hover::before{background-position:-7px  0;}
.listbox li a{float:left;height:32px;line-height:32px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.listbox li span{float:right;width:44px;line-height:32px;color:#999;}
.listbox .date{width:90px;line-height:40px;}
.listbox.lst-icon li::before{background:url(../images/list_bg2.png) no-repeat;}
.listbox.lst-icon::before{content:"";position:absolute;top:14px;left:3px;width:1px;height:190px;background-color:#cccccc;}

/*头部*/
.header{height:175px;width:100%;/*background:url(../images/header_bg.jpg) top center no-repeat #004098;*/background-color:#fff;}
.header .main{position:relative;width:100%;height:98px;}
.header .top{height:30px;line-height:30px;color:#fff;}
.header .top a{color:#282536;}
.header .top .top_r a{margin:0 2px;font-size:18px;cursor:pointer;}
.header .top .top_r a:hover{color:#00479d;}
.header .top .top_r span{position:relative;margin:0 10px;}
.header .top .top_r span::after{position:absolute;content:"";display:inline-block;top:50%;left:-13px;margin-top:-5px;width:1px;height:10px;background-color:#009BE1;}
.header .top .top_r span:first-child::after{width:0;}
.header .main .logo{margin-top:-10px;}
.header .main .info{width:100%;}
.header .main_r{width:360px;display:block;position:absolute;top:10px;right:0;}
.header .main_r .suoxun{text-align:center;font-size:18px;color:#fff;}
.header .main_r .suoxun span{margin:12px;}
.header .search{margin-top:20px;width:340px;height:36px;background:#fff;overflow:hidden;border-radius:50px;border:1px solid #00479d;}
.header .search .search_txt{display:inline-block;float:left;width:250px;height:36px;line-height:36px;border:0;padding:0 10px;color:#666;background-color:#fff;}
.header .search .search_btn{display:inline-block;float:left;width:70px;height:36px;line-height:36px;border:0;color:#fff;cursor:pointer;background:url(../images/search_bg.png) no-repeat center center;}
.tag{height:52px;margin-bottom:20px;border-bottom:1px solid #e7e7e4;}
.tag li{float:left;margin-right:15px;}
.tag li a{padding:0 10px;width:auto;display:block;font-size:16px;height:36px;line-height:36px;margin-top:16px;}
.tag .onTag{color:#00923f;}
.tag .onTag a{color:#ffffff;background-color:#00923f;border-top-left-radius:4px;border-top-right-radius:4px;}
.tagMore{position:absolute;top:20px;right:0px;color:#999;}
.tagMore:hover{color:#999;}

.top_r a:after {
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    background-color: #00479d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(150%) translateY(0);
    -moz-transform: translateX(150%) translateY(0);
    -ms-transform: translateX(150%) translateY(0);
    transform: translateX(150%) translateY(0);
}
.top_r span:hover a:after {
    width: 100%;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
}
.top_r span a img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    right: -40px;
    z-index: 10;
    border-radius: 5px;
    padding: 5px;
    background: #76aedb;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.top_r span:hover img {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

/*导航*/
.nav{position:relative;height:46px;border-top:1px solid #216dd5;background-color:#00479d;}
.nav>ul>li{position:relative;float:left;display:block;line-height:46px;font-size:16px;width:133px;text-align:center;}
.nav>ul>li.current{background-color:#0e5eca;}
.nav>ul>li>a{color:#fff;display:block;font-size:16px;}
.nav>ul>li>a:hover{color:#ffffff;}
.nav>ul>li:hover ul{display:block}
.nav>ul>li ul{position:absolute;top:46px;z-index:1000;background-color:#0e5eca;width:133px;display:none;}
.nav>ul>li:nth-child(4) ul{width:200px;}
.nav>ul>li:nth-child(5) ul{width:160px;}
.nav>ul>li ul li a{display:block;color:#ffffff;width:100%;margin:0 auto;line-height:40px}
.nav>ul>li:hover{color:#ffffff;background-color:#0e5eca;}
.nav>ul>li{position:relative;}
.nav>ul>li::after{content:"";position:absolute;display:inline-block;top:50%;right:0;margin-top:-5px;width:1px;height:10px;background-color:#0e5eca;}
.nav>ul>li:last-child::after{width:0;}
.nav>ul>li>a:hover{color:#ffffff;}
.nav>ul>li ul li a:hover{color:#ffffff;background-color:#07459c;}
.focus{margin:0 auto;width:650px;position:relative;height:380px;background-color:#fff;}
#kinMaxShow{display:none;}

/* 设置焦点图标题位置、样式等。标题位置、样式完全可以自定义哦 */
#kinMaxShow p.title{position:absolute;text-align:center;left:0;bottom:0;line-height:34px;color:#FFF;display:block;width:400px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;font-size:16px;padding:0 10px;background:#000;background:rgba(0,0,0,0.6);}
#kinMaxShow .kinMaxShow_button{text-align:center;width:100%;}
#kinMaxShow .kinMaxShow_button li{display:inline-block!important;float:none!important;}
.indexMain01{box-sizing:border-box;padding:20px 0 30px;background-color:#fff;overflow:hidden;}
.indexMain01 .indexMain01-l{width:815px;}
.indexMain01 .indexMain01-r{width:360px;}
.indexMain01 .indexMain01-l .main .main-l{width:420px;}
.indexMain01 .indexMain01-l .main{margin-top:20px;}
.indexMain01 .indexMain01-l .main .main-r{width:375px;height:284px;}
.indexMain01 .indexMain01-l .main .main-r .tit{border-bottom:1px dashed #acacac;}
.indexMain01 .indexMain01-l .main .main-r .tit a{width:375px;display:inline-block;height:50px;line-height:50px;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#014198;font-weight:bold;}
.indexMain01 .indexMain01-l .main .main-r .listbox li a{width:290px;}
.indexMain01 .indexMain01-r .listbox{position:relative;}
.indexMain01 .indexMain01-r .listbox img{width:360px;height:284px;}
.indexMain01 .indexMain01-r .listbox .ico{position:absolute;width:84px;height:84px;top:calc(50% - 42px);left:calc(50% - 42px)}
.indexMain01 .indexMain01-r .listbox .ico a{display:block;width:84px;height:84px;background:url(../images/vod.png) no-repeat;}
.indexMain01 .indexMain01-r .listbox .ico a:hover{background:url(../images/vod_on.png) no-repeat;}
.indexMain01 .indexMain01-r .listbox li{border-bottom:1px solid #eee;padding:11px 0;width:100%;}
.indexMain01 .indexMain01-r .listbox li a{width:280px;float:right;font-size:15px;}
.indexMain01 .indexMain01-r .listbox li::before{width:0;height:0;}
.indexMain01 .indexMain01-r .listbox li span{float:left;text-align:center;background-color:#e6edf5;color:#014198;padding:2px 10px;font-size:15px;}

/*indexMain02*/
.indexMain02{box-sizing:border-box;padding:20px 0 30px;overflow:hidden;}
.indexMain02 .item{float:left;width:373px;margin-right:40px;}
.indexMain02 .item:last-child{margin-right:0;}
.indexMain02 .item .listbox li a{width:280px;font-size:15px;}
.indexMain02 .item .tit{display:inline-block;width:373px;padding:4px 0 14px;border-bottom:1px dashed #acacac;margin-bottom:4px;}
.indexMain02 .item .tit .tit-l{display:block;width:116px;height:74px;}
.indexMain02 .item .tit .tit-l img{width:116px;height:74px;}
.indexMain02 .item .tit .tit-r{width:240px;display:block;}
.indexMain02 .item .tit .tit-r .tit-r-t{height:50px;line-height:25px;font-size:16px;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.indexMain02 .item .tit .tit-r .tit-time{margin-top:5px;color:#999;}

/*indexMain03*/
.indexMain03{box-sizing:border-box;padding:30px 0;background-color:#fff;overflow:hidden;}
.indexMain03 .system-main .system-item{display:block;float:left;width:220px;height:94px;margin-right:24px;background-color:#fff;margin-top:10px;margin-bottom:10px;cursor:pointer;}
.indexMain03 .system-main .system-item:hover{opacity:0.9;}
.indexMain03 .system-main .system-item img{border:1px solid #ccc;padding:2px;width:214px;height:88px;}
.indexMain03 .system-main .system-item span{font-size:20px;color:#fff;line-height:94px;}
.indexMain03 .system-main .system-item:nth-child(5n+5){margin-right:0;}
/*.indexMain03 .system-main .system-item.icon-bg1{background:url(../images/icon_system_1.png) no-repeat 20px center #edb232;}
.indexMain03 .system-main .system-item.icon-bg1 span{margin-left:100px;}
.indexMain03 .system-main .system-item.icon-bg2{background:url(../images/icon_system_2.png) no-repeat 10px center #6cd8b3;}
.indexMain03 .system-main .system-item.icon-bg2 span{margin-left:80px;}
.indexMain03 .system-main .system-item.icon-bg3{background:url(../images/icon_system_3.png) no-repeat 15px center #ac81e7;}
.indexMain03 .system-main .system-item.icon-bg3 span{margin-left:80px;}
.indexMain03 .system-main .system-item.icon-bg4{background:url(../images/icon_system_4.png) no-repeat 20px center #4e99ff;}
.indexMain03 .system-main .system-item.icon-bg4 span{margin-left:100px;}
.indexMain03 .system-main .system-item.icon-bg5{background:url(../images/icon_system_5.png) no-repeat 20px center #f06c62;}
.indexMain03 .system-main .system-item.icon-bg5 span{margin-left:100px;}*/
.indexMain03 .scroll-main{position:relative;}
.indexMain03 .scroll-main .scroll-box{position:relative;}
.indexMain03 .scroll-main .scroll-box li{display:inline-block;margin-right:20px;font-size:0;}
.indexMain03 .scroll-main .scroll-box .picbox{width:1200px;height:183px;overflow:hidden;position:relative;padding:20px 0;}
.indexMain03 .scroll-main .scroll-box .piclist{width:20000em;position:absolute;clear:both;}
.indexMain03 .scroll-main .scroll-box .piclist li{float:left;width:220px;height:183px;margin-right:24px;}
.indexMain03 .scroll-main .scroll-box .piclist li:hover{opacity:0.9;}

.indexMain03 .scroll-main .scroll-box .piclist li .pic{text-align:center;}
.indexMain03 .scroll-main .scroll-box .piclist li .pic img{width:214px;height:145px;display:block;padding:2px;border:1px solid #ccc;}
.indexMain03 .scroll-main .scroll-box .piclist li .pic a:hover img{border-color:#999;}
.indexMain03 .scroll-main .scroll-box .piclist li .txt{font-size:14px;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.indexMain03 .scroll-main .scroll-box .piclist li .txt a{line-height:30px;color:#666;display:block;text-align:center;}
.indexMain03 .scroll-main .scroll-box .piclist li .txt a:hover{color:#00479d;}

.indexMain03 .scroll-main .scroll-box .page-box{position:absolute;}
.indexMain03 .scroll-main .og_prev{width:20px;height:20px;background:url(../images/jt_left.png) no-repeat;position:absolute;top:98px;cursor:pointer;left:0;}
.indexMain03 .scroll-main .og_next{width:20px;height:20px;background:url(../images/jt_right.png) no-repeat;position:absolute;top:98px;cursor:pointer;right:0;}
.indexMain03 .scroll-main .og_prev:hover{background:url(../images/jt_left_cur.png) no-repeat;}
.indexMain03 .scroll-main .og_next:hover{background:url(../images/jt_right_cur.png) no-repeat;}
.indexMain03 .scroll-main .page-box{position:absolute;width:60px;top:-80px;right:0;}

/*友情链接*/
.link .link-box{margin:0 auto;}
.link .link-box .link-list{padding:10px 0 20px;overflow:hidden;}
.link .link-box .link-list li{float:left;display:block;margin-right:30px;margin-bottom:10px;}
.link .link-box .link-list li a{color:#666;display:block;border:1px solid #ddd;background-color:#fff;padding:4px 10px;}
.link .link-box .link-list li a:hover{color:#00479d;}
.link .title,.link .title h2{border-bottom:0;}

/*网站底部*/
.footer{position:relative;width:100%;background:#00479d;overflow:hidden;color:#fff;}
.footer .left{width:450px;padding-top:20px;}
.footer .left p{font-size:14px;color:#fff;line-height:25px;}
.footer .left .tel{margin-bottom:10px;font:normal 32px "arial";line-height:32px;color:#fff;}
.footer .left .tel span{font-size:14px;line-height:18px;}
.footer .left .tel .fa{border:2px solid;width:45px;height:45px;border-radius:50%;text-align:center;line-height:45px;}
.footer .left .fa{margin-right:10px;}
.footer .left .p1{text-indent:65px;}
.footer .middle{padding-top:25px;}
.footer .middle .item{text-align:center;width:200px;display:block;font-size:0;}
.footer .middle .item span{display:block;color:#fff;font-size:14px;margin-top:5px;}
.footer .middle .item img{width:120px;height:120px;}
.footer .right{padding-top:20px;}
.footer .right .item{text-align:center;width:160px;display:inline-block;font-size:0;}
.footer .right .item ul{list-style-type:none}
.footer .right .item ul li{line-height:25px;font-size:14px;color:#fff;text-align:center;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.footer .right .item ul li:first-child{font-size:16px;font-weight:600;margin-bottom:10px;}
.footer .right .item a{color:#fff;text-decoration:none}
.footer .right .item a:hover{color:#fff;text-decoration:underline}
.footer .right .item span{display:inline-block;color:#fff;font-size:14px;}
.footer .right .item img{width:100px;height:100px;}
.footer .copyright{width:100%;height:40px;background:#333;line-height:40px;}

/*分页*/
.page{width:100%;text-align:center;height:auto;overflow:hidden;padding-top:30px;}
.pageList ul{padding:0;}
.pageList ul li{line-height:30px;display:inline-block;margin:0 2px;text-align:center;font-size:0;}
.pageList ul li a{background:#efefef;color:#646464;padding:4px 10px;border:1px solid #d3d3d3;font-size:16px;}
.pageList ul li a.page-num{margin-left:8px;}
.pageList ul li a.page-num:first-child{margin-left:0;}
.pageList ul li a.page-num-current,.page ul li a:hover{background-color:#0b489d;border:1px solid #0b489d;color:#FFFFFF;}
.pageList ul li a.disable{color:#cfcdcd;pointer-events:none;}

/*-------------网站内页---------*/
.content-wrap{background:url(../images/body_bg.jpg) repeat-x top center;}
.content-inner{background:url(../images/body_bg2.png) no-repeat center 300px;}
.content{box-sizing:border-box;padding:30px 0;height:auto;overflow:hidden;}
.content .content-left{float:left;width:285px;background-color:#fefeff;}
.content .content-right{float:right;width:840px;background-color:#fff;min-height:400px;}
.content .content-left .tit{position:relative;box-sizing:border-box;width:285px;height:90px;line-height:90px;background:url(../images/title_bg.png) no-repeat;border-bottom:2px solid #ff4e4e;}
.content .content-left .tit .icon{position:absolute;top:50%;margin-top:-20px;left:20px;width:40px;height:40px;display:inline-block;}
.content .content-left .tit .icon.icon-science{background:url(../images/icon_tit2_kexue.png) no-repeat center center;}
.content .content-left .tit .icon.icon-news{background:url(../images/icon_tit2_xinwen.png) no-repeat center center;}
.content .content-left .tit .icon.icon-down{background:url(../images/icon_tit2_xiazai.png) no-repeat center center;}
.content .content-left .tit .icon.icon-organ{background:url(../images/icon_tit2_jigou.png) no-repeat center center;}
.content .content-left .tit .icon.icon-general{background:url(../images/icon_tit2_gaikuang.png) no-repeat center center;}
.content .content-left .tit .icon.icon-culture{background:url(../images/icon_tit2_wenhua.png) no-repeat center center;}
.content .content-left .tit .icon.icon-job{background:url(../images/icon_tit2_zhaosheng.png) no-repeat center center;}
.content .content-left .tit .txt{width:190px;display:inline-block;font-size:26px;font-weight:bold;color:#fff;margin-left:80px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.content .content-left .cate-main .cate-item{width:285px;height:60px;text-align:center;}
.content .content-left .cate-main .cate-item a{width:200px;height:60px;text-align:left;line-height:60px;font-size:18px;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.content .content-left .cate-main .cate-item:hover{background:url(../images/icon_right.png) no-repeat 240px center #f8f8f8;}
.content .content-left .cate-main .cate-item.cur{background:url(../images/icon_right.png) no-repeat 240px center #f8f8f8;}
.content .content-left .cate-main .cate-item.cur a{color:#004098;}
.content-right{padding:10px 30px 30px;}
.content-right .right-tit{width:100%;height:50px;line-height:50px;border-bottom:1px solid #e7e7e4;}
.content-right .right-tit h2{float:left;width:auto;display:block;font-size:20px;font-weight:bold;height:47px;line-height:47px;color:#014198;border-bottom:3px solid #014198;}
.content-right .right-tit .site{font-size:#333;}
.content-right .right-tit .site span{color:#999;}
.content-right .right-tit .site span a{color:#666;}
.sc-list .sc-item{width:840px;display:inline-block;padding:20px 0;height:72px;border-bottom:1px dashed #cfcfcf;}
.sc-list .sc-item .sc-item-l{float:left;display:block;text-align:center;width:120px;height:72px;border-right:1px solid #cfcfcf;margin-right:35px;}
.sc-list .sc-item .sc-item-l .day{font-size:30px;font-weight:bold;color:#0b489d;width:100%;display:inline-block;}
.sc-list .sc-item .sc-item-l .year{color:#666;}
.sc-list .sc-item .sc-item-r{float:right;display:block;width:675px;}
.sc-list .sc-item  .sc-item-r .tit{width:100%;font-size:18px;line-height:1.5;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.sc-list .sc-item  .sc-item-r .desc{font-size:14px;color:#999;margin-top:10px;height:38px;overflow:hidden;}
.ac-list .ac-item{width:840;display:inline-block;padding:20px 0;height:142px;border-bottom:1px dashed #cfcfcf;}
.ac-list .ac-item .ac-item-l{float:left;display:block;text-align:center;width:200px;height:142px;margin-right:35px;}
.ac-list .ac-item .ac-item-l img{width:100%;height:100%;}
.ac-list .ac-item .ac-item-r{float:right;display:block;width:605px;}
.ac-list .ac-item  .ac-item-r .tit{width:100%;font-size:18px;line-height:1.5;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#333;}
.ac-list .ac-item  .ac-item-r .desc{font-size:14px;color:#999;margin-top:20px;height:38px;overflow:hidden;}
.ac-list .ac-item  .ac-item-r .bottom{margin-top:30px;}
.ac-list .ac-item  .ac-item-r .bottom .time{color:#999;float:left;}
.ac-list .ac-item  .ac-item-r .bottom .look{float:right;border:1px solid #eee;display:block;padding:4px 10px;color:#666;}
.ac-list .ac-item:hover .bottom .look{border:1px solid #0b489d;color:#004098;}
.news-list .news-item{width:840px;display:inline-block;padding:20px 0;line-height:1.5;border-bottom:1px dashed #cfcfcf;}
.news-list .news-item .tit{float:left;font-size:16px;width:730px;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.news-list .news-item .time{float:right;width:110px;text-align:right;color:#999;font-size:14px;}
.newsSchool-list .newsS-item{display:block;float:left;margin-top:20px;width:264px;height:292px;background-color:#f8f8f8;border-bottom:3px solid #f8f8f8;margin-right:24px;}
.newsSchool-list .newsS-item:hover{border-bottom:3px solid #004098;}
.newsSchool-list .newsS-item .img{width:264px;height:155px;display:inline-block;}
.newsSchool-list .newsS-item .img img{width:264px;height:155px;}
.newsSchool-list .newsS-item:nth-child(3n){margin-right:0;}
.newsSchool-list .newsS-item .tit{width:100%;font-size:18px;line-height:1.5;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#333;}
.newsSchool-list .newsS-item .desc{color:#666;margin:10px auto;word-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.newsSchool-list .newsS-item .info{padding:10px 15px;}
.newsSchool-list .newsS-item .time{color:#999;}
.down-list .down-item{width:100%;display:inline-block;padding:18px 0;line-height:1.5;border-bottom:1px solid #e7e7e4;margin-right:40px;}
.down-list .down-item:nth-child(2n){margin-right:0;}
.down-list .down-item .tit{float:left;position:relative;padding-left:30px;font-size:16px;width:732px;display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.down-list .down-item .tit::before{content:"";position:absolute;left:0;top:50%;margin-top:-7px;width:17px;height:16px;display:block;background:url(../images/icon_down.png) no-repeat;background-position:0 0;}
.down-list .down-item .tit:hover::before{background-position:-17px 0;}
.content .details-main .details-tit{padding:20px 0;border-bottom:1px dashed #cfcfcf;}
.content .details-main .details-tit .details-tit-t{margin:20px auto 0;padding-bottom:10px;text-align:center;font-size:24px;font-weight:bold;line-height:40px;width:100%;color:#333333;}
.content .details-main .details-tit .details-tit-b{text-align:center;}
.content .details-main .details-tit .details-tit-b span{margin-right:20px;color:#999;}
.content .details-main .details-dow{width:100%;padding:20px 0 10px;line-height:30px;font-size:16px;height:auto;overflow:hidden;color:#555;}
.content .details-main .details-dow .dow_tit{margin-right:20px;}
.content .details-main .details-dow .dow_tit::before{content:"";position:relative;bottom:-2px;margin-right:5px;width:17px;height:16px;display:inline-block;background:url(../images/icon_down.png) no-repeat;}
.content .details-main .details-dow .dow_tit:hover::before{background-position:-17px 0;}
.content .details-main .details-con{width:100%;padding:20px 0 10px;line-height:30px;font-size:16px;height:auto;overflow:hidden;color:#555;min-height:400px;}
.content .details-main .details-con img{margin:10px 0;width:auto;height:auto;max-width:100%;}
.content .details-main .details-con p{margin-bottom:15px;}
.content .details-main .prenext{width:100%;margin-top:30px;display:inline-block;line-height:30px;font-size:16px;color:#555;}
.content .details-main .prenext .pre{width:50%;display:inline-block;float:left;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.content .details-main .prenext .next{width:50%;display:inline-block;float:right;text-align:right;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
