@charset "utf-8";
html, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, del, dfn, em, img, small, strong, b, u, i, dl, dt, dd, ol, ul, li
 {margin: 0;padding: 0;border: 0;font-size: 16px;}
body, table{margin: 0 auto;}
a {color: #333;text-decoration: none;}
a:hover {color: #F33;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}


body {
	line-height: 36px;
	font-family: "Microsoft Yahei", "微软雅黑";
	color: #333;
	background: #f1eee8 url('../images/body_bg.gif') 50% 100px;
}

.banner{
	background: #f1eee8 url('../images/banner.jpg') no-repeat top center;
	height: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.intro{
	margin-left: 110px;
}
.intro a{
	color: #238dff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0);
}
.intro a:hover{
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.intro strong{
	color: #287ce2;
}
.col3 div {
	background-image: url("../images/arrow_news01.gif");
	background-position: 5px 15px;
	background-repeat: no-repeat;
	height: 44px;
	overflow: hidden;
	padding-left: 20px;
	width: auto;
	font-family: "宋体";
	border-bottom: 1px dashed #a7a7a7;
}

.col3 div a {
	float: left;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 39px;
}

.col3 div em {
	font-size: 12px;
	font-family: "宋体";
	float: right;
	color: #777;
	margin-right: 8px;
}

.zt_footer{
	height: 90px;
	background-color: #d92a2d;
	width: 100%;
	text-align: center;
	color: #FFF;
	line-height: 80px;
}
.fg{
	width: 100%;
	height: 30px;
}
.fg_80{
	width: 100%;
	height: 80px;
}

.sub_title{
	background: url('../images/title.gif') no-repeat 0 0;
}

.title_pl{
	background-position: 50% 0;
}
.title_video{
	background-position: 50% -114px;
}
.title_pic{
	background-position: 50% -38px;
}
.title_wb{
	background-position: 50% -76px;
}
#news_pl li{
	text-align: left;
	width: 460px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding-left: 20px;
	overflow: hidden;
    background: url(../images/orange_rec.gif) no-repeat 0px 14px;
}
#news_video li{
	width: 312px;
    height: 240px;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
}
#news_video li img{
	width: 312px;
    height: 200px;
	vertical-align: top;
    object-fit: cover;
}
#news_pic li{
	display: inline-block;
	margin: 5px;
	overflow: hidden;
}
#news_pic li img{
	width: 100%;
    height: auto;
	vertical-align: top;
    object-fit: cover;
}