@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
    font-family: "微软雅黑", "Microsoft YaHei", "苹方";
}
body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	min-width: 1200px;
	background-color:#FFF;

}
div {
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	font-size: 14px;
	display:block;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	line-height: 24px;
}
body>div {
    min-width: 1200px;
}

.header {
	height: 400px;
	width: 100%;
	background-color: #941208;
	text-align: center;
    min-width: 1200px;
}

.header>div {
	background: url(../images/ztzl-14-header.jpg) no-repeat;
	background-size: 1920px 400px;
	background-position: center;
    height: 400px;
    min-width: 1200px;
    margin: 0 auto;
}
.nav {
	font: 18px/47px "Microsoft YaHei";
	color: #FFFFFF;
	background-color: #ff7200;
	height: 50px;
	width: 100%;
}
.navnr {
	height: 50px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.navnr a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 18px;
}
.navnr a:hover {
	font-weight: bold;
	background-color:#e61f19;
	margin-top:-15px;
	padding-top:15px;
	height:50px;
}
.content {
	width: 1200px;
	margin: 0px auto;
	margin-top: 20px;
}

.content-left {
    height: auto;
	width: 710px;
/*	border: solid 1px #e1e2e1;*/
	float:left;
}

.content-title {
	background: url(../images/ztzl-14-red-title.png) no-repeat left center;
	height: 68px;
	padding-left: 30px;
	margin-left: 20px;
	position: relative;
	top: -1px;
}

.content-title>a {
	font-size: 36px;
	line-height: 68px;
    text-decoration: none;
    color: #000;
	padding-left:15px;
}
.content-title>span {
	display:block;
	float:right;
	font-size: 18px;
	line-height: 68px;
    text-decoration: none;
    color: #3671a8;
	margin-right:20px;
	cursor: pointer;
}

.content-news {
	padding: 30px;
}

.content-news-title>a {
	color: #2867a2;
	font-size: 28px;
    text-decoration: none;
}

.content-news-body {
	border-top: dashed 1px #2866a2;
	padding-top: 10px;
	margin-top: 10px;
	vertical-align: middle;
}

.content-news-body>div>a {
	color: #666;
	font-size: 16px;
    text-decoration: none;
	line-height:28px;
}

.content-news-body>img {
    float: left;
}

.content-news-body>img+div {
    min-height: 135px;
    margin-left: 200px;
}

.content-news-source {
	margin-top: 10px;
}

.content-news-source>span {
	color: #666;
	font-size: 14px;
}

.content-zyjs, .content-xwbd {
	border: solid 1px #e1e2e1;
}

.content-xwbd {
	margin-top: 20px;
}

.content-right {
    height: auto;
	width: 470px;
	display: inline-block;
    float: right;
}

.content-rwbd {
    position: relative;
	border: solid 1px #e1e2e1;
}

.content-video {
	margin: 10px 25px;
	position: relative;
    text-align: center
}

.content-video>img{
	width: 400px;
	height: 266px;
}

.content-video-play {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 2px solid #fff;
	background-color: rgba(0,0,0,0.6);
	top: 101px;
	left: 168px;
	position: absolute;
}

.content-video-play>div {
	background: url(../images/ztzl-14-play.png) no-repeat center;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    margin-left: 18px;
}

.content-video-title{
	font-size: 18px;
	color: #3671a8;
	margin-left: 25px;
}
.content-video-title a{
	color:#2867a2;
}
.content-newslist {
    border-top: dashed 1px #3671a8;
    margin: 20px 10px 0px;
}

.content-newslist>ul {
    margin: 10px 0px;
    list-style: none;
    color: #3671a8;
}

.content-newslist>ul>li {
    line-height: 38px;
    padding: 0px 20px;
}

.content-newslist>ul>li:hover {
    background-color: #f2f2f2;
}

.content-newslist>ul>li>a {
    text-decoration: none;
    color: #3671a8;
}

.content-newslist>ul>li>a>span:nth-child(3) {
    color: #888;
    float: right;
}

.content-news-more {
    float: right;
    margin-right: 30px;
    margin-bottom: 13px;
}

.content-news-more>a {
    text-decoration: none;
    color: #2867a2;
    margin-left: 10px;
}
.content-xglj {
	margin-top: 20px;
	position: relative;
	border: solid 1px #e1e2e1;
}
.content-xgljlist {
    border-top: dashed 1px #3671a8;
    margin: 20px 10px 0px;
	padding:30px 60px;
	text-align:center;
}
.content-xgljlist>a{
	margin:10px 5px;
	display:block;
}
.footer {
	height: 130px;
	width: 100%;
	background-color: #eee;
	border-top: solid 1px #ccc;
	margin-top: 20px;
    min-width: 1200px;
	float:left;
}

.footer-content {
    width: 1100px;
	height: 100px;
	margin: 15px auto;
	color: #444;
	font-size: 14px;
	padding-left: 100px;
}

.footer-content a {
	text-decoration: none;
	color: #444;
}

.footer-content-info {
	display: inline-block;
	line-height: 24px;
}

.footer-content-info>span {
	display: block;
}