@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
/** 重置列表元素 **/
ul, ol {
	list-style: none;
}
/** 重置超链接元素 **/
a {
	text-decoration: none;
	color:#474646;
}

/*a:link {color:#FF0000;}		 未被访问的链接 */
/*a:visited {color:#00FF00;}	 已被访问的链接 */
/* a:hover {color:#0099FF;text-decoration: none;}	鼠标指针移动到链接上 */
/*a:active {color:#0000FF;}	 正在被点击的链接 */

/** 重置图片元素 **/
img {
	border:0px;
}
/** 浮动元素 **/
.fl {
	float:left
}
.fr {
	float:right
}
.clear {
	clear:both;
	height:0px !important;
	width:0px !important;
}
/**隐藏**/
.none{
  display: none;
}
/** 鼠标变手 **/
.pointer{cursor:pointer;}
/** 区域居中 **/
.center{ 
width:1008px; 
/**代表对象上下间隔为0px,左右间隔根据对象宽度自适应。 **/
margin:0px auto;
}
/** 文本居左 **/
.tl{
	text-align:left;
}
/** 文本居中 **/
.tc{
	text-align:center;
}
/** 文本居右 **/
.tr{
	text-align:right;
}
/** 块垂直居上 **/
.vt{
	vertical-align:top;
}
/** 块垂直居中 **/
.vm{
	vertical-align:middle;
}

/** 雪碧图例子 淘汰或用icon **/ 
.mian_icon{
  background-image: url('../../img/web/mian_icon.png');
}

/* 某图标 浅色 */
.mian_icon_one{
  background-position: -12px -9px;
}

/* 某图标 深色 */
.mian_icon_one:hover{
  background-position: -69px -9px;
}

/* 文本超出换点 以块元素长度*/
.text_intercept{
	/* 内容会被修剪，并且其余内容是不可见的 */
    overflow: hidden;
	/* 显示省略符号来代表被修剪的文本 */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;/
    -moz-text-overflow: ellipsis;
	/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止*/
    white-space: nowrap;
	/* 
	扩展知识
	-o代表opera浏览器私有属性
	-moz代表firefox浏览器私有属性
	-ms代表IE浏览器私有属性
	-webkit代表chrome、safari私有属性
	*/
}

/* 头部 */
.top {
	height:345px;
}
.top .part-one {
	height:40px;
	background:#fff;
	line-height:40px;
	font-size:12px;

}
.top .part-one .left {
	width:700px;
	float:left;
}
.top .part-one .left ul {
	margin:0px;
	padding:0px;
}
.top .part-one .left ul li {
	float:left;
}
.top .part-one .right {
	float:right;
	width:400px;
}
.top .part-one .right ul {
	margin:0px;
	padding:0px;
}
.top .part-one .right ul li {
	float:left;
}
.weibo-hover {
	position:absolute;
	display:none;
}
.weibo {
	position:relative;
	height: 20px;
	width: 20px;
	display: inline-block;
	top: 5px;
}
.weibo:hover .weibo-hover {
	display:block;
	left:0;
	top:20px
}
.weibo-hover {
	z-index:9999999;
}
.weixin-hover {
	position:absolute;
	display:none
}
.weixin {
	position:relative;
	height: 20px;
	width: 20px;
	display: inline-block;
	top: 5px;
}
.weixin:hover .weixin-hover {
	display:block;
	left:0;
	top:20px
}
.weixin-hover {
	z-index:9999999;
}
.sjb-hover {
	position:absolute;
	display:none
}
.sjb {
	position:relative;
	height: 20px;
	width: 20px;
	display: inline-block;
	top: 5px;
}
.sjb:hover .sjb-hover {
	display:block;
	left:0;
	top:20px
}
.ajb-hover {
	z-index:9999999;
}
.top_add .sjb {
	margin-left:10px;
}
.icon {
	background-image: url(icon_13.png);
}
.icon-wb {
	background-position: -29px -18px;
}
.icon-wx {
	background-position: -66px -18px;
}
.icon-sjb {
	background-position: -98px -18px;
}
.icon-ss {
	background-position: -566px -75px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top: 12px;
	left: 6px;
}
.part-two {
	text-align: center;
}
/* 栏目 */

