@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
input,select,option,textarea{outline: none;}
ul,ol,li { list-style:none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1;}
img { max-width: 100%;}
i,em { font-style: normal;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; transition:all .2s linear;}
.container { width: 1200px; margin: 0px auto;}
.pos { position: relative}
.f12 { font-size: 12px;} 
.f16 { font-size: 16px;} 
.f18 { font-size: 18px;}
.f20 { font-size: 20px;}
.fw { font-weight: bold;}
.flex { display: flex; flex-wrap: wrap; justify-content: space-between;}
.align { align-items: center;} 
.justify { justify-content: center;}
.jus_start { justify-content: flex-start;}
.tc { text-align: center;}
.pt8 { padding: 8px 0;}
.pt10 { padding: 10px 0;}
.ptb20 { padding: 20px 0;}
.p1050 { padding: 10px 50px;}
.ptb40 { padding: 40px 0px;}
.plr20 { padding: 0px 20px;}
.plr50 { padding: 0px 50px;}
.pb20 { padding-bottom: 20px;}
.pb50 { padding-bottom: 50px;}
.pt40 { padding-top: 40px;}
.p4020 { padding: 40px 0px 20px;}
.ptb10 { padding: 10px 0 20px;}
.p20 { padding: 20px 20px;}
.bf5 { background: #f5f5f5;}
.bff { background: #fff;}
.c6 { color: #666;}
.c9 { color: #999;}
.bra5 { border-radius: 5px;}
.bra15 { border-radius: 15px;}
.mlr20 { margin: 0px 20px;}
.mtp15 { margin-top: 15px;}
.mtp30 { margin-top: 30px;}
.mtp50 { margin-top: 50px;}
.mtb30 { margin: 30px 0;}
.mlr50 { margin: 0px 50px;}
.mb50 { margin-bottom: 50px;}
.mb20 { margin-bottom: 20px;}
.mb15 { margin-bottom: 15px;}

.het3 {display: -webkit-box; word-break: break-all; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}



/*****************ei*******************/
.ban_head {
	width: 100%;
	height: 275px;
	background: url(../images/head_bg.jpg) center center no-repeat;
	background-size: cover;
	}
.head_tit small {
	color: #f1f1f1;
	display: block;
	}
.head_tit h1 {
	font-size: 60px;
	color: #fff;
	text-shadow: 3px 3px 0px #000;
	font-weight: bold;
	}
.head_cont p {
	display: block;
	color: #fff;
	}

.head_nav {
	position: absolute;
    height: 64px;
    line-height: 64px;
    bottom: 0;
    left: 0;
    width: 100%;
	background: rgba(0, 54, 110, 0.5);
	text-align: center;
	}
.head_nav li a {
	display: block;
	padding: 0px 25px;
	color: #fff;
	}
.head_nav li a:hover { background: #f49537;}

/**/
.pic_img img{
	width: 240px;
	height: 335px;
	box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.2);
	}
.pic_jianj {
	background: #f2f5f9;
	margin-left: 20px;
	padding: 25px 30px;
	width: 50%;
	}
.pic_jianj h3, .pic_xinx h3 {
	display: block;
	padding-left: 15px;
	border-left: 5px solid #f39536;
	}
.pic_jianj p {
	text-indent: 2em;
	line-height: 34px;
	font-size: 16px;
	display: -webkit-box; 
	word-break: break-all; 
	text-overflow: ellipsis; 
	overflow: hidden; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 7;
	}
.pic_xinx {
	background: #f2f5f9;
	margin-left: 20px;
	padding: 15px 20px;
	display: block;
	width: 26%;
	}
.pic_xinx p {
	display: flex;
	word-break:break-all;
	line-height: 20px;
	}
.pic_xinx p span {
	display: inline-flex;
  	flex: 0 0 85px;
	font-weight: bold;
  	justify-content: flex-end;
	}


/**/
.ml_bg { background: #f2f5f9;}
.sub_fwtit {
	height:55px;
	line-height:55px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
	}
.sub_fwtit span {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	font-size: 20px;
	margin: 0px 20px;
	}

#tab {
	overflow:hidden;
	zoom:1;
	}
#tab span.current {
	color: #04549a;
    border-bottom: 3px solid #f39536;
	font-weight: bold;
	}
#content ul {display:none;}

.ml_dq:after {
	content:"";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	}
.ml_dq li {
	background: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
	width: 32.5%;
	float: left;
	margin-right: 1.2%;
	}
.ml_dq li:nth-child(3n) { margin-right: 0;}
.ml_dq li label{
    color: #fff;
    display: inline-block;
    background: #257ad5;
    padding: 4px 10px;
	}
.ml_dq li h4 a {
	line-height: 28px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 0;
	display: block;
	}
.ml_dq li h5 {
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	color: #666;
	line-height: 28px;
	}
.ml_dq li p {
	display: block;
	line-height: 28px;
	}
.ml_dq li p .ml_time { color: #013e80;}
.ml_dq li p .ml_time:hover { color: #c00;}
.ml_dq li p time {
	color: #999;
	margin-right: 10px;
	}
.ml_dq li p span { color: #f00;}
.ml_gd {
	width: 100%;
	display: block;
	text-align: center;
	}
.ml_gd a {
	font-size: 16px;
	padding: 8px 40px;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
	}
.ml_gd a:hover {
	background: #04549a;
	color: #fff;
	border-color: #04549a;
	}
.ml_gk {}
.ml_gk:after {
	content:"";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	}
.ml_gk li {
    margin-bottom: 20px;
	width: 15.5%;
	float: left;
	margin-right: 1.4%;
	}
.ml_gk li:nth-child(6n) { margin-right: 0;}
.ml_gk li img {
	width: 100%;
	height: 255px;
	}
.ml_gk li p {
	display: block;
	text-align: center;
	line-height: 28px;
	}
	
.qkdt {
	width: 62%;
	}
.qkdt h4 {
	border-bottom: 1px solid #ddd;
	display: block;
	}
.qkdt h4 span{
	display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
	color: #04549a;
    border-bottom: 3px solid #04549a;
	font-weight: bold;
	line-height: 40px;
	}
.qkdt ul {counter-reset: section;}
.qkdt li {
	line-height: 40px;
	display: block;
	width: 100%;
	}
.qkdt li:before{
	counter-increment:section;
	content:counter(section);
	display:inline-block;
	margin-right:10px;
	width: 18px;
	text-align: center;
	height:18px;
	line-height:18px;
	background:#999;
	color:#fff;
	border-radius:3px;
	font-size:12px;
	}
.qkdt li:nth-child(1):before{background:#ff6a00}
.qkdt li:nth-child(2):before{background:#107db4}
.qkdt li:nth-child(3):before{background:#56ae11}
.qkdt li a {
    display: inline-block;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 125px);
    vertical-align: bottom;
	font-size: 16px;
	}
.qkdt li span{
	color: #999;
    display: inline-block;
    max-width: 95px;
	text-align: right;
	margin-left: 25px;
	}
	
.qkgg {
	width: 35%;
	}
.qkgg h4 {
	border-left: 5px solid #04549a;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 31px;
	}
.qkgg li {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
	}
.qkgg li:after {
	content:"";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	background: #ff6a00;
	border-radius: 8px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
.qkgg li a {
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width: 78%;
	font-size: 15px;
	}
.qkgg li span {
	color: #999;
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
	vertical-align: top;
	}

.footer{
	background: #003d80 url(../images/foot_bg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
	}
.footer .xzzx {
	width: 32%;
	}

.footer h4 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 26px;
	padding-left: 15px;
	border-left: 5px solid #f39536;
	font-weight: bold;
	}
.footer li {
	line-height: 30px;
	}
.footer li a { color: #fff;}
.footer .contact{
	width: 32%;
	padding-left: 60px;
	}
.footer .links{
	width: 32%;
	padding-left: 90px;
	}
.links ul{height: 130px;}
.footer .btmb {
	background:#001f40;
	color:#fff;
	text-align: center;
	padding: 10px 0;
	}
.footer .btmb a { color: #a8a8a8;}

/* list */
.list_box {
	width: 70%;
	}
.list_tit {
	display: block;
	text-align: center;
	}
.list_tit p {
	display: block;
	line-height: 40px;
	color: #666;
	border-bottom: 1px dotted #ccc;
	}
.list_box li {
	display: flex;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	}
.list_box li a {
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
	font-size: 16px;
	}
.list_box li span {
	color: #999;
	display: inline-block;
	width: 100px;
	text-align: right;
	}
	
.list_r { width: 26%;}
.list_r_b {
	background: #f2f5f9;
	padding: 15px 20px;
	}
.list_r_b p {
	line-height: 28px;
	}
.list_r .qkgg { width: 100%;}
.list_r .qkgg li a {
	font-size: 14px;
	width: 74%;
	}

.cont_info {}
















@media screen and (max-width: 600px) {
	.container { width: 100%;}
	
	/*ei*/
	.ban_head { height: 235px; padding: 20px 10px;}
	.ban_head h1 { font-size: 30px; display: block; margin-bottom: 8px;}
	.head_tit small { display: none;}
	.ban_head p { font-size: 12px; padding: 2px 0;}
	.head_nav { height: auto; line-height: inherit; padding: 5px 0;}
	.head_nav li a { font-size: 15px; padding: 5px 8px;}

	.pic_img { width: 100%; text-align: center;}
	#lishi { width: 100%!important; text-align: left; padding: 0px 15px;}
	.pic_jianj { width: 96%; margin-left: 2%;}
	.pic_jianj p { text-indent: inherit;}
	.pic_xinx { width: 96%; margin-left: 2%; margin-top: 2%;}
	.footer {}
	.footer .xzzx { width: 100%; padding: 0px 15px;}
	.footer .contact, .footer .links { width: 100%; padding: 20px 15px 0;}
	.links ul { height: auto;}
	}
	
@media screen and (max-width: 375px) {
	}
	
@media screen and (max-width: 320px) {
	.head_nav li a { font-size: 14px; padding: 0px 5px;}
	}
/**/
#lishi{
	
	width:240px;
	margin-top: 10px;
}
#lishi li{
	
	
}
.yinzi,#lishi>li>h4>label{
	font-weight:bold;
	line-height: 48px;
}
.bt{
	font-weight:bold;
	line-height: 32px;
	font-size:12px;
}