﻿/* banner */
.ban{
	background-color: #FF5722;
	height: 150px;
	font-size: 50px;
	margin: 0 0 10px 0;
}
.banimg{
	float: left;
	    display: inline;
		/* margin-top: 10px; */
}
/* menu */
.menu{
	height: 60px;
	background-color: #04356F;
}

.menu li{
	line-height: 50px;
	text-align: center;
	padding: 5px 43px;
	float: left;
	
}
.menu a{
	font-size: 18px;
	color: white;
}
.menu li:hover{
	background-color: #d3a918;;
}
/* 新导航 */
.nmenu{
	color: white;
}

/* 列表头 */

.clt{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #002a5c;;
}
.clt h3{
	display: inline;
	font-size: 20px;
	font-weight: bold;
	color: #002a5c;
}
.clt span{
	font-size: 14px;
	color: #ababab;
}
.clt a{
	width: 32px;
	height: 32px;
	margin: 10px 0px;
	background: url(../image/li.png) no-repeat;
	float: right;
	display: inline-block;
	/* color: #494949; */
}
.clt a:hover{
	background: url(../image/li1.png) no-repeat;
}

/* 列表*/

.lie{
	margin-top: 15px;
	
}
.lie span{
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 38px;
}
.lie li a{
	line-height: 38px;
	padding-left: 16px;
	font-size: 16px;
	background: url(../image/li-bg.png) no-repeat 0% 50%;
	
}
.lie li a:hover{
	color: #04356F;
	
}
.lie li{
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
}
.lie li:hover{
	padding-left: 10px;
	
}
/* 头条新闻 */
.tnew{
	margin: 0px 0 0 0;
}
/* 中间块 */
.mblock{
	
	    /* float: left; */
	    margin: 15px 0 20px 0px;
	    /* margin-right: 25px; */
	    /* width: 280px; */
	    height: 136px;
	   
	    /* padding: 10px 16px; */
	    color: #fff;
	    text-align: center;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	    opacity: 0.85;
}
.mblock a img{
	    display: block;
	    width: 42px;
	    height: 42px;
	    margin: 15px auto;
	    margin-bottom: 3px;
}
.mblock a p{
	    font-size: 16px;
	    width: 168px;
	    margin: 10px auto;
		  
}
.mblock a{
	float: left;
	    margin-top: 5px;
	    /* margin-right: 25px; */
	    width: 85%;
	    height: 136px;
	    font-size: 16px;
	    padding: 10px 16px;
	    color: #fff;
	    text-align: center;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	    opacity: 0.85;
		    /* margin-left: 154px; */
		    
}
.mblock a:hover{
	    -webkit-transform: translateY(-6px);
	    -ms-transform: translateY(-6px);
	    transform: translateY(-6px);
	    opacity: 1;
	    box-shadow: 0px 3px 8px 0px #999;
}
/* 图片链接 */
.tlian{
	
	float: right;
}
.tlian ul{
	padding: 30px 0px 5px 1px;
	text-align: right;
	
}
.tlian ul li{
	padding: 10px 0 0 0;
	
}


/* footer */
.foot{
	width: 100%;
	background-color: #002a5c;
	height: 128px;
	margin:5px 0 10px 0;
	
}
.foot1{
	padding-top: 42px;
	    color: #fff;
	    font-size: 14px;
	    line-height: 26px;
}
.foot1 p{
	text-align: center;	
	   
}
/* 友情链接 */
.lj{
	line-height: 40px;
	color: #494949;;
}
.lj p{
	font-weight: bold;
	float: left;
}
/* .lj ul{
	float: right;
} */
.lj li{
	padding: 0 14px;
	float: left;
	font-size: 14px;

	

}


/* 列表页 */
.leftnav{
	padding-right: 20px;
}
.leftnav ul{
	    text-align: center;
	    font-size: 16px;
	    padding: 2px 10px 70px 10px;
	    background: #e1ecfa;
}
.leftnav ul a{
	width: 100%;
	    height: 50px;
	    line-height: 50px;
		color: #494949;
	   
}
.leftnav ul li:hover{
	color: #002A5C;
	    font-weight: bold;
		border-bottom: 1px solid #002a5c;
}
.leftnav ul li{
	    display: list-item;
	    text-align: -webkit-match-parent;
		border-bottom:1px solid #ccc; ;
}
.leftnav h2{
	height: 60px;
	    line-height: 60px;
	    font-size: 24px;
	    font-weight: normal;
	    text-align: center;
	    color: #fff;
	    background: #002a5c;
}

/* 详细页 */
.cltd{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #002a5c;;
	    	    font-size: 14px;
	    color: #999;
}
.cltd a{
	 color: #999;
}
.article{
	margin: 15px;
}
.article h4{
	    width: 100%;
	    font-size: 22px;
	    line-height: 45px;
	    font-weight: bold;
	    text-align: center;
	
}
.article .date{
	    line-height: 40px;
	    border-bottom: 1px dotted #ccc;
	    text-align: center;
	    color: #999;
}
.article .content{
	    font-size: 16px;
	    line-height: 30px;
	    text-indent: 35px;
	    padding: 30px 0;
		    border-bottom: 1px solid #eee;
			color: #727272;
			text-align: left;
}

/* 中间直通车 */
.ztc{
	background-color: #04356F;
	width: 218px;
}