.part-three {
	height:84px;
}
.part-three .one {
	height:40px;
	background-color:#0154ad;
}
.top .part-three .one ul {
	margin:0px;
	padding:0px;
	height:40px;
	overflow: hidden;
}
.top .part-three .one ul li {
	float:left;
	width:125px;
	height:40px;
	position:relative;
	text-align: center;
}
.top .part-three .one ul li span {
	position:relative;
}
.top .part-three .one ul li a {
	
	height:32px;
	
	color:#fff;
	line-height:32px;
	display:inline-block;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
	margin-left:8px;
	margin-right:8px;
	
	position:relative;
	top:4px;
}
.top .part-three .one ul li span .i1{
			display: none;
			background-image:url(0_03.png); width:8px; height:32px; position: absolute;top: -2px;left:0px;
                        *top: 4px;
		}
.top .part-three .one ul li span .i2{
			display: none;
			background-image:url(0_07.png); width:8px; height:32px; position: absolute;top: -2px;right:0px;
                        *top: 4px;
		}
.top .part-three .one ul li span:hover .i1{
			display:block;
		}
		
.top .part-three .one ul li span:hover .i2{
			display:block;
		}

.top .part-three .one ul li a:hover {
	
	height:32px;
	
	color:#fff;
	line-height:32px;
	display:inline-block;
	font-weight:bold;
	
	background-image:url(0_05.png);
	position:relative;
	top:4px;
	padding-left:8px;
	padding-right:8px;
		margin-left:8px;
	margin-right:8px;
}

