﻿@charset 'utf-8';

body{
	min-width: 1200px;
}

/* 头部 */
.top{
	height: 36px;
	line-height: 36px;
	background: #f6f6f6;
}
.top span,.top a{
	display: inline-block;
	color: #333333;
	font-size: 14px;
}
.top a:hover{
	font-weight: bold;
}
.top-l span{
	margin: 0 10px;
}
.header{
	height: 194px;
	background: url(../images/bg1.png) top center no-repeat;
}
.header .logo{
	display: inline-block;
	margin-top: 14px;
}
.header .search{
	width: 390px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	margin-top: 48px;
	border-radius: 4px;
}
.header .search input{
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	width: 305px;
}
.header .search button{
	width: 53px;
	height: 50px;
	background: url(../images/ic1.png) center no-repeat;
}
.nav{
	width: 100%;
	line-height: 50px;
	height: 50px;
	background: #b60005;
}
.nav a{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 0 37px;
	background: url(../images/ic2.png) left center no-repeat;
}
.nav a:first-child{
	background: none;
}
.nav a.cur,.nav a:hover{
	color: #ffe37b;
}
/* 底部 */
.f-link{
	margin-top: 15px;
	background: url(../images/bg3.png) top center no-repeat;
	height: 170px;
	padding: 17px 0 0;
	width: 100%;
}
.f-link .title{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	margin-right: 12px;
	display: inline-block;
}
.f-drop-t{
	height: 50px;
}
.f-drop-t .tit{
	display: inline-block;
	cursor: pointer;
	line-height: 36px;
	color: #b60005;
	font-size: 18px;
	text-align: center;
	background: #fff;
	width: 204px;
	margin-left: 30px;
	position: relative;
}
.f-drop-t .tit i{
	position: absolute;
	width: 17px;
	height: 7px;
	background: url(../images/ic6.png) center no-repeat;
	bottom: -7px;
	left: 50%;
	margin-left: -9px;
	display: none;
}
.f-drop-t .tit.cur i{
	display: block;
}
.f-drop-tab{
	background: url(../images/bg4.png) top left repeat-x;
}
.f-drop-item{
	padding-top: 8px;
	height: 90px;
	overflow: auto;
}
.f-drop-item a{
	margin-right: 30px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.f-drop-item a:hover{
	font-weight: bold;
}
.footer{
	padding-top: 30px;
	height: 80px;
	background: #fff;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
/* 概览 */
.gl-main{
	border: 1px solid #dadada;
	padding: 34px 26px 40px;
}
.gl-nav{
	width: 202px;
}
.gl-nav-t{
	height: 58px;
	line-height: 58px;
	background: url(../images/bg2.png) center no-repeat;
}
.gl-nav-t a{
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.gl-nav-l{
	background: #f5f5f5;
	padding: 25px 18px 8px;
}
.gl-nav-l a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #666666;
	font-size: 18px;
	margin-bottom: 16px;
}
.gl-nav-l a.cur,.gl-nav-l a:hover{
	font-weight: bold;
	color: #333333;
	background: #fff url(../images/ic4.png) top left no-repeat;
}
.gl-content{
	width: 916px;
}
.gl-title{
	height: 42px;
	border-bottom: 1px solid #dadada;
}
.gl-title .tit{
	display: inline-block;
	padding: 0 18px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e01918;
	padding-bottom: 16px;
}
.gl-l{
	padding: 20px 0;
	border-bottom: 1px dashed #cccccc;
}
.gl-l li{
	height: 36px;
	line-height: 36px;
	padding-left: 16px;
	background: url(../images/ic5.png) left center no-repeat;
}
.gl-l li a{
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
}
.gl-l li a:hover{
	color: #b60005;
}
.gl-l li span{
	display: inline-block;
	color: #333333;
	font-size: 12px;
	float: right;
}
/* 当前位置 */
.local{
	margin-top: 10px;
	margin-bottom: 12px;
	background: #f8f8f8;
	height: 44px;
	line-height: 44px;
}
.local img{
	margin-right: 7px;
	margin-left: 21px;
}
.local span,.local a{
	color: #333333;
	font-size: 14px;
}
.local a:hover{
	font-weight: bold;
}
.local .arrow{
	display: inline-block;
	margin: 0 6px;
}
.local .cur{
	color: #b60005;
}
/* 页码 */
.page{
	text-align: center;
	margin-top: 36px;
}
.page a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	margin: 0 6px;
}
.page .fe{
	width: 60px;
}
.page .fe.f{
	border: 1px solid #dcdcdc;
}
.page input{
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}
.page button{
	height: 30px;
	line-height: 30px;
	background: #f1f1f1;
	color: #666666;
	font-size: 14px;
	width: 60px;
}
.page a:hover,.page a.cur,.page button:hover{
	background: #b60005;
	color: #fff;
}
/* 细览 */
.xl-content{
	padding: 0 20px;
}
.xl-title{
	color: #333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 30px;
}
.xl-bar{
	background: #f5f5fc;
	text-align: center;
	height: 52px;
	line-height: 52px;
}
.xl-bar span,.xl-bar a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
}
.xl-bar .line{
	margin: 0 14px;
}
.xl-bar .ly{
	margin-right: 28px;
}
.xl-bar .font{
	margin-right: 8px;
	cursor: pointer;
}
.xl-bar span img{
	margin-right: 4px;
}
.xl-con{
	padding: 30px 16px 80px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.xl-con .img{
	text-align: center;
	margin: 30px 0;
}
.xl-con .img img{
	max-width: 100%;
}
.xl-con .ewm{
	text-align: center;
	color: #666666;
	font-size: 12px;
	margin-top: 110px;
}
/* 领导 */
.ld-top{
	height: 168px;
	padding: 32px 27px;
	background: #f5f5f5;
}
.ld-top .tx{
	width: 136px;
	height: 168px;
}
.ld-info{
	width: 990px;
	float: right;
}
.ld-info .name{
	color: #333333;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.ld-info .job{
	color: #b60005;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}
.ld-info .intro{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 16px;
	height: 90px;
	overflow: hidden;
}
.ld-info .btn a{
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	border-radius: 4px;
	background: #dedede;
	margin-right: 16px;
}
.ld-info .btn a:hover{
	background: #b60005;
	color: #fff;
}
.ld-con{
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	margin-top: 26px;
	padding-bottom: 20px;
}
/*我要写信开始*/
.xx-title{
	height: 50px;
	border-bottom: 2px solid #e5e5e5;
}
.xx-title .tit {
	display: inline-block;
	color: #e42826;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #e01918;
	padding-bottom: 19px;
}
.yydh-xx-outbox{
	margin-top: 30px;
}
.leader-mail{
	width:100%;
	height: 61px;
	border-bottom:1px solid #e5e9ee;
}
.leader-mail a{
	display: inline-block;
	height:59px;
	line-height: 59px;
	border-bottom: 2px solid #e42826;
	font-size: 24px;
	font-weight: bold;
	color: #e42826;
}

.yydh-xx-top {
	color: #3e3e3e;
}

.yydh-xx-toptt {
	font-size: 36px;
	display: block;
	font-family: simsun;
	font-weight: bold;
	margin-bottom: 16px;
}

.yydh-xx-top p {
	font-size: 14px;
	line-height: 30px;
	color: #3e3e3e;
	padding-right: 46px;

}
.yydh-xx-top p.redwords{
	color: #df3b3e;
}
.yydh-xx-c1 {
	border-top: 1px solid #e8ebf0;
}
.write-content{
	border: 1px solid #e8ebf0;
	margin-top: 24px;
	padding-bottom: 20px;
}
.write-tit {
	display: block;
	height:69px;
	line-height:69px;
	background: url("../images/dw-ic4.png") no-repeat 32px center;
	color: #141414;
	font-size: 18px;
	font-weight: bold;
	padding-left:86px;
}

.yydh-xx-c2 {
	margin: 0 40px 0 25px;
	border: 1px solid #e5e9ee;
	border-bottom: none;
}

.yydh-xx-c2 .yydh-xx1 {
	text-align: left;
	display: inline-block;
	font-size: 14px;
	color: #5f6675;
	padding-left: 10px;
	box-sizing: border-box;
	background-color: #fff;
	vertical-align: top;
	height: 30px;
	margin-top: 4px;
	margin-left: 3px;
	margin-right: 3px;
	width:1024px;
	border: 1px solid #e5e9ee;
	line-height:30px;
}

.yydh-xx-c2 .yydh-xx-tt2 {
	border-right: 1px solid #e5e9ee;
	width: 100px;
	background-color: #f7f9f9;
	color: #8b8e95;
	font-size: 12px;
	height: 100%;
	display: inline-block;
	line-height: 38px;
	text-align: center;
	width: 100px;
	vertical-align: top;
	box-sizing: border-box;
}

.yydh-xx-c2 .yydh-xx-tt2.h70{
	height: 70px;
}
.yydh-xx-c2 .yydh-xx-cont {
	height: 190px;
}

.yydh-xx-c2 .yydh-xx-neirong {
	height: 203px;
}


.yydh-xx-c2 .yydh-xx-sec {

	padding-left: 0;
	border: none;
}

.yydh-xx-c2 .yydh-xx-outline {
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #e5e9ee;
}

.yydh-xx-sec input.yydh-radio {
	margin-top: 8px;
	margin-left:22px;
	vertical-align: top;
}

.yydh-xx-c2 .yydh-xx-yzm {
	width: 216px;
}

.yydh-yzmonload {
	color: #666666;
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
	line-height: 39px;
}

.yydh-yzmonload:hover {
	color: #e42826;
	text-decoration: underline;
}

.yydh-pub-tx {
	font-size: 12px;
	color: #e36264;
	position: absolute;
	right: 20px;
	top: 10px;
}

.yydh-btn {
	margin-top: 18px;
	padding-left: 30px;
}

.yydh-btn button {
	background-color: #fff;
	font-size: 14px;
	color: #7c889e;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 5px;
	width: 98px;
	height: 28px;
	border: 1px solid #e5e9ee;
}

.yydh-btn button:hover {
	background-color: #e42826;
	color: #fff;
	border: 1px solid #e42826;
}
.yydh-btn button.yydh-btn-active {
	background-color: #e42826;
	color: #fff;
	border: 1px solid #e42826;
}
.yydh-redstar {
	font-size: 12px;
	position: absolute;
	right: -18px;
	top: 15px;
	color: #df3b3e;
}
.yydh-xx-yzmpic {
	margin-left: 10px;
	margin-top: 6px;
}
.yydh-xx-c2 .yydh-select {
	width: 216px;
	height: 30px;
	border: 1px solid #e8ebf0;
	color: #5f6675;
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
}
/*我要写信结束*/
/* 信件详情 */
.xj-title{
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 66px;
	background: #b60005;
	padding: 0 20px;
}
.xj-table {
	border: 1px solid #ededed;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 10px;
}

.xj-table tr {
	border: 1px solid #ededed;
	height: 50px;
}

.xj-table td {
	border: 1px solid #ededed;
}

.xj-t-bg {
	border-right: 1px solid #ededed;
	width: 170px;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	text-align: center;
}

.xj-ttr-h1 td {
	height: 210px;
}

.xj-t-c {
	width: 420px;
	font-size: 16px;
	color: #444444;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.xj-t-line {
	line-height: 35px;
	padding: 40px 30px;
}
/* 网站地图 */
.dt-table {
	border: 1px solid #ededed;
	border-collapse: collapse;
}
.dt-table tr,.dt-table td{
	border: 1px solid #ededed;
}
.dt-table .tit{
	width: 140px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.dt-table .list{
	width: 1060px;
}
.dt-table .list ul{
	padding-left: 50px;
	padding-top: 20px;
}
.dt-table .list li{
	float: left;
	width: 160px;
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 36px;
}
.dt-table .list li a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	background: #f0f0f0;
}
.dt-table .list li a:hover{
	font-weight: bold;
}

/* &#98;&#101;&#115;&#116;&#51;&#54;&#53;&#23448;&#32593;&#33529;&#26524;&#19979;&#36733;&#95;&#98;&#115;&#116;&#51;&#54;&#53;&#20307;&#32946;&#23089;&#20048;&#24179;&#21488;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#22823;&#38470; */
.index-headline{
	position: relative;
	height: 166px;
	overflow: hidden;
}
.index-headline-item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 166px;
	box-sizing: border-box;
	text-align: center;
}
.index-headline-item h1{
	padding: 0 16px;
}
.index-headline-item h1 a{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #b60005;
	font-size: 36px;
	font-weight: bold;
	font-family: 'simsun';
	margin-top: 40px;
}
.index-headline-item p{
	margin-top: 14px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-wrap1-c1 {
	width: 660px;
	height: 393px;
	position: relative;
	overflow: hidden;
}
.index-newspic {
	width: 100%;
	height: 100%;
}
.index-newspic li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.index-newspic li img {
	width: 100%;
	height: 100%;
}
.index-pictt {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 40px;
	bottom: 0;
	background: url(../images/bg11.png);
}
.index-pictt li {
	width: 100%;
	height: 100%;
}
.index-pictt li a {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	max-width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 14px;
}
.index-picpg {
	position: absolute;
	bottom: 14px;
	right: 20px;
}
.index-picpg li {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 9px;
	cursor: pointer;
	background: url(../images/ic8.png) no-repeat;
}
.index-picpg li.cur {
	background: url(../images/ic9.png) no-repeat;
}
.index-wrap1-c2{
	width: 516px;
	height: 393px;
}
.index-tit1{
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #e5e5e5;
}
.index-tit1 .tit:first-child{
	margin-left: 0;
}
.index-tit1 .tit{
	color: #999999;
	font-size: 20px;
	display: inline-block;
	padding: 0 14px;
	font-weight: bold;
	margin-left: 14px;
}
.index-tit1 .tit.cur{
	color: #b60005;
	border-bottom: 1px solid #b60005;
}
.index-list1{
	padding-top: 18px;
}
.index-list1 li{
	height: 40px;
	line-height: 40px;
	padding-left: 14px;
	background: url(../images/ic5.png) left center no-repeat;
}
.index-list1 li a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-list1 li a:hover{
	color: #b60005;
}
.index-list1 li span{
	float: right;
	color: #999999;
	font-size: 16px;
}
.index-bar1{
	position: relative;
	margin: 40px 0;
}
.index-bar1-pic{
	position: relative;
	height: 96px;
	overflow: hidden;
	width: 100%;
}
.index-bar1-pic li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-bar1-n{
	position: absolute;
	bottom: 6px;
	right: 10px;
}
.index-bar1-n li{
	cursor: pointer;
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	height: 13px;
	width: 24px;
	line-height: 13px;
	background: url(../images/bg5.png) center no-repeat;
}
.index-bar1-n li.cur{
	background: url(../images/bg5o.png) center no-repeat;
}
.index-wrap2{
	width: 342px;
}
.index-wrap3{
	width: 832px;
}
.index-wrap4{
	padding: 13px 13px 3px;
	background: #f6f6f9;
}
.index-wrap4 a{
	display: inline-block;
	width: 154px;
	height: 81px;
	line-height: 81px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.index-wrap4 a span{
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 64px;
	width: 80px;
	display: inline-block;
}
.index-wrap4 .a1{
	background-image: url(../images/bg6.png);
}
.index-wrap4 .a2{
	background-image: url(../images/bg7.png);
}
.index-wrap4 .a3{
	background-image: url(../images/bg8.png);
}
.index-wrap4 .a4{
	background-image: url(../images/bg9.png);
}
.index-wrap4 .a5{
	background-image: url(../images/bg10.png);
}
.index-wrap4 .a6{
	background-image: url(../images/bg12.png);
}
.index-wrap5{
	background: #fafafa;
	padding: 8px 13px 0;
	margin-top: 10px;
	height: 318px;
}
.index-tit2{
	height: 26px;
	line-height: 26px;
	margin-bottom: 8px;
}
.index-tit2 .tit{
	display: inline-block;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-left: 12px;
}
.index-list2 li{
	height: 40px;
	line-height: 40px;
}
.index-list2 li a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}
.index-list2 li a:hover{
	color: #b60005;
}
.index-wrap6{
	height: 320px;
}
.index-tit1 .line{
	display: inline-block;
	margin: 0 20px;
}

/* 互动 */
.page2{
	text-align: center;
	padding-top: 20px;
}
.page2 span,.page2 a{
	color: #666666;
	font-size: 14px;
	display: inline-block;
	line-height: 28px;
}
.page2 span.red{
	color: #ec3233;
	margin: 0px 5px;
}
.page2 a{
	line-height: 26px;
	border: 1px solid #ebebeb;
	margin: 0px 4px;
}
.page2 a:hover,.page2 a.cur{
	color: #fff;
	background: #b60005;
}
.page2 a.num:hover,.page2 a.num.cur{
	border: 1px solid #b60005;
}
.page2 a.go:hover{
	font-weight: bold;
	color: #fff;
}
.page2 a.num{
	width: 26px;
}
.page2 .fe{
	border: none;
	line-height: 28px;
}
.page2 .fe:hover{
	color: #b60005;
	background: none;
}
.page2 .pn{
	width: 58px;
}
.page2 input{
	width: 26px;
	height: 26px;
	border: 1px solid #ebebeb;
	text-align: center;
	margin: 0px 7px;
}
.page2 .go{
	width: 60px;
	height: 28px;
	border: none;
	background:#b60005;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-left: 14px;
}
.page2 span.jump{
	margin-left: 10px;
}
.page2 .first{
	margin-left: 19px;
	margin-right: 8px;
}
.eaclf-title{
    height: 45px;
    border-bottom: 1px solid #b60005;
    box-sizing: border-box;
    margin-top: 10px;
} 
.eaclf-title .eac-loader{
	width: 125px;
	height: 45px;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold;
	background-color: #b60005;
	text-align: center;
	line-height: 45px;
	box-sizing: border-box;
}
.eaclf-title .eac-loader a{
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.eaclf-title .eac-user{
	width: 158px;
	height: 34px;
	border: solid 1px #ededed;
	margin-left: 40px;
	margin-top: 3px;
	background:url(../images/yj-people.jpg) no-repeat center;
	box-sizing: border-box;

}
.eaclf-title .eac-se{
	width: 158px;
	height: 34px;
	border: solid 1px #ededed;
	margin-left: 9px;  
	margin-top: 3px;
	background:url(../images/yj-yzmbg.jpg) no-repeat center;
	box-sizing: border-box;

}

.eaclf-title .eac-cx{
	width: 100px;
	height: 34px;
	border: solid 1px #ededed;
	margin-left: 10px;
	margin-top: 3px;
	text-align: center;
	background-color: #fafbfb;
	box-sizing: border-box;

}

.eaclf-title .eac-cx a{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #000000;
	line-height: 34px;
}
.eaclf-title .eac-cx:hover{
	background-color: #b60005;
	font-weight: bold;
	cursor: pointer; 
}
.eaclf-title .eac-cx:hover a{
	color: #ffffff;
}
.eaclf-title .eac-sm{
	width: 80px;
	height: 30px;
	background-color: #e77576;
	border-radius: 3px;

	margin-left: 70px;
	margin-top: 5px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
}
.eaclf-title .eac-sm a{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
}
.eaclf-title .eac-sm:hover{
	font-weight: bold;
}
.eaclf-title .eac-nm{
	width: 80px;
	height: 30px;
	background-color: #86a1d3;
	border-radius: 3px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
	margin-left: 10px;
	margin-top: 5px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;    
}
.eaclf-title .eac-nm a{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
}
.eaclf-title .eac-nm:hover{
	font-weight: bold;
}
.eaclf-title input{
	width: 104px;
	padding-left: 44px;
	padding-right: 10px;
	height: 34px;
}
.eac-show{
	height: 270px;
	border-bottom: 1px dashed #e5e5e5;
	margin-top: 10px;
}
.t30{
	margin-top: 30px;
}
.yj-list-1{
	height: 35px;
	background-color: #f9f6f6;
	margin-bottom: 20px;
}
.yj-list-2{
	height: 40px;
}
.yj-list-1 li{
	float: left;
	font-size: 14px;
	color: #000000;
}
.yj-list-1 .w501{
	width: 501px;
	height: 35px;
	margin-left: 15px;
	line-height: 35px;
}
.yj-list-1 .w28{
	width: 28px;
	height: 35px;
	margin-left: 89px;
	line-height: 35px;
}
.yj-list-1 .w56{
	width: 56px;
	height: 35px;
	margin-left: 33px;
	line-height: 35px;
}
.yj-list-1 .w56t{
	width: 56px;
	height: 35px;
	margin-left: 40px;
	line-height: 35px;
}
.eac-show li{
	float: left;
}
.yj-list-2 a{
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	line-height: 35px;
	max-width:501px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.yj-list-2 a:hover{
	color:#ee1f3f;
}
.yj-list-2 .w501{
	width: 501px;
	height: 35px;
	margin-left: 15px;
}
.yj-list-2 .w28{
	font-size: 14px;
	width: 28px;
	height: 35px;
	color: #666666;
	margin-left: 89px;
	line-height: 35px;
}
.yj-list-2 .w42{
	width: 42px;
	height: 35px;
	font-size: 14px;
	color: #666666;
	margin-left: 40px;
	line-height: 35px;
}
.yj-list-2 .w72{
	width: 80px;
	height: 35px;
	font-size: 13px;
	color: #666666;
	line-height: 35px;
	margin-left: 38px;
}
.eac-right{
    width: 300px;
    height: 368px;
    padding-bottom: 16px;
    border: solid 1px #e5e9ee;
}
.eac-right .eac-r1{
    width: 300px;
    height: 50px;
    background:#b60005;
    line-height: 50px;
}
.eac-r1 img{
	margin-left: 18px;
	margin-right: 10px;
}
.eac-r1 a{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.eac-r1 a:hover{
    font-weight: bold;
}
.eac-list li{
    width: 267px;
    height: 45px;
    margin-left: 13px;
    margin-top:17px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}  
.eac-list span{
    color: #999999;
    font-size: 14px;
    line-height: 25px;
} 
.eac-ing span{
    color: #ee1f3f;
} 
.eac-ing .date{
	display: inline-block;
	font-size: 12px;
    color: #666666;
    float: right;
}

.eac-list a{
    color: #333333;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 25px;
}
.eac-list li a:hover{
    font-weight: bold;
}
.hd-wrap3{
	margin-top: 40px;
}
.hd-wrap2{
	width: 840px;
}
.hd-main{
	border: 1px solid #dadada;
    padding: 24px 20px 40px;
}
.hd-list{
	margin-top: 16px;
}
.hd-list li{
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
}
.hd-list li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}
.hd-list li a:hover{
	color: #b60005;
}
.hd-list li span{
	float: right;
	color: #666666;
	font-size: 13px;
	margin-right: 8px;
}