﻿


@media only screen and (min-width: 1366px) and (max-width: 1500px) {
	body {
		background: url(bg_03.png) no-repeat center;
		background-size: 100%;
		background-position: 0 436px;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 2000px) {
	body {
		background: url(bg_03.png) no-repeat center;
		background-size: 100%;
		background-position: 0 293px;
	}
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.banner img {
	width: 100%;
}

.top {
	height: 420px;
	padding: 20px;
}
.top_right {
	width: 520px;
	margin-left: 20px;
} 
.top_right li {
	height: 69px;
	line-height: 69px;
	border-bottom: 1px dashed #999;
}
.top_right .date {
	float: right;
	color: #999;
}
.top_right .icon {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: url(list_icon_04.png) no-repeat center;
	vertical-align: 3px;
	margin-right: 10px;
}


.middle {
	padding: 20px;
}
.mid_left {
	float: left;
	width: 800px;
	height: 690px;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.middle .col_name {
	width: 770px;
	height: 60px;
	line-height: 60px;
	background: #c3100b;
	border-radius: 5px;
	font-weight: bold;
}
.middle .name {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}
.middle .more a {
	color: #fff;
	float: right;
	margin-right: 10px;
}
.mid_left li {
	width: 770px;
	height: 126px;
    border-bottom: 1px dashed #000;
    margin-top: 30px;
}
.mid_left li h3 {
	height: 30px;
	line-height: 30px;
}
.mid_left li p {
	height: 90px;
	line-height: 30px;
}
.middle h3 {
	height: 50px;
	line-height: 50px;
}
.middle .des {
	text-indent: 2em;
	color: #000;
	font-size: 16px;
}
.mid_right {
	float: right;
}
.mid_right .col_name {
	width: 350px;
	background: url(video_bg_03.png) no-repeat center;
}
.mid_right .col_name .name {
	color: #c3100b;
}
.mid_right .col_name .more a {
	color: #c3100b;
}
.slideBox2 {
	margin-top: 10px;
}
.video_list {
	width: 350px;
}
.video_list li {
	margin-top: 20px;
}
.video_list img {
	width: 150px;
	height: 120px;
	float: left;
}
.video_list a {
	width: 190px;
	float: left;
	margin-left: 10px;
}

.bottom {
	height: 350px;
}
.bottom .col_name {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #c3100b;
	border-radius: 5px;
	font-weight: bold;
}
.bottom .name {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}
.bottom .more a {
	color: #fff;
	float: right;
	margin-right: 10px;
}

.pic_news {
	padding: 20px;
}
.pic_news li {
	float: left;
	width: 275px;
	height: 215px;
	margin-left: 20px;
}
.pic_news li:nth-child(1) {
	margin-left: 0;
}
.pic_news li img {
	width: 100%;
	height: 190px;
}
.pic_news li a {
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	background: rgba(255,255,255,.5);
}

.footer {
	margin-top: 20px;
	height: 105px;
	background: #c40e00;
}
.footer p {
	position: absolute;
	margin-left: 40%;
	transform: translateX(-50%);
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}