﻿/* @general 通用样式
---------------------------------------------------------------------- */
a, article, aside, blockquote, body, button, dd, dl, dt, dialog, em, fieldset, form, figure, footer, header, h1, h2, h3, h4, h5, h6, hr, input, li, nav, ol, p, pre, textarea, td, th, ul, select, strong{
    color: #333;
    font: normal 16px "proxima-nova",​ Helvetica, Arial, Verdana, "微软雅黑", "宋体", sans-serif;
    margin: 0px;
    padding: 0px;
}

article, aside, dialog, figure, footer, legend, header, nav, section, main{
    display: block;
}

a{
    cursor: pointer;
    text-decoration: none;
}

a:hover{
    color: #0091d4;
    text-decoration: none;
    outline:none;
    -moz-outline:none;
}

img{
    border: 0px none;
}

table{
    border-collapse: collapse;
    border-spacing: 0px;
}

th, td{
    vertical-align: top;
    font-weight: normal;
    text-align: left;
}

ul, ol{
    list-style: none;
}

body{
    background-color: #ededed;
}
/* @group 辅助样式
---------------------------------------------------------------------- */
.clear{
    clear: both !important;
}

.clear-fix:after{
    clear: both !important;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.no-border{
    border: 0px none !important;
}

.no-border-top{
    border-top: 0px none !important;
}

.no-border-left{
    border-left: 0px none !important;
}

.no-border-bottom{
    border-bottom: 0px none !important;
}

.no-border-right{
    border-right: 0px none !important;
}

.no-padding{
    padding: 0px !important;
}

.no-padding-top{
    padding-top: 0px !important;
}

.no-padding-left{
    padding-left: 0px !important;
}

.no-padding-bottom{
    padding-bottom: 0px !important;
}

.no-padding-right{
    padding-right: 0px !important;
}

.no-margin{
    margin: 0px !important;
}

.no-margin-top{
    margin-top: 0px !important;
}

.no-margin-left{
    margin-left: 0px !important;
}

.no-margin-bottom{
    margin-bottom: 0px !important;
}

.no-margin-right{
    margin-right: 0px !important;
}

.line-ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* @group 常用组件
---------------------------------------------------------------------- */
.line-news-list li{
    height: 58px;
    border-bottom: dotted 1px #d9d9d9;
}

.line-news-list li span{
    float: right;
    color: #aaa;
    font-size: 12px;
    line-height: 58px;
    margin-right: 4px;
}

.line-news-list li a{
    float: left;
    line-height: 54px;
    margin-left: 4px;
    overflow: hidden;
}

/* @page 页面样式
---------------------------------------------------------------------- */
.main-nav{
    background-color: #0091d4;
    max-width: 1920px;
    min-width: 1380px;
    width: 100%;
    height: 72px;
    margin: 0px auto;
}

.main-nav ul.nav-list{
    width: 1380px;
    margin: 0px auto;
    height: 100%;
}

.main-nav ul.nav-list li.nav-1{
    width: 160px;
    height: 100%;
    float: left;
    position: relative;
}

.main-nav ul.nav-list li.nav-1>a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 72px;
    color: white;
    font-size: 20px;
    font-weight:bold;
}

.main-nav ul.nav-list li.nav-1>a:hover{
    color: #f9d69e;
}

.main-nav ul.nav-list li.current{
    background: #f19c00;
}

.main-nav ul.nav-list li.current>a{
    color: white;
}

.main-nav ul.nav-list li.current>a:hover{
    color: white;
}

.main-nav ul.nav-list li.nav-1 ul.nav-2{
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #ffebcc;
    display: none;
}

.main-nav ul.nav-list li.nav-1 ul.nav-2>li{
    height: 58px;
    border-bottom: solid 1px #f9d69e;
}

.main-nav ul.nav-list li.nav-1 ul.nav-2>li>a{
    display:block;
    height: 60px;
    line-height: 60px;
	text-align: center;
	color: #746e6e;
    font-size: 16px;
    font-weight:bold;
}

.main-nav ul.nav-list li.nav-1 ul.nav-2>li>a:hover{
    color: #2e63ad;
}

.main-nav ul.nav-list li.search{
    float: right;
    width: 32px !important;
    margin-right: 30px;
    position:relative;
}

.main-nav ul.nav-list li.search>a{
    display: block;
    width: 32px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    background: url("../images/search.png") no-repeat center right;
}

