@charset "utf-8";
/* CSS Document */

.main{
	width:1000px;
	min-height:1150px;
	margin:0 auto;
	padding-top:30px;
}
.content{
	width:300px;
	float:left;
	background:#f4f4f4;
	padding-top:20px;
	padding-bottom:40px;
}
.contentr{
	width:300px;
	float:left;
	background:#f4f4f4;
	padding-top:20px;
	padding-bottom:40px;
	min-height:400px;
}
.title1{
	width:240px;
	height:37px;
	padding:0 30px;
	margin-bottom:15px;
}
.title1 h1 a{
	line-height:35px;
	font-size:18px;
	padding-left:2px;
}
.subNav{
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	color:#454545;
	/*height:41px;*/
	width:240px;
	padding:0 30px;
	background:url(../images/arrow1.jpg);
	background-repeat:no-repeat;
	background-position:90% 50%;
	}
.subNav:hover{
	color:#9a0000;
}
.insubnav{
	border-bottom:solid 1px #dbdbdb;
	width:240px;
	/*height:40px;*/	
}
.subNav a{
	color:#454545;
	line-height:30px;
}
.subNav a:hover{
	color:#000;
}
.currentDd{
	color:#000;
}
.currentDt{
	background-image:url(../images/arrow2.jpg);
	background-color:#d8d7d7;
}
.navContent{
	display: none;
	/*border-bottom:solid 1px #e5e3da;*/
}
.navContent li a{
	display:block;
	width:225px;
	/*height:35px;*/
	margin:0 30px;
	padding-left:15px;
	border-bottom:solid 1px #dbdbdb;
	font-size:14px;
	line-height:30px;
	color:#333;
}
.navContent li a:hover{
	color:#9a0000;
}
.navContent .cur{
	color:#9a0000;
}

.info{
	width:675px;
	float:right;
	cursor:default;
}
.info table{
	line-height:30px;
	margin:30px auto;
}
.info table tr td{
	padding-left:10px;
	border:1px solid #666;
}
.tag{
	cursor:pointer;
	line-height:25px;
	color:#a3a3a3;
}
.tag2{
	font-size:18px;
	line-height:45px;
	padding-left:20px;
	color:#003670;
	font-weight:bold;
	border-bottom:1px solid #003670;
}
.tag a{
	color:#a3a3a3;
}
.tag a:hover{
	color:#666;
}
.title2{
	width:100%;
	text-align:left;
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #777;
	margin-bottom:10px;
}
.title2 h2{
	font-size:28px;
	line-height:35px;
	padding:10px 15px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.time{
	color:#777;
	margin-bottom:10px;
	padding:0 15px;
}
.infocontent{
	padding:10px 15px 50px 15px;
}
.infocontent p{
	margin-bottom:23px;
	line-height:23px;
	font-size:16px;
	color:#434343;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.infocontent h5{
	line-height:30px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.infocontent img{
	display:block;
	margin:15px auto;
	max-width:850px;
}
.list{
	padding-top:10px;
	padding-bottom:60px;
	min-height:800px;
}
.list li{
	border-bottom:1px dotted #dcdcdc;
	line-height:28px;
	padding-left:15px;
	padding-top:6px;
	padding-bottom:6px;
}
.list li a{
	font-size:16px;
	color:#666;
}
.list li a span{
	margin-right:20px;
	color:#003670;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
.list li a:hover{
	color:#94070A;
}
.paging a{
	padding:5px 10px;
	font-size:14px;
	line-height:14px;
	border:1px solid #CCC;
	color:#888;
	text-align:center;
}
.paging a:hover{
	color:#000;
	text-decoration:none;
	border:1px solid #999;
}
.paging .disabled{
	color:#ccc;
}
.paging .disabled:hover{
	color:#ccc;
	border:1px solid #ccc;
	cursor:default;
}
.paging .current{
	color:#fff;
	background:#003670;
	border:1px solid #003670;
}
.paging .current:hover{
	color:#fff;
	background:#9a0000;
	border:1px solid #9a0000;
	cursor:default;
}
.input{
	width:20px;
	padding:8px 10px;
	height:14px;
	font-size:14px;
	line-height:14px;
	border:1px solid #CCC;
	text-align:center;
	color:#333;
	overflow: visible;
    _vertical-align:middle;
}
.lastnew{
	display:block;
	margin:0 30px;
	padding:12px 0;
	border-bottom:1px solid #dbdbdb;
}
.lastnew h3{
	font-size:16px;
	line-height:27px;
}
.lastnew p{
	color:#808080;
	font-size:14px;
}
.lastnew span{
	font-size:14px;
	line-height:25px;
}
.more{
	display:block;
	padding:7px 31px;
	text-align:right;
	color:#003670;
}
.calendar{
	margin:0 30px;
	padding-left:20px;
}
.calendar li{
	width:98px;
	float:left;
	line-height:30px;
}
.border{
	height:20px;
	margin:0 30px;
	border-bottom:1px solid #dbdbdb;
}
.listcontant{
	width:300px;
	height:440px;
	margin-top:200px;
	padding-top:240px;
	float:left;
	background:url(../images/contantbg.png) no-repeat;
	background-size:contain;
	background:url(../images/contantbg9.png) no-repeat\9;
}
.listcontant iframe{
	overflow:hidden;
}
.footer{
	background-image:url(../images/footer1.jpg);
	margin-bottom:20px;
}