.current{
	
}
.current .i1{
	display:block !important;
}
.current .i2{
	display:block !important;
}
.current a {
	
	height:32px;
	
	color:#fff;
	line-height:32px;
	display:inline-block;
	font-weight:bold;
	
	background-image:url(0_05.png);
	position:relative;
	top:4px;
	padding-left:8px;
	padding-right:8px;
}
.part-three .two {
	height:44px;
	overflow: hidden;
}
.part-three .two_0 {
	display:none;
}
.part-three .two_1 {
	display:none;
}
.part-three .two_2 {
	display:none;
}
.part-three .two_3 {
	display:none;
}
.part-three .two_4 {
	display:none;
}
.part-three .two_5 {
	display:none;
}
.part-three .two_6 {
	display:none;
}
.part-three .two_7 {
	display:none;
}
.part-three .two_8 {
	display:none;
}
.part-three .two_9 {
	display:none;
}
.part-three .two_10 {
	display:none;
}
.part-three .two_11 {
	display:none;
}
.part-three .two_12 {
	display:none;
}
.part-three .two_13 {
	display:none;
}
.part-three .two_14 {
	display:none;
}
.part-three .two_15 {
	display:none;
}
.part-three .two_16 {
	display:none;
}
.part-three .two_17 {
	display:none;
}
.part-three .two_18 {
	display:none;
}
.part-three .two_19 {
	display:none;
}
.part-three .two_20 {
	display:none;
}
.top .part-three .two ul {
	margin:0px;
	padding:0px;
	height:44px;
}
.top .part-three .two ul li {
	float:left;
	height:44px;
	line-height:44px;
	font-size:12px;
}
.top .part-three .two ul li a {
	height:44px;
	text-align:center;
	color:#333;
	display:inline-block;
}
.top .part-three .two ul li a:hover {
	height:44px;
	text-align:center;
	color:#c30;
	display:inline-block;
	text-decoration: underline;
}
.icon-one-1 {
	background-position: -24px -76px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-2 {
	background-position: -63px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-3 {
	background-position: -103px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-4 {
	background-position: -142px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-5 {
	background-position: -183px -74px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-6 {
	background-position: -221px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-7 {
	background-position: -260px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-8 {
	background-position: -300px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
/* /栏目 */
/* /头部 */


.tpl-content_all_14{
font-size: 14px !important;
}
.tpl-content_all_14 *{
font-size: 14px !important;
}

.tpl-content_all_16{
font-size: 16px !important;
}
.tpl-content_all_16 *{
font-size: 16px !important;
}

.tpl-content_all_20{
font-size: 20px !important;
}
.tpl-content_all_20 *{
font-size: 20px !important;
}

/* 头部轮播 */
#lunbo ul li{display: none;width:100%;}
#lunbo ul li:first-child{display: inline-block;}

.tpl-content img {
	max-width:100%;
}
/* 文章 */
.tpl-content {
    margin-top: 30px;
    margin-left: 32px;
    margin-right: 32px;
    min-height: 400px;   
}


.icon-article-1 {
	background-position: -424px -24px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top: 0px;
	left: 10px;
}
.share {
	float: right;
	margin-left: 10px;
}
.share .more {
	width: 16px;
	height: 15px;
	float: left;
	margin-right: 5px;
}
.share .share-icon {
	width: 90px;
	height: 32px;
	float: left;
	margin-top: -8px;
}

.First_Page_action,.Fir_Page_action,.Fir_Page,.First_Page,.Last_Page_Action,.Last_Page,.next_Page_Action,.next_Page,.action_on{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin:0 5px;
}

.First_Page_action,.First_Page{
   *top:19px;
}

.First_Page_action a,.Fir_Page_action a,.Fir_Page a,.First_Page a,.Last_Page_Action a,.Last_Page a,.next_Page_Action a,.next_Page a,.action_on a {
    color: #777;
}
.First_Page_action:hover,.Fir_Page_action:hover,.Last_Page_Action:hover,.next_Page_Action:hover,.action_on:hover {
    background-color: #eee;
    border-color: #ddd;
}
.First_Page_action  a:hover,.Fir_Page_action a:hover,.Last_Page_Action a:hover,.next_Page_Action a:hover,.action_on a:hover {
    color:  #db1c1c;;
}
.First_Page:hover,.Fir_Page:hover,.Last_Page:hover,.next_Page:hover{
     cursor: not-allowed;
}

.action_num{
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        *margin-top: 2px;
        line-height: 1.42857143;
        color: #777;
        text-decoration: none;
        border-radius: 4px;
        margin:0 5px;
        color: #fff;
        cursor: default;
        background-color:  #0154ad;
    }
	
	.font12{
        height:34px;
        line-height:34px;
        float:left;
        margin-left:10px;
    }
/* /文章 */

/* 首页焦点新闻轮播 */
.home_tpxw {
    width: 350px;
    height: 290px;
    position: relative;
}
.home_tpxw .bd li {
    position: relative;
    width: 350px;
    height: 290px;
}
.home_tpxw .prev, .home_tpxw .next {
    position: absolute;
    top: 100px;
    width: 38px;
    height: 71px;
    background: url(home_tpxw_arrow_17.png) no-repeat;
}
.home_tpxw .next {
    right: 0px;
    background-position: -53px 0;
}

.home_tpxw .prev {
    left: 0;
    background-position: -7px 0;
}


.home_tpxw .bd li .txt {
 position: absolute;
    top: 254px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home_tpxw .bd li .txtbg{ position:absolute; top:254px; width:100%; background:#000000; height:35px;
    filter:alpha(opacity=43);
    -moz-opacity: 0.43;
    opacity:0.43;
}
/*/ 首页焦点新闻轮播 */


 .link{
   width: 1003px;
   height: 60px;
   margin: 0 auto;
   background-color: #eff2f6;
  }
 .link select{
   width: 152px;
   height: 30px;
   margin-left: 12px;
   margin-top: 15px;
   float: left;
  }
  
  
/*首页*/
.tab_one{
}
.tab_one .one,.tab_one2 .one{
	background-image:url(0_12.png); height:28px; float:left; width:8px;
}
.tab_one .two,.tab_one2 .two{
	background-image:url(0_13.png); height:28px; line-height:28px; color:#fff; font-weight: bold; padding-left:5px; padding-right:5px;float:left;
}
.tab_one .three,.tab_one2 .three{
	background-image:url(0_14.png); height:28px; float:left;width:8px;
}

.tab_two{
}
.tab_two .one,.tab_two2 .one{
	background-image:url(0_23.png); height:28px; float:left; width:8px;
}
.tab_two .two,.tab_two2 .two{
	background-image:url(0_25.png); height:28px; line-height:28px; color:#0a79a3; font-weight: bold; padding-left:5px; padding-right:5px;float:left;
}
.tab_two .three,.tab_two2 .three{
	background-image:url(0_27.png); height:28px; float:left;width:8px;
}
.fff{
color: #fff !important;
}
.fff a{
color: #fff !important;
}


/* 二维码 */
.floating_ck_blue{
	background-color: #007FFF !important;
}
.floating_ck_blue:hover{
	background-color:#0464c4 !important;
	border-bottom:solid 1px #0464c4 !important;
}
.floating_left_blue{
	background-color: #007FFF !important;
}
.floating_ck {
	position:fixed;
	right:20px;
	top:35%;
}
.floating_ck{position:fixed;right:20px;top:35%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;    background-color: #0154ad;
    border-bottom: solid 1px #0154ad;
    text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#2076cb;border-bottom:solid 1px #2076cb;}
.floating_ck dl dd:hover .floating_left{display:block;}
.qrcord{background-image:url(erweima_13.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;
    background-color: #0154ad;
    border-bottom: solid 1px #0154ad;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:340px;top:-125px;}
 .floating_ewm #weibo{display:block;width:145px;height:155px;margin:auto;margin-top:10px;*margin-top:6px;
    background-size: 145px 155px;
}  
.floating_ewm #weixin{display:block;width:145px;height:155px;margin:auto;margin-top:10px;*margin-top:6px;
    background-size: 145px 155px;} 
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}


/* 通用 模版4css */

*{margin:0px;padding:0px;} 
    /*清除浮动*/

    .clearfix:after,clearfix:before{
        content:"";
        display: table;
    }
    .clearfix:after{
        clear:both;
    }


    .title-a{
        color:#666666 !important;
        font-size: 14px !important;
    }
    .title-a a{
        color:#666666 !important;
        font-size: 14px !important;
    }

    .middle{
        background-color:#fff;
        width:1040px;
        padding-top: 16px;
        margin: 0 auto;
    }


    /*第一层*/
    .middle .section-one{
        padding-left:16px;
        padding-right:16px;
    }
    /*第一列*/
    .middle .section-one .first-row{
        float:left;
        width:346px;
        height:290px;
    }
    /*第二列*/
    .middle .section-one  .second-row{
        float:left;
        width:344px;
        height:290px;
        border:1px solid #b5d9ff;
        margin-left: 19px;
    }
    .middle .section-one  .second-row  .article-head{
        height:40px;
        background-color:#f0fafc;
        border-bottom:solid 1px #b5d9ff;

    }
    .middle .section-one  .second-row  .article-head .article-title{
        float:left;
        position:relative;
        top:12px;
        margin-left:15px;
    }
    .middle .section-one  .second-row  .article-head .article-title .article-title-name-left{
        background-image:url(0_12.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-one  .second-row  .article-head .article-title .article-title-name-middle{
        background-image:url(0_13.png);
        height:28px;
        line-height:28px;
        color:#fff;
        font-weight: bold;
        padding-left:5px;
        padding-right:5px;
        float:left;
    }
    .middle .section-one  .second-row  .article-head .article-title .article-title-name-right{
        background-image:url(0_14.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-one  .second-row  .article-head  .more-link{
        float:right;
        font-size:12px;
        line-height:40px;
        margin-right:14px;
    }
    .middle .section-one  .second-row .article-content{
        margin-top: 8px;
    }
    .middle .section-one  .second-row .article-content  .article-list{
        height:34px;
        line-height:34px;
        margin-left:14px;
        margin-right:14px;
    }
    .middle .section-one  .second-row .article-content .article-list .name-dot{
        float:left;
        margin-left:6px;
    }
    .middle .section-one  .second-row .article-content .article-list .article-name{
        float:left;
        margin-left:8px;
        color:#666666;
        width: 210px;

    }
    .middle .section-one  .second-row .article-content .article-list .article-data{
        float:right;
        color:#666666;
    }
    .middle .section-one .third-row{
        float:right;
        width:277px;
        height:288px;
        border:1px solid #b5d9ff;
        background-color: #e5effc;
    }
    .middle .section-one .third-row .article-head{
        height:45px;
        background-color:#0154ad;
        margin-bottom:23px
    }
    .middle .section-one .third-row .article-head .article-title{
        height:34px;
        color:#0154ad;
        text-align:center;
        line-height:34px;
        background-color:#e5effc;
        width:80px;
        position:relative;
        top:11px;
        left:10px;
        font-weight:bold;
        float:left;
    }
    .middle .section-one .third-row .article-head  .more-link{
        float:right;
        margin-right:10px;
        line-height:45px;
        font-size:12px;
        color: #fff !important;
    }
    .middle .section-one .third-row .article-head   .more-link a{
        color: #fff !important;
    }
    .middle .section-one .third-row .article-content{
        margin-top:10px;
    }
    .middle .section-one .third-row .article-content .article-data{
        float:left;
        width:80px;
        height:56px;
        margin-left:10px;
    }

    .middle .section-one .third-row .article-content .article-data .article-data-year{
        background-color:#0154ad;
        color:#fff;
        height:28px;
        text-align:center;
        line-height:28px;
    }

    .middle .section-one .third-row .article-content .article-data .article-data-mon{
        background-color:#fff;
        color:#4273b9;
        height:28px;
        text-align:center;
        line-height:28px;
    }
    .middle .section-one .third-row .article-content .article-list{
        float:left;
        width:152px;
        margin-left:12px;
        height:56px;
        line-height:26px;
        margin-top:4px;
        overflow: hidden
    }

    /*   /第一层 */

    /*   第二层-- */
    .middle .section-two{
        padding-top:16px;
        padding-left:16px;
        padding-right:16px;
    }
    /*第二层 第一列*/
    .middle .section-two .first-row{
        float:left;
        width:709px;
        height:290px;
        border: solid 1px #b5d9ff;
    }
    .middle .section-two .first-row .article-head{
        height:40px;
        background-color:#f0fafc;
        border-bottom:solid 1px #b5d9ff;
    }

    .middle .section-two .first-row .article-head .article-title{
        float:left;
        position:relative;
        top:13px;
        margin-left:15px;
        cursor:pointer;
    }
    .middle .section-two .first-row .article-head  .one{
        background-image:url(0_12.png); height:28px; float:left; width:8px;
    }
    .middle .section-two .first-row .article-head  .two{
        background-image:url(0_13.png); height:28px; line-height:28px; color:#fff; font-weight: bold; padding-left:5px; padding-right:5px;float:left;
    }
    .middle .section-two .first-row .article-head   .three{
        background-image:url(0_14.png); height:28px; float:left;width:8px;
    }

      .middle .section-two .first-row .article-head .more-link{
        float:right;
        font-size:12px;
        line-height:40px;
        margin-right:14px;
    }
   
    .middle .section-two .first-row  .article-content{
        margin-top:8px;
    }
    .middle .section-two .first-row  .article-content .article-list{
        margin-top:2px;
        height:34px;
        line-height:34px;
        border-bottom:1px dashed #cccccc;
        margin-left:14px;
        margin-right:14px;
    }
    .middle .section-two .first-row  .article-content .article-list .name-dot{
        float:left; margin-left:6px;
    }
    .middle .section-two .first-row  .article-content .article-list .article-name{
        float:left;
        margin-left:13px;
        color:#666666;
        width: 570px;
    }
    .middle .section-two .first-row  .article-content .article-list .article-data{
        float:right;
        color:#666666;
    }
    /* /第二层 第一列 */

    /* 第二层 第二列 */
    .middle .section-two .second-row{
        float:right;
        width:279px;
        height:290px;
        border: solid 1px #b5d9ff;
    }
    .middle .section-two .second-row .article-head{
        height:40px;
        background-color:#f0fafc;
        border-bottom:solid 1px #b5d9ff;
    }
    .middle .section-two .second-row .article-head .article-title{
        float:left;
        position:relative;
        top:12px;
        margin-left:15px;
    }
    .middle .section-two .second-row .article-head .article-title .article-title-left{
        background-image:url(0_12.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-two .second-row .article-head .article-title .article-title-middle{
        background-image:url(0_13.png);
        height:28px;
        line-height:28px;
        color:#fff;
        font-weight: bold;
        padding-left:5px;
        padding-right:5px;
        float:left;
    }
    .middle .section-two .second-row .article-head .article-title .article-title-right{
        background-image:url(0_14.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-two .second-row .article-head .more-link{
        float:right;
        font-size:12px;
        line-height:40px;
        margin-right:14px;
    }
    .middle .section-two .second-row .article-content{
        height:8px;
    }
    .middle .section-two .second-row .article-content .article-list{
        height:34px;
        line-height:34px;
        margin-left:14px;
        margin-right:14px;
    }
    .middle .section-two .second-row .article-content .article-list .name-dot{
        float:left;
        margin-left:6px;
    }
    .middle .section-two .second-row .article-content .article-list .article-name{
        float:left;
        margin-left:8px;
        color:#666666;
        width: 150px;
    }
    .middle .section-two .second-row .article-content .article-list .article-data{
        float:right;
        color:#666666;
    }
    /* /第二层 第二列 */


    /*第三层*/
    .middle .section-three{
        padding-top:16px;
        padding-left:16px;
        padding-right:16px;
    }

    /* 第三层 第一列 */
    .middle .section-three  .first-row{
        float:left;
        width:711px;
    }
    /*第三层 上部*/
    .middle .section-three  .first-row  .first-row-top{
        margin-bottom:16px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left{
        float:left;
        width:344px;
        height:258px;
        border:1px solid #b5d9ff;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left  .article-head{
        height:40px;
        background-color:#f0fafc;
        border-bottom:solid 1px #b5d9ff;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left  .article-head .article-title{
        float:left;
        position:relative;
        top:12px;
        margin-left:15px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left  .article-head .article-title .article-title-left{
        background-image:url(0_12.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left  .article-head .article-title .article-title-middle{
        background-image:url(0_13.png);
        height:28px;
        line-height:28px;
        color:#fff;
        font-weight: bold;
        padding-left:5px;
        padding-right:5px;
        float:left;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left  .article-head .article-title .article-title-right{
        background-image:url(0_14.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left  .article-head .more-link{
        float:right;
        font-size:12px;
        line-height:40px;
        margin-right:14px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left .article-content{
        margin-top:8px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left .article-content .article-list{
        height:34px;
        line-height:34px;
        margin-left:14px;
        margin-right:14px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left .article-content .article-list .name-dot{
        float:left;
        margin-left:6px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left .article-content .article-list .article-name{
        float:left;
        margin-left:8px;
        color:#666666;
        width: 210px;
    }
    .middle .section-three  .first-row  .first-row-top .first-row-top-left .article-content .article-list .article-data{
        float:right;
        color:#666666;
    }
    /* /第三层 上部 左 */

    /*  第三层 上部 右 */
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right{
        float:left;
        width:344px;
        height:258px;
        border:1px solid #b5d9ff;
        margin-left:19px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-head{
        height:40px;
        background-color:#f0fafc;
        border-bottom:solid 1px #b5d9ff;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-head .article-title{
        float:left;
        position:relative;
        top:12px;
        margin-left:15px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-head .article-title .article-title-left{
        background-image:url(0_12.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-head .article-title .article-title-middle{
        background-image:url(0_13.png);
        height:28px;
        line-height:28px;
        color:#fff;
        font-weight: bold;
        padding-left:5px;
        padding-right:5px;
        float:left;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-head .article-title  .article-title-right{
        background-image:url(0_14.png);
        height:28px;
        float:left;
        width:8px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-head .more-link{
        float:right;
        font-size:12px;
        line-height:40px;
        margin-right:14px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-content{
        margin-top:8px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-content .article-list{
        height:34px;
        line-height:34px;
        margin-left:14px;
        margin-right:14px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-content .article-list .name-dot{
        float:left;
        margin-left:6px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-content .article-list .article-name{
        float:left;
        margin-left:8px; color:#666666;
        width: 210px;
    }
    .middle .section-three  .first-row  .first-row-top  .first-row-top-right .article-content .article-list .article-data{
        float:right;color:#666666;
    }
    /*  /第三层 上部 右*/
    /*  /第三层 上部*/

    /* 第三层 底部*/
    .middle .section-three  .first-row .first-row-bottom div{
        float:left;
        width:218px;
        height:58px;
        margin-left:28px;
    }

    .middle .section-three  .first-row .first-row-bottom div:first-child{
        margin-left:0;

    }
    .middle .section-three  .first-row .first-row-bottom div a  img{
        width:100%;
        height:100%;
    }
    /*  /第三层 底部*/
    /*  /第三层 第一列*/

    /* 第三层 第二列 */
    .middle .section-three .second-row{
        float:right;
        width:279px;
    }
    .middle .section-three .second-row div{
        width:279px;
        height:58px;
        margin-top: 10px;
    }
    .middle .section-three .second-row div:first-child{
        margin-top: 0;
        height:132px;
    }
    .middle .section-three .second-row div a img{
        width:100%;
        height:100%;
    }
    /* 第三层*/

    /*第四层*/
    .middle .section-four{
        margin-top:16px;
        width: 1040px;
        height: 60px;
        background-color: #eff2f6;
    }
    .middle .section-four  .select-link{
        float:left;
        width:152px;
        height:30px;
        margin-left:16px;
        margin-top:15px;
    }
    .middle .section-four  .select-link select{
        height:30px;
        width:152px;
        font-size: 14px;
        color: #666;
    }
	
	/* 人社局*/
	    .tab_one .one{
        background-image:url(0_12.png); height:28px; float:left; width:8px;
    }
    .tab_one .two{
        background-image:url(0_13.png); height:28px; line-height:28px; color:#fff; font-weight: bold; padding-left:5px; padding-right:5px;float:left;
    }
    .tab_one .three{
        background-image:url(0_14.png); height:28px; float:left;width:8px;
    }

    .tab_two{
    }

    .tab_two .one{
        background-image:url(0_23.png); height:28px; float:left; width:8px;
    }
    .tab_two .two{
        background-image:url(0_25.png); height:28px; line-height:28px; color:#0a79a3; font-weight: bold; padding-left:5px; padding-right:5px;float:left;
    }
    .tab_two .three{
        background-image:url(0_27.png); height:28px; float:left;width:8px;
    }

    .top_one .one{
        background-image:url(0_12.png); height:28px; float:left; width:8px;
    }
    .top_one .two{
        background-image:url(0_13.png); height:28px; line-height:28px; color:#fff; font-weight: bold; padding-left:5px; padding-right:5px;float:left;
    }
    .top_one .three{
        background-image:url(0_14.png); height:28px; float:left;width:8px;
    }

    .top_two{
    }
    .top_two .one{
        background-image:url(0_23.png); height:28px; float:left; width:8px;
    }
    .top_two .two{
        background-image:url(0_25.png); height:28px; line-height:28px; color:#0a79a3; font-weight: bold; padding-left:5px; padding-right:5px;float:left;
    }
    .top_two .three{
        background-image:url(0_27.png); height:28px; float:left;width:8px;
    }

/* 底部右下角*/
#ad {
position: fixed;
border: 1px solid #000;
right: 0;
bottom: 0;
width: 270px;
height: 180px;
z-index: 999;
}
#ad .btn_close {
position: absolute;
border: 0px solid #000;
right: 0;
width: 15px;
height: 13px;
float: right;
}
#ad .btn_num {
    position: absolute;
	right: 0; bottom:0;
    width: 80px;
    height: 20px;
    float: right;
	font-size:12px;
}
#ad .btn_num1 {
float:left; width:15px; height:15px; border:1px solid #ccc; background-color:#ccc; color:#fff; text-align:center; margin-left:5px; cursor:pointer;
}
#ad .btn_num2 {
float:left; width:15px; height:15px; border:1px solid #ccc; background: #ff7a00; color:#fff; text-align:center;cursor:pointer;margin-left:5px; 
}