.main-nav ul.nav-list li.search .search-box{
	width: 350px;
	height: 56px;
	background-color: white;
	border: solid 1px #eee;
	position: absolute;
	right: -20px;
	top: 10px;
	z-index: 999;
	border-radius: 8px;
	opacity: 0.0;
	display: none;
}

.main-nav ul.nav-list li.search .search-box input{
	height: 36px;
	width: 220px;
	padding: 10px 20px;
	float: left;
	border: 0px none;
	border-radius: 8px;
	font-size: 16px;
}

.main-nav ul.nav-list li.search .search-box button{
	float: left;
	width: 70px;
	height: 36px;
	border-radius: 36px;
	border: 0px none;
	background-color: #50afca;
	color: white;
	float: left;
	margin-top: 10px;
	font-size: 13px;
	cursor: pointer;
}

.main-nav ul.nav-list li.search .search-box button:hover{
	background-color: #57b9d5;
}

.main-nav ul.nav-list li.search .search-box button:active{
	background-color: #5ec3df;
}

.main-content{
    width: 1300px;
    margin: 0px auto;
    padding: 40px 40px;
    background: white;
}

.main-content .content-layout{
    margin-bottom: 26px;
}

.main-content .content-layout .layout-left{
    width: 635px;
    float: left;
}

.main-content .content-layout .layout-right{
    width: 635px;
    float: right;
}

.arc-module .header{
    height: 50px;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
}

.arc-module .header .title{
    float: left;
    width: 112px;
    height: 46px;
    font-size: 22px;
    padding-top: 4px;
    padding-left: 24px;
    font-weight: bold;
}
.arc-module .header .more{
    float: right;
    width: 48px;
    height: 40px;
    text-align: right;
    padding-top: 10px;
    padding-right: 20px;
}

.blue-arc-module .header .title{
    background: url("../images/barcleft.png") no-repeat left bottom;
    color: #2e63ae;
}

.blue-arc-module .header .more{
    color: #2e63ae;
    background: url("../images/barcright.png") no-repeat right bottom;
}

.red-arc-module .header .title{
    background: url("../images/rarcleft.png") no-repeat left bottom;
    color: #d70c0c;
}

.red-arc-module .header .more{
    color: #d70c0c;
    background: url("../images/rarcright.png") no-repeat right bottom;
}

.line-module .header{
    height: 50px;
    border-bottom: solid 1px #eeeeee;
}

.line-module .header .title{
    float: left;
    background: url("../images/linetitle.png") no-repeat left center;
    line-height: 50px;
    font-size: 22px;
    color: #4c4c4c;
    font-weight: bold;
    padding-left: 20px;
}

.line-module .header .more{
    float: right;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    background-color: #feeecd;
    color: #d98c1f;
    margin-right: 12px;
    margin-top: 14px;
    border-radius: 10px;
}

.dotted-news-list{
    padding-top: 14px;
}

.dotted-news-list li{
    height: 48px;
}

