﻿/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);
	*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.ico:before {content:'\3000';}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:1200px;}
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
body{font-size:13px; line-height:1.6; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#39f;}
::-moz-selection {color:#fff; background:#39f; }
::selection {color:#fff; background:#39f; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */

/*首页index*/
.pageHeader .head{height: 88px;/*background: pink;*/;position: relative;}
.pageHeader .head h1.logo{float: left;padding-left: 3px;margin:22px 0 16px;}
.pageHeader .head .head_right{float: right;margin-right: 6px;width: 46%;padding: 27px 0;}
.pageHeader .head .head_right a{display: block;font-size: 14px;margin-right: 20px;float: left;line-height: 34px;}
.pageHeader .head .head_right a:hover{color: #023054;}
.pageHeader .head .head_right .search{float: left;width: 57.29%;/*position: relative;*/}
.pageHeader .head .head_right .search input{border:1px solid #eee;height: 30px;line-height: 30px;padding-left: 3%;width: 70%; padding:0; text-indent:20px;}
/*.pageHeader .head .head_right .search button{background: #fff;border:1px solid #eee;height: 34px;margin-left: -5px;line-height: 30px;cursor: pointer;}*/
.pageHeader .head .head_right .search .button{display: inline-block;height: 32px;line-height: 32px;    border: 1px solid #eee;margin-left: -5px;height: 32px\0;line-height: 34px\0;}
.pageHeader .head .head_right .search .button i{color: #D54651;font-size: 18px;}
.pageHeader .head .head_right .search .button img{padding:8px 0 7px;}

.ibanner{text-align: center;position: relative;z-index: 2;}
.content{background:#fff;height:auto;margin-top: -149px;position: relative;z-index: 5;}
/*.i_part01{position: relative;}*/

.i_cur{background: #023054;color: #fff;}
/* nav-10 start*/
/*.widget-nav { position:relative; z-index:10;}*/
.widget-nav > ul {background: #03518f;color: #fff;}
.widget-nav > ul > li { width:10%; float:left; position:relative;z-index:20;}
.widget-nav > ul > li > a { display:block; text-align:center; font-size:15px; height:55px; line-height:55px; font-weight:bold;color: #fff}
.widget-nav > ul > li > a:hover{color: #fff;background: #023054;}
/*下拉css*/
.widget-nav li .nav_layer10{ position:absolute;top:100%; left:0;width: 100%; display:none;}
.widget-nav li .nav_layer10 li{width: 100%; float: none; text-align: center; border-bottom: 1px solid #aaa;}
.widget-nav li .nav_layer10 li a{background: rgba(239,239,239,1); color:#313030;font-size: 13px;display: block;text-align:center;}
.widget-nav li .nav_layer10 li:hover a{ color: #073d87;}
/*.widget-nav li .nav_layer10 li a i{ display:none; width:0; height:0; border-color:transparent transparent transparent #facd00; border-style:dashed dashed dashed solid; border-width:4px; overflow:hidden; position:absolute; right:15px; top:10px;}
.widget-nav li .nav_layer10 li:hover a i{ display:block;}*/
.widget-nav li .nav_layer10 li.secNav{ position:relative;}
.widget-nav li .nav_layer10 li.secNav ul{left:100%; top:0; background-color:#414141;position: absolute;
width: 100%; display:none;}
.widget-nav li .nav_layer10 li.secNav li a{color:#fff;}
.widget-nav li .nav_layer10 li.secNav li:hover a{color:#facd00;}


.widget-nav .hover > a { color:#fff;background:#023054; }
.widget-nav .hover ._layer { display:block;}
.mobile_key { display:none;}
.mobile_key:hover{color: #03518f;}
@media only screen and (max-width: 640px) {
.mobile_key { display:block;}
.widget-nav li .nav_layer10 li a i{ display:none!important;}
}


.i_part02{padding-left: 2.75%;margin-top: 34px;height: auto;background: #fff;margin-bottom: 43px;}
.i_part02 .i_left{width: 70.417%;float: left;margin-right: 1.833%;}
.i_part02 .i_right{width: 22.833%;float: left;margin-right: 3.167%;}

/*左边顶部*/
.i_part02 .i_left .top{border:1px solid #F7F7F7;height: auto;}
.i_part02 .i_left .top .left1{width: 35.858%;float: left;margin-left: 1.183%;margin-top: 15px;}
.i_part02 .i_left .top .right1{width: 56.45%;float: right;margin-left: 3.669%;margin-right: 2.84%;}

.i_part02 .i_left .top .left1 dl{margin-bottom: 21px;}
.i_part02 .i_left .top .left1 dt{line-height: 40px;padding-left: 6.27%;width:93.93%;background: #919ba3;color: #fff;font-size: 18px;margin-bottom: 19px;}
.i_part02 .i_left .top .left1 dd{line-height: 29px;padding: 0 20px 0 11px;font-size: 13px;}
.i_part02 .i_left .top .left1 dd span {margin-right: 12px;}
.i_part02 .i_left .top .left1 dd a{color: #464646;}
.i_part02 .i_left .top .left1 dd a:hover{color: #03518f;}

.i_part02 .i_left .top .right1 .i_infor{line-height: 67px;height: 63px;}
.i_part02 .i_left .top .right1 .i_infor .i_infor_l{float: left;font-size: 18px;color: #464646;}
.i_part02 .i_left .top .right1 .i_infor .i_more{float: right;font-size: 14px;color: #cc0000;}
.i_part02 .i_left .top .right1 .i_infor .i_more a:hover{color: #cc0000;}
.i_part02 .i_left .top .right1 .iimg_l{
	width: 99%;
	margin-right: 0%;
	position: relative;
	float: left;
	z-index: 0;
}
.i_part02 .i_left .top .right1 .iimg_r{width: 31.866%;float: right;}

.i_part02 .i_left .top .right1 .iimg_l .i_intro{height: 11.345%;position: absolute;bottom: 0px;background: rgba(21,27,32,0.6);width: 92.11%;padding: 3.042% 0 1% 7.89%;color: #fff;}
.rect-7476{padding-bottom: 74.76%;}
.rect-7476 img{width: 100%;}
.i_part02 .i_left .top .right1 .iimg_r .img01{margin-bottom: 5.977%;}
.i_part02 .i_left .top .right1 .iimg_r img{width: 100%;cursor: pointer;}

/*左边底部*/
.i_part02 .i_left .bot{border:1px solid #F7F7F7;height: auto;margin-top: 19px;}
.i_part02 .i_left .bot .left1{width: 35.858%;float: left;margin-left: 1.183%;}
.i_part02 .i_left .bot .right1{width: 56.45%;float: right;margin-left: 3.669%;margin-right: 2.84%;}

.i_part02 .i_left .bot .left1 .i_infor{line-height: 56px;height: 56px;border-bottom: 2px solid #E2E2E2;margin-bottom: 17px;}
.i_part02 .i_left .bot .left1 .i_infor .i_infor_l{float: left;font-size: 18px;color: #464646;border-bottom: 2px solid #CF2929;}
.i_part02 .i_left .bot .left1 .i_infor .i_more{float: right;font-size: 14px;color: #cc0000;}
.i_part02 .i_left .bot .left1 .i_infor .i_more a:hover{color: #cc0000;}

.rect-29097{padding-bottom: 29.097%;}
.rect-29097 img{width: 100%;}

.i_part02 .i_left .bot .left1 dl{margin-top: 10px;margin-bottom: 20px;color: #464646;}
.i_part02 .i_left .bot .left1 dd{line-height: 29px;font-size: 13px;}
.i_part02 .i_left .bot .left1 dd a:hover{color: #03518f;}

.i_part02 .i_left .bot .right1 .i_tab .tab_b{text-align:right;margin-top: -56px;}
.i_part02 .i_left .bot .right1 .i_tab .tab_t{width: 100px; text-align: center;font-size: 16px;color: #464646;}
.i_part02 .i_left .bot .right1 .i_tab .tab_t_cur{border-bottom: 2px solid #CF2929;font-size: 18px;}
.i_part02 .i_left .bot .right1 .i_tab .tab_c{height:200px;/*border:1px solid #ccc;*//*margin-top: 17px;*/}
.i_part02 .i_left .bot .right1 .i_tabs{padding-top: 56px;line-height: 56px;}

.i_topNews {background-color:#f6f6f6;overflow:hidden;padding-right:10px;margin-bottom:7px;}
.i_topNews .time {width:76px;height:87px;float:left;background-color:#e3e3e3;color:#9a9a9a;font-size:14px;text-align: center;line-height:1.2;overflow: hidden;margin-right:12px;}
.i_topNews .time .day { display:block; font-size:16px; color:#cc0000; font-size:36px; line-height:1.5; font-weight:normal; margin-top:10px;}
.i_topNews .intro {overflow:hidden;}
.i_topNews .title { height:28px; line-height:28px; font-size:16px; margin:8px 0 5px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.i_topNews .text { color:#999; line-height: 21px; height:42px; overflow: hidden; }
.i_line{border-top: 2px solid #E2E2E2;}
.i_topNews a:hover{color: #03518f;}

.i_newsList li { clear:both; line-height:29px; font-size:13px;color: #464646;}
.i_newsList .time { float:left; width:50px;font-size:13px; padding-left: 5px;}
.i_newsList .title { font-size:13px; font-weight:normal; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.i_newsList a:hover{color: #03518f;}

.i_part02 .i_left .bot .right1 .i_more{font-size: 14px;color: #cc0000;}
.i_part02 .i_left .bot .right1 .i_more a:hover{color: #cc0000;}

/*右边部分*/
.i_right .i_other{border-bottom: 2px solid #E2E2E2;font-size: 18px;line-height: 44px;color:#464646;}
.i_right .i_other .infor{border-bottom: 2px solid #cc0000;width: 28.346%;margin-bottom: -2px;}
.i_right .i_other a:hover{color:#03518f; }
.i_right .xitong li{background: url(../img/i_bg.png) no-repeat center;line-height: 46px;margin-top: 27px;text-align: center;font-size: 18px;color: #fff;font-weight: bold;}

.i_right .xitong li a:hover{color:#03518f; }


/*i_part03*/
.i_part03 {margin-bottom: 27px;margin-top: 30px;}
.i_part03 .i_links{background: #f6f6f6;color: #464646;font-size: 14px;border:1px solid transparent;}
.i_part03 .i_links .i_box{margin: 10px;position: relative;padding-left: 120px;min-height: 46px;}
.i_part03 .i_links .i_box .friendlinks{width: 35px; height: auto; font-size: 16px; line-height: 1.4; border-right: #D4D4D4 1px solid; padding-right: 22px; padding-left: 10px; position: absolute; left: 0; top: 6px;}
.i_part03 .i_links .i_box .otherlinks{line-height: 46px;}
.i_part03 .i_links .i_box .otherlinks a {display:inline-block;white-space:nowrap;margin-right:20px;}
.i_part03 .i_links .i_box .otherlinks a:hover{color: #03518f;}




.pageFooter{background: url(../img/i_footer.png) no-repeat center;height: 189px;background-size: cover;position: relative;}
.pageFooter .foot{position: absolute;bottom: 22px;color: #fff;font-size: 13px;width: 100%;}
.pageFooter .foot .foot_infor a:hover{color: #ddd;}
.pageFooter .foot .foot_infor .foot_l{float: left;}
.pageFooter .foot .foot_infor .foot_l span{margin-left: 10px; }
.pageFooter .foot .foot_infor .foot_l a{margin-left: 6px;}
.pageFooter .foot .foot_infor .foot_l .f_num{margin-right:10px;margin-left:17px!important;}

.pageFooter .foot .foot_infor .foot_r{float: right;padding-right: 25px;position: relative;}
.pageFooter .foot .foot_infor .foot_r a{margin-right: 8px;}


/*下层通用*/
.part02 .xiaceng .channelLeft .l_top dd{border-left: 6px solid #F0F0F0;}
.part02 .xiaceng .channelLeft .l_top dd.l_cur{font-weight: bold;background: #ffffff;border-left: 6px solid #8c1616;/*padding-left: 27.47%;*/color: #373737;}
.part02{height: auto;/*background: #ccc;*/}
.part02 .xiaceng{margin-top: 37px;}
.part02 .xiaceng .channelLeft {width: 18.5%;float: left;margin-left: 2.25%;height: auto;}
.part02 .xiaceng .right{width: 74.417%;float: right;margin-left: 2.583%;margin-right: 2.25%;height: auto;}
.part02 .xiaceng .channelLeft{font-size:14px; ;color: #373737;}
.part02 .xiaceng .channelLeft .l_top{margin-bottom: 25px;}
.part02 .xiaceng .channelLeft .l_top dt.top{background: url(../img/zhaobiao01.jpg) no-repeat center;padding-left: 30.18%;color: #fff;font-size: 16px;line-height: 50px;}

.part02 .xiaceng .channelLeft .l_top dd{border-bottom: 1px solid #F7F7F7;background: #F0F0F0;line-height: 48px;}
.part02 .xiaceng .channelLeft .l_top dd a{display: block;padding-left: 30.18%;}
.part02 .xiaceng .channelLeft .l_top dd a:hover{color: #373737;}
.part02 .xiaceng .channelLeft .l_top dd:hover{font-weight: bold;background: #ffffff;border-left: 6px solid #8c1616;}
.part02 .xiaceng .channelLeft .l_bot {border:1px solid #E2E2E2;}
.part02 .xiaceng .channelLeft .l_bot .infor {border-bottom: 1px solid #EAEAEA;margin: 0 12px;line-height: 38px;}
.part02 .xiaceng .channelLeft .l_bot .infor .notices{float: left;font-size: 15px;font-weight: bold;color: #0e0e0e;}
.part02 .xiaceng .channelLeft .l_bot .infor .more{float: right;font-size: 14px;color: #DF7333;}
.part02 .xiaceng .channelLeft .l_bot .infor .more a:hover{color: #DF7333;}
.part02 .xiaceng .channelLeft .l_bot .text{margin-bottom: 12px;margin-top: 4px;}
.part02 .xiaceng .channelLeft .l_bot .text li{line-height: 25px;padding-left: 22px;position: relative;}
.part02 .xiaceng .channelLeft .l_bot .text li:after{content: '';width: 3px;height: 3px;border-radius: 50%;position: absolute; left: 10px;background: #444444;top: 12px;}
.part02 .xiaceng .channelLeft .l_bot .text li a:hover{color: #03518f;}

.part02 .xiaceng .right .breads .b_left {float: left;} 
.part02 .xiaceng .right .breads .b_right{float: right;} 

.part02 .xiaceng .right .breads .b_left{font-size: 24px;color:#292929; }

.widget-bread-1 .ion { font-size: 13px; margin: 0 5px;}
.part02 .xiaceng .right .breads{/*margin-bottom: 15px;*/line-height: 50px;}
.part02 .xiaceng .right .breads .b_right .widget-bread-1{color: #17659c;font-size: 13px;}
.part02 .xiaceng .right .breads .b_right .widget-bread-1 a,
.part02 .xiaceng .right .breads .b_right .widget-bread-1 i{color: #373737;}

/*page*/
/* page-1 start*/
.page{font-size: 12px; color: #777777; text-align: center;margin-left: -150px;margin-top: 30px;}
.page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 7px 13px;vertical-align: middle;margin: 0 0 10px -1px;}

.page a:hover,.page span{color:#fff; background: #0e90d2;}
.page .gonext {border: 1px solid #ededed;padding: 6px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
.page span.count { border: 0;background: 0;color: #777777;}
/*下层通用 end*/

/*招标公示*/
.part02 .xiaceng .right .news_list {margin-top: 15px;}
.part02 .xiaceng .right .news_list .intro .title.n_cur{color: #03518f;}
/*.part02 .xiaceng .right .news_list{margin-bottom: 15px;}*/
.part02 .xiaceng .right .news_list li{clear: both; overflow: hidden; position: relative; font-size: 12px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: #cccccc 1px dotted;}
.part02 .xiaceng .right .news_list .intro {margin-bottom: 12px;}
.part02 .xiaceng .right .news_list .intro .title{float: left;font-size: 16px; color:#444444;height: 20px;line-height: 20px;}
.part02 .xiaceng .right .news_list .intro .see{float: right;margin: 0 10px;line-height: 20px;}
.part02 .xiaceng .right .news_list .intro .date{float: right;line-height: 20px;}

.part02 .xiaceng .right .news_list .text{font-size: 13px;color: #555555;} 
.part02 .xiaceng .right .news_list ul{margin-bottom: 27px;}
.part02 .xiaceng .right .news_list li a{display: block;}
.part02 .xiaceng .right .news_list li a:hover .intro .title{color: #03518f;}
.part02 .xiaceng .right .news_list li a:hover  .intro .see{color: #03518f;}
.part02 .xiaceng .right .news_list li a:hover  .intro .date{color: #03518f;}
.part02 .xiaceng .right .news_list li a:hover .text{color: #03518f;}

/*下载标书*/
/* newslist-7 start*/
.widget-newslist-7 { margin-bottom:20px; }
.widget-newslist-7 li { clear:both; overflow:hidden; padding:6px 10px; height:40px; line-height:40px; position:relative;}
.widget-newslist-7 ._time { width:12%; min-width:100px; float:left; font-family:Verdana; font-size:14px;}
.widget-newslist-7 ._title { width:83%; font-weight:normal; font-size:15px; float:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.widget-newslist-7 ._download { width:120px; height:40px; position:absolute; right:12%; top:6px; overflow:hidden;}

.widget-newslist-7 .preview{width: 120px;height:40px; position:absolute; right:0%; top:6px; overflow:hidden;}
.widget-newslist-7 .preview i,.widget-newslist-7 ._download i{font-size: 19px;color: #3E8BD5;}
.widget-newslist-7 .preview span,.widget-newslist-7 ._download span{font-size: 13px;margin-left: 8px;}

.widget-newslist-7 li:nth-child(odd),.widget-newslist-7 li.odd { background-color:#f7f7f7; }

.widget-newslist-7 li:hover a,.widget-newslist-7 li:hover ._title,.widget-newslist-7 li:hover ._time { color:#03518f; }
.widget-newslist-7 li:hover ._download img { display:none; }
.widget-newslist-7 li:hover ._download img._hover { display:block; }

@media only screen and (max-width:480px) { 
  .widget-newslist-7 ._time { width:auto; min-width:0; margin-right:10px; }
  .widget-newslist-7 ._title { width:65%; }
}


/*招标公示-详情*/
.widget-newsdetail-2 .j_head { border-bottom:1px dotted #cccccc; }
.widget-newsdetail-2 .j_head .j_title { font-size:20px; line-height:1.4; font-weight:bold;}
.widget-newsdetail-2 .j_head .sec_title { font-size:16px; text-align:center; }
.widget-newsdetail-2 .j_tools { padding:10px 0; color:#999999;}
.widget-newsdetail-2 .j_tools a:hover{ color:#03518f;}
.widget-newsdetail-2 .ion { font-size:16px; font-weight:normal;}
.widget-newsdetail-2 .j_tools .j_tool{margin:0 4px;display:inline-block; vertical-align:middle;}
.widget-newsdetail-2 .j_tools b { font-weight:normal; }
/* .widget-newsdetail-2 .j_tools .j_tool:hover{color:#ea040a;} */
.widget-newsdetail-2 .j_tools .j_b2l .ion { color:#ea040a;}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more { float:none; padding-left:2px; background:none; }

.widget-newsdetail-2 .j_detailPage_bottom {border-top:1px solid #ECECEC;margin-top: 43px;}
.widget-newsdetail-2 .j_detailPage_bottom li { overflow:hidden;height: 53px;line-height: 53px;padding:0 10px; border-bottom:1px solid #ECECEC; }
.widget-newsdetail-2 .j_detailPage_bottom .j_mark {font-weight:bold;float:left; margin-right:27px;width: 92px;text-align: center; color:#999;}
/*.widget-newsdetail-2 .j_detailPage_bottom .j_mark.det_cur{background: #03518f;color:#fff; }*/
.widget-newsdetail-2 .j_detailPage_bottom .j_title {font-size:14px;  float:left; width:68%;line-height: 53px;color: #555;}
.widget-newsdetail-2 .j_detailPage_bottom .j_title:hover { color:#03518f;}
.widget-newsdetail-2 .j_detailPage_bottom .j_title .det_time { float:right;}

.widget-newsdetail-2 .contents{font-size: 13px;color: #555;line-height: 1.8;}
.widget-newsdetail-2 .contents .con1{margin-top:17px;margin-bottom: 25px;}
.widget-newsdetail-2 .contents .con2{line-height: 1.9;}

/*机构与职能*/
.part02 .xiaceng .right .work_infor{line-height: 1.8;font-size: 13px;}

/*新闻公告*/
/* newslist-4 start*/
.widget-newslist-4 { margin-bottom:20px; }
.widget-newslist-4 li { margin-top:-1px; vertical-align:top; border:1px solid #ededed; background:#ffffff;}
.widget-newslist-4 li a {position:relative;  display:block; overflow:hidden; padding-left:0px; transition:none; *zoom:1; }
.widget-newslist-4 li ._at{position:relative;  display:block; overflow:hidden; padding-left:45px; transition:none; *zoom:1; }
/*.widget-newslist-4 li ._at:hover{background: #fff;}*/
.widget-newslist-4 ._mark,.widget-newslist-4 ._title { height:54px; line-height:54px;}
.widget-newslist-4 ._mark { position:absolute; top:0; left:0; width:45px;}
.widget-newslist-4 ._mark:before { content:"+"; position:absolute; left:17px;top:0px; font-weight:700; font-size:18px; font-family:tahoma;}
.widget-newslist-4 ._title { padding:0 30px 0 10px;padding-right:115px; position:relative;}
.widget-newslist-4 ._title ._t { font-size:16px; display:block; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.widget-newslist-4 ._title ._date { float:right; text-align:right; color:#333333; width:auto; position:absolute; right:10px; top:0; white-space:nowrap;}
.widget-newslist-4 ._p { display:none; line-height:20px; overflow:hidden;  margin:20px 30px 20px 0; color:#8b8b8b;}
.widget-newslist-4 ._img { width:200px; float:left; margin-right:3%;}
.widget-newslist-4 ._text { font-size:12px; height:5.4em; line-height:1.8em; overflow:hidden; padding-top:20px;}

.widget-newslist-4 a:hover, .widget-newslist-4 .hover a { background-color:#f4f4f4;}
.widget-newslist-4 a:hover ._title,.widget-newslist-4 .hover ._title { color:#ffffff; background:#03518f;}
.widget-newslist-4 a:hover ._mark, .widget-newslist-4 .hover ._mark { color:#ffffff; background:#0e90d2;}
.widget-newslist-4 a:hover ._mark:before, .widget-newslist-4 .hover ._mark:before {content:"-"; }
.widget-newslist-4 a:hover ._date, .widget-newslist-4 .hover ._date{color:#ffffff;}
.widget-newslist-4 a:hover ._p, .widget-newslist-4 .hover ._p { display:block;}

@media only screen and (max-width:480px) { 
  .widget-newslist-4 ._title ._t { width:100%;}
  .widget-newslist-4 ._title ._date { display:none;}
  .widget-newslist-4 ._img { width:100%; float:none; margin-right:0; }
  .widget-newslist-4 ._text { height:auto; }
}


/*新闻图片*/
.part02 .xiaceng .right .new_pic .pic_item>ul>li{cursor: pointer;}
.part02 .xiaceng .right .new_pic .newpic_box {margin-bottom: 20px;}
.part02 .xiaceng .right .new_pic .newpic_box .top a{display: block;}
.part02 .xiaceng .right .new_pic .newpic_box .top img{width: 100%;}
.part02 .xiaceng .right .new_pic .newpic_box .top{}

.newpic_box .top{position: relative;overflow: hidden;}
.newpic_box .top .newpic_add{background: url(../img/new_pic02.png) repeat;position: absolute;left: 0px;top: 100%;background-size: cover;width: 100%;height: 100%;transition:all 0.2s;}
.newpic_box .top .newpic_add .icon{position: relative;left: 50%;margin-left: -34px;top: 50%;margin-top: -34px;background: url(../img/new_pic01.png) no-repeat center;width: 68px;height: 68px;}
.part02 .xiaceng .right .new_pic .newpic_box .bott{padding: 20px;background: #AAAAAA;color: #fff;}
.part02 .xiaceng .right .new_pic .pic_item>ul>li:hover .newpic_add{top:0;transition:all 0.2s;}
.part02 .xiaceng .right .new_pic .pic_item>ul>li:hover .bott{background:#03518f; }

.close .album_ordinary .album_close{background: #03518f;}
.close .album_ordinary .slide_c p {position: absolute; left: 0; bottom: 46px;}

/*0510*/
.i_part02 .i_left .bot .left1 dd span,.i_newsList .time{padding-right: 10px;}
.widget-newsdetail-2 .contents{padding-top: 20px;}
.part02 .xiaceng .channelLeft .l_top dd a{padding-left: 25%;}
.head h4.logo{margin-top: 18px;}
.page .gonext{padding: 7px 10px;}
.head .search button{background-color: #03518f; border-top: 1px solid #abc4d9; border-right: 1px solid #abc4d9; border-bottom: 1px solid #abc4d9; /*padding: 7.5px*/; margin-left: -4px; border-left: none; padding:0 10px; height: 32px;}
.ibanner{height: 370px;}

/*.i_right .xitong li{margin-top: 10px;}
.xitong {height: 616px; overflow-y:auto;}
.xitong::-webkit-scrollbar{
  width: 3px;
  background-color: #ddd;
}*/
.part02 .xiaceng .right .news_list .intro .title{width: 80%;}
.widget-newslist-7 ._title{width: 60%;}
.part02 .xiaceng .channelLeft .l_top dd a{padding-left: 15%;}
.widget-newsdetail-2 .j_detailPage_bottom li:hover .j_mark{background: #03518f;color:#fff; }

/*2017-0517*/
.pageHeader .head .head_right .search input{-webkit-appearance:none;appearance:none;}

/*20160614*/
.head .search button{border:0; outline:none;box-shadow:none;}
/*兼容*/
.widget-nav li .nav_layer10 li a{*background: #efefef;}
.widget-nav li .nav_layer10 {*background: #efefef;background: #efefef\0;}
.widget-nav li .nav_layer10 li.jr_7 a{line-height: 29px;padding: 0 7px ; }
.widget-nav li .nav_layer10 li.normal a{line-height: 25px;padding: 5px 7px 6px;}
.widget-nav > ul > li > a{*color: #fff;}
.widget-nav li.nav1 .nav_layer10 ,
.widget-nav li.nav6 .nav_layer10,
.widget-nav li.nav8 .nav_layer10,
.widget-nav li.nav10 .nav_layer10{*background: none;}

.pageHeader .head .head_right a{*color: #555;}
.i_right .xitong li a:hover {*color: #03518f; }
.i_right .xitong li a{*color: #fff}
.pageFooter .foot .foot_infor .foot_l a {*color: #fff ;}
.pageFooter .foot .foot_infor .foot_r a{*color: #fff ;}
.head .search button img{width: 15px;height: 15px;margin-top: 3px\0;*max-width: none; }
.i_newsList .title{float: left;}
.i_part02 .i_left .bot .right1 .i_tab .tab_b {margin-bottom: 17px; }
.i_part02 .i_left .top .right1 .iimg_l .i_intro{*background:#151b20; background:#151b20\0; }

.i_part02 .i_left .top .right1 .rect-7476 a{display: block;}

/*下载专区实现三级导航*/
.down_{position: relative;}
.down_:after{content: '';width: 9px;height: 9px;background: url(../img/third_jt.png) center no-repeat;position: absolute;right: 40%;top: 50%;margin-top: -5px;}
.down_.click_:after{background: url(../img/third_jt2.png) center no-repeat;}
.third{display: block;position: absolute;top: 102%;background: #fff;z-index: 20;width: 100%;padding-left: 3%;left: -6px;}
.third>ul>li{border-bottom: 1px solid #eee;position: relative;}
.third>ul>li.cur:after{content: '';width: 5px;height: 9px;background: url(../img/third_jt.png) center no-repeat;position: absolute;right: 40%;top: 50%;margin-top: -5px;}
.third>ul>li>a{color: #373737;font-weight: normal;}
.part02 .xiaceng .channelLeft .l_top dd.down_ .third a:hover{color: #03518F;}

.third_show{display: block;}
.third>ul>li.cur{color: #03518F!important;}
.part02 .xiaceng .channelLeft .l_top dd.down_ .third li.cur a{color: #03518F;}

/*20170621*/
.work_more{margin-right: 10px;font-size: 14px;}
.work_more:hover{color: #03518f;}
.inew_scroll .inew_sc {position: relative;}
.inew_scroll .scroll_nav{right:5px;bottom:10px;text-align: center;width: 100px;}
.inew_scroll .scroll_nav a{width: 13px;height: 13px;border-radius: 50%;background: #fff;background:#fff\0;font-size: 0;margin-right: 13px;display: inline-block;}
.inew_scroll .scroll_nav a.on{background:#39f;}


.inew_scroll .inew_sc{width:100%;}
.rect-7476 img {width: 100%; height: 100%; position: absolute; }
.intro_fonts{width: 50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.part02 .xiaceng .right .new_pic .newpic_box .top img {width: 100%; height: 100%; position: absolute; }







