﻿


@media only screen and (min-width: 1366px) and (max-width: 1500px) {
	
}
@media only screen and (min-width: 1500px) and (max-width: 2000px) {
	
}
body {
	background: #fff;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner img {
	width: 100%;
}
.date {
	color: #3d72b4;
	float: right;
}

.intro {
	margin-top: 20px;
}
.border_left {
	width: 21px;
	height: 262px;
	background: url(intra_left.png) no-repeat center;
	float: left;
	position: absolute;
	left: -21px;
}
.intro .text {
	border: 1px solid #bbcee5;
	border-left: none;
	float: left;
	width: 100%;
	height: 260px;
}
.intro h3 {
	height: 80px;
	line-height: 80px;
	color: #3d72b4; 
	padding: 0 10px;
}
.intro .text p {
	text-indent: 2em;
	line-height: 40px;
	padding: 0 10px;
}

.mid {
	margin-top: 20px;
}
.mid .tab {
	float: left;
	width: 580px;
	margin-right: 40px;
}
.mid .news_list {
	width: 560px;	
}
.mid .news_list .news_title {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	height: 155px;
}
.mid .news_list .news_title a {
	font-size: 24px;
	color: #3d72b4;
}
.mid .news_list .news_title .des {
	color: #6f6f6f;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
}

.mid .news_list dd {
	padding: 0 10px;
	font-size: 16px;
	line-height: 38px;
}
.mid .news_list dd a {
	color: #6f6f6f;
}
.mid .news_list dd a:hover {
	color: red;
}
.mid .news_list .disc {
	width: 5px;
	height: 5px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	background: #3d72b4;
	margin-top: 17px;
	margin-right: 5px;
}
.bottom {
	margin-top: 20px;
}
.bottom .list_box {
	width: 580px;
	height: 285px;
	float: left;
	margin-left: 40px;
}
.bottom .list_box dt {
	font-weight: bold;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: url(title_bg.png) no-repeat center;
}
.bottom .list_box {
	color: #fff;
}
.bottom .list_box .more {
	font-size: 16px;
	float: right;
}
.bottom .list_box .more a {
	color: #fff;
}
.bottom .list_box dd {
	padding: 0 10px;
	font-size: 16px;
	line-height: 45px;
}
.bottom .list_box dd a {
	color: #6f6f6f;
}
.bottom .list_box dd a:hover {
	color: red;
}
.bottom .list_box .disc {
	width: 5px;
	height: 5px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	background: #3d72b4;
	margin-top: 21px;
	margin-right: 5px;
}

.view_wrap {
	height: 340px;
	background: #f0f0f0;
}
.view_wrap .view_title {
	height: 80px;
	line-height: 80px;
	color: #3d72b4;
	font-weight: bold;
}
.view_wrap .view_title .icon {
	width: 4px;
	height: 18px;
	display: inline-block;
	background: #3d72b4;
	margin-right: 5px;
	vertical-align: -3px;
	
}
.view_wrap .more {
	float: right;
	font-weight: normal;
	color: #000;
}
.view_wrap dd {
	width: 290px;
	height: 185px;
	float: left;
	margin-left: 10px;
}
.view_wrap dd img {
	width: 100%;
	height: 100%;
}
.view_wrap dd .con {
	padding: 10px;
	display: block;
}
.footer {
	margin-top: 20px;
	height: 105px;
	background: #3d72b4;
}
.footer p {
	position: absolute;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}