.dotted-news-list li a{
    float: left;
    line-height: 48px;
    background: url("../images/newsdotted.png") no-repeat left center;
    padding-left: 12px;
    max-width: 500px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.dotted-news-list li span{
    float: right;
    line-height: 48px;
    color: #aaa;
    font-size: 12px;
}

.full-ad{
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
}

.full-ad img{
    width: 100%;
    display: block;
}

.main-footer{
    padding: 14px 0px;
}

.main-footer .footer-nav{
    text-align: center;
    padding: 10px 0px;
}

.main-footer .footer-nav li{
    display: inline;
}

.main-footer .footer-nav li a{
    padding: 0px 10px;
    color: #888;
}

.main-footer .footer-nav li a:after{
    content: "|";
    padding-left: 20px;
}

.main-footer .copyright{
    padding-bottom: 38px;
}

.main-footer .copyright p{
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #888;
}

/* @home 页面样式
---------------------------------------------------------------------- */
.home .banner{
    max-width: 1920px;
    min-width: 1380px;
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0px auto;
}

.home .banner ul{
    display: block;
    width: 100%;
    height: 100%;
}

.home .banner ul li{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}

.home .banner ul li:first-child{
    display: block;
}

.home .banner ul li img{
    display: block;
    width: 100%;
    height: 100%;
}

.home .banner .logo{
    display: block;
    top: 80px;
    left: 310px;
    width: 142px;
    height: 196px;
    position: absolute;
    opacity: 0;
}

.home .first-news{
    background: #f3f3f3 url("../images/toutiao.png") no-repeat left top;
    height: 106px;
    overflow: hidden;
    position: relative;
}

.home .first-news li{
    position:absolute;
    top:-999em;
    left:0;
    display:block;
    line-height:106px;
    white-space:nowrap;
    text-align: center;
    width: 100%
}

.home .first-news li a{
    text-align: center;
    font-weight: bold;
    color: #d00808;
    font-size: 32px;
    line-height:106px;
    display: block;
    width: 90%;
    margin: 0px auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.home .first-news li a:hover{
    color: #dd0a0a;
}

.home .flash-news{
    height: 405px;
    position: relative;
    overflow: auto;
    text-align: center;
}

.home .flash-news ul{
    width: 100%;
    height: 100%;
}

.home .flash-news ul .slider-item{
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home .flash-news ul .slider-item a{
    display: block;
    width: 100%;
    height: 100%;
}

.home .flash-news ul .slider-item a img{
    width: 100%;
    height: 100%;
}

.home .flash-news ul .slider-item a .slider-title{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-left: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: left;
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

.home .flash-news ul .slider-item a .slider-title span{
    width: 480px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.home .flash-news .dots{
    position:absolute;
    left: 0;
    right: 0px;
    bottom: 20px;
    z-index:3;
    width: 100%;
    text-align: right;
    padding-right: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.home .flash-news .dots li{
    display:block;
    width:10px;
    height:10px;
    margin:0 4px;
    text-indent:-999em;
    margin: 0px 10px 0px 0px;
    background: #b2b2b2;
    font-size: 0px;
    float:right;
}

.home .flash-news .dots li.active{
    background-color: #1593e1;
}

.home .flash-news .arrow{
    position:absolute;
    width: 35px;
    height: 60px;
    top: 50%;
    margin-top: -41px;
    overflow: hidden;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.home .flash-news:hover .arrow{
    display: block;
}

.home .flash-news .arrow:hover{
    background-color: #0091d4;
}

.home .flash-news .prev{
    left: 0px;
    background-image: url(../images/arrowl.png);
    background-position: center;
    background-repeat: no-repeat;
}

.home .flash-news .next{
    right: 0px;
    background-image: url(../images/arrowr.png);
    background-position: center;
    background-repeat: no-repeat;
}

.home .icon-nav{
    margin-left: -20px;
    width: 655px !important;
}

.home .icon-nav li{
    float: left;
    width: 198px;
    height: 164px;
    background-color: #ebf1ff;
    margin-left: 20px;
}

.home .icon-nav li:nth-child(-n + 3){
    margin-bottom: 20px;
}

.home .icon-nav li:nth-child(3n + 0){
    float: right;
}

.home .icon-nav li a{
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 114px;
    height: 50px;
    width: 100%;
}

.home .icon-nav li.jtgk{
    background-color: #f9ecea;
}

.home .icon-nav li.jtgk a{
    background: url("../images/homeicon/icon_jtgk.png") no-repeat center 20px;
    color: #ce5740;
}

.home .icon-nav li.ldcy{
    background-color: #e5f3f7;
}

.home .icon-nav li.ldcy a{
    background: url("../images/homeicon/icon_ldcy.png") no-repeat center 20px;
    color: #694b4b;c
}

.home .icon-nav li.zjjg{
    background-color: #e5f3f9;
}

.home .icon-nav li.zjjg a{
    background: url("../images/homeicon/icon_zzjg.png") no-repeat center 20px;
    color: #277bc4;
}

.home .icon-nav li.jtyw{
    background-color: #f8f8f7;
}

.home .icon-nav li.jtyw a {
    background: url("../images/homeicon/icon_jtyw.png") no-repeat center 20px;
    color: #d70c0c;
	font-weight: bold;
}

.home .icon-nav li.ywzx{
    background-color: #ebf1ff;
}

.home .icon-nav li.ywzx a{
    background: url("../images/homeicon/icon_ywzx.png") no-repeat center 20px;
    background-size: 84px 84px;
    color: #415a6b;
}

.home .icon-nav li.lxwm{
    background-color: #e6f4fa;
}

.home .icon-nav li.lxwm a{
    background: url("../images/homeicon/icon_lxwm.png") no-repeat center 20px;
    color: #7280a2;
}

.home .other-module-nav{
    margin-left: -16px;
}

.home .other-module-nav li{
    width: 200px;
    height: 162px;
    float: left;
    margin-left: 19px;
}

.home .other-module-nav li:last-child{
    float: right;
}

.home .other-module-nav li a{
    display: block;
    color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.home .other-module-nav li a img{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home .other-module-nav li a span{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    bottom: 0px;
    background: url("../images/homeothericon/zz_jianbain.png") no-repeat bottom center;
}

.home .zhuanti-nav{
    margin-left: -25px;
}

.home .zhuanti-nav li{
    float: left;
    width: 300px;
    margin-left: 31px;
}

.home .zhuanti-nav li:last-child{
    float: right;
}

.home .zhuanti-nav li a{
    display: block;
    width: 100%;
}

.home .zhuanti-nav li a img{
    display: block;
    width: 100%;
}

.qyfc-container{
    padding-top: 22px;
    height: 200px;
    width: 1300px;
    overflow: hidden;
}

.home .qyfc{
    width: 600%;
    height: 200px;
    overflow: hidden;
}

.home .qyfc li{
    float: left;
    width: 300px;
    margin-right: 31px;
    height: 200px;
    overflow: hidden;
}

.home .qyfc li img{
    display: block;
    width: 100%;
}

.home .organize-nav{
    width: 1300px;
}

.home .organize-nav td{
    height: 20px;
    padding: 15px 30px;
    line-height: 20px
}

.home .organize-nav tr:nth-child(2n + 0){
    background-color: #f5fbff;
}

.home .organize-nav td a{
    color: #2e63ae;
}

.home .pic-link-list{
    margin-left: -14px;
}

.home .pic-link-list li{
    float: left;
    width: 248px;
    margin-left: 14px;
    margin-bottom: 14px;
}

.home .pic-link-list li a{
    display: block;
}

.home .pic-link-list li a img{
    display: block;
    width: 100%;
}

.home .select-link-list{
    margin-left: -14px;
}

.home .select-link-list li{
    width: 314px;
    float: left;
    margin-left: 14px;
}

.home .select-link-list li select{
    width: 100%;
    padding: 8px 0px 10px 10px;
    border: solid 1px #e5e5e5;
    line-height: 150%;
}

.home .line-news-list li a{
    display: block;
    max-width: 500px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* @sub 信息子页面样式
---------------------------------------------------------------------- */
.sub-banner{
    height: 280px;
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
}

.sub-banner .banner-content{
    width: 1300px;
    margin: 0px auto;
    padding-top: 90px;
}

.current-position{
    height: 80px;
    line-height: 80px;
    width: 1300px;
    margin: 0px auto;
    background: url("../images/position.png") no-repeat left center;
    padding-left: 40px;
}

.truncated-text {
        display: block;
        width: 290px; /* 设置所需的宽度 */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* 显示省略号以表示被截断的文本 */
}

.sub-bar{
    float: left;
    width: 290px;
}

.sub-bar .sub-nav dt{
    font-size: 20px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #0091d4;
    color: white;
}

.sub-bar .sub-nav dd a{
    display: block;
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #f6f6f6;
}

.sub-bar .sub-nav dd.current a{
    background:  #f6f6f6 url("../images/currentbar.png") no-repeat left center;
    color: #0091d4;
}

.sub-body{
    float: right;
    width: 960px;
}

.sub-body .line-news-list{
    border-top: dotted 1px #d9d9d9;
}

.info-detail{
    padding: 0px 20px;
}

.info-detail .info-header{
    border-bottom: solid 1px #e5e5e5;
}

.info-detail .info-header .info-title{
    color: #000;
    font-size: 28px;
    text-align: center;
    padding: 10px 0px 30px 0px;
}

.info-detail .info-header .info-attr{
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.info-detail .info-header .info-attr .left{
    float: left;
    line-height: 24px;
}

.info-detail .info-header .info-attr .right{
    float: right;
    line-height: 24px;
}

.info-detail .info-header .info-attr .right span{
    cursor: pointer;
}

.info-body{
    padding: 10px 0px 20px 0px;
}

.info-body *{
    font-size: 18px;
    line-height: 36px;
}

.info-body p{
    line-height: 36px;
    margin-bottom: 10px;
}

.info-body img{
    max-width: 800px;
    margin-bottom: -20px;
}

.info-body p strong{
    font-weight: bold;
    font-size: 18px;
}

.other-info-list li{
    line-height: 36px;
}

.pdf-list li{
    float:left;
    width: 20%;
}

.pdf-list li a{
    display:block;
    padding: 20px 10px;
}

.pdf-list li a .thumbnail-pic{
    width: 180px;
    height: 246px;
    margin: 0px auto;
    margin-bottom: 4px;
}

.pdf-list li a .thumbnail-pic img{
    width: 100%;
}

.pdf-list li a .title{
    line-height: 30px;
    text-align: center;
    max-width: 240px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.info-video-container{
    width: 800px;
    height: 450px;
    border: solid 1px #eee;
    margin: 0px auto 20px auto;
}


.pager{
    clear:both;
    width:100%;
    text-align:center;
    overflow:hidden;
    position: relative;
    height: 32px;
    line-height: 30px;
    padding-top: 15px;
}

.pager span.tip{
    margin: 0 5px;
    line-height: 30px;
}

.pager ul{
    display:inline;
}

.pager ul li{
    display:inline;
    border: solid 1px #e3dfde;
    margin: 0 2px;
    padding: 5px 5px;
    text-align:center;
    cursor:pointer;
    background-color: white;
}

.pager ul li:hover{
    color: #455e80;
    text-decoration:none;
}

.pager ul li.active{
    color: #ee303c;
    cursor: default;
    font-weight: bold;
}

.pager ul li.active:hover{
    color: #f26642;
}

.pager ul li.pager-button{
    color:white;
    background-color: #ee303c;
    padding: 5px 5px;
    position: relative;
}

.pager ul li.pager-button:hover{
    background-color: #f94450;
    text-decoration: none;
}

.pager .tip strong{
    font-weight: normal;
    color: #f26642;
}


#back-to-top{
    display: none;
    width: 60px;
    height: 60px;
    background-image: url('../images/backtop.png');
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    bottom: 60px;
    right: 70px;
    _position:absolute;
    cursor:pointer;
    _bottom:auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.search-result-container{
    padding: 0px 0px 20px 0px;
    border-bottom: solid 1px #eee;
}

.search-result-container .search-wrapper{
    width: 574px;
    margin: 0px auto;
    height: 48px;
}

.search-result-container .search-wrapper input{
    height: 36px;
	width: 400px;
	padding: 5px 10px;
	float: left;
	border: 1px solid #ccc;;
	border-radius: 8px;
	font-size: 16px;
}

.search-result-container .search-wrapper button{
    float: left;
    width: 140px;
    font-size: 16px;
    text-align: center;
    height: 46px;
	border-radius: 8px;
	margin-left: 10px;
	border: solid 1px #0091d4;
	background-color: #1091d4;
	color: white;
	cursor: pointer;
}


.search-result-container .search-wrapper button:hover{
    background-color: #24a6ea;
}

ul.search-result-list{
	clear:both;
	padding-top: 10px;
}

ul.search-result-list li{
	clear:both;
	margin-bottom:10px;
	cursor:default;
	padding-bottom:10px;
	border-bottom:solid 1px #eee;
}

ul.search-result-list li.last{
	margin-bottom:10px;
}

ul.search-result-list li a{
	display:block;
}

ul.search-result-list li div.info-title{
	padding:5px 0px;
	font-size:18px;
	letter-spacing:1px;
	color: #0177bd;
}

ul.search-result-list li a:hover div.info-title{
	color: #0177e1;
}

ul.search-result-list li div.info-text{
	margin-bottom:5px;
	line-height:24px;
	color: #555;
}

ul.search-result-list li div.info-footer{
	clear:both;
	height:24px;
}

ul.search-result-list li div.info-footer div.time{
	color:#999;
	float:left;
	width:130px;
	line-height:24px;
	font-size:12px;
}

ul.search-result-list li div.info-footer div.sort{
	float:left;
	line-height:24px;
	font-size:12px;
	color: #555;
}

ul.search-result-list li div.info-footer div.sort strong{
	color:#148c82;
	font-weight:normal;
}

.search-empty-tip{
    background: url(../images/searchempty.png) no-repeat top center;
    margin-top: 40px;
    padding-top: 350px;
    text-align: center;
}

#bay{
    max-width: 250px;
    max-height: 90px;
    z-index:99999999;
    border: solid 1px #efefef;
    display: block;
}