@charset "utf-8";
/* CSS Document */

/* css reset */

/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote, /* structural elements 结构元素 */
	dl,dt,dd,ul,ol,li, /* list elements 列表元素 */ pre,
	/* text formatting elements 文本格式元素 */ fieldset,legend,button,input,textarea,
	/* form elements 表单元素 */ th,td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
	border: 0px;
}

/* 设置默认字体 */
body,button,input,select,textarea {
	font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial",
		"Helvetica", "sans-serif";
	font-size: 14px;
	color: #333;
	/* [disabled]outline:none; */
}

button,input,select,textarea {
	outline: none;
}

html {
	line-height: 1;
}

address,cite,em,var,i {
	font-style: normal;
} /* 将斜体扶正 */
h1 {
	font-size: 24px; /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,h5,h6 {
	font-size: 100%;
}

/* 重置列表元素 */
ul,ol,li {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #ef3838;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}

/* 重置图片元素 */
img {
	border: 0px;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.bx_fl,.fl {
	float: left;
}

.bx_fr,.fr {
	float: right;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.bold {
	font-weight: 600;
}

.c10 {
	height: 10px;
	width: 100%;
}

.c20 {
	height: 20px;
	width: 100%;
}

.c30 {
	height: 30px;
	width: 100%;
}

.dis {
	display: block;
	margin: 0px;
	padding: 0;
}

.undis {
	display: none;
	margin: 0px;
	padding: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0
}

body {

}

/*head*/
.header {
	width: 100%;
	height: 40px;
	background-color: #ddd;
}

.header .header-con {
	width: 1004px;
	margin: 0 auto;
}

.header .topic-logo {
	width: 130px;
	height: 40px;
	display: inline-block;
	background: url(../images/topic-logo.png) no-repeat;
}

.header .header-r {
	line-height: 40px;
	color: #fff;
	font-size: 12px;
}

.header .header-r a {
	color: #fff;
	font-size: 12px;
	margin: 0 5px;
	position: relative;
	display: inline-block;
}

.header .header-r a:hover {
	text-decoration: underline;
}

.header .header-r i {
	position: absolute;
	top: 15px;
	left: -16px;
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/t-list.png) no-repeat;
}

.header a {
	color: #fff;
}

/*banner*/
.banner {
	width: 100%;
	min-height: 100px;
	max-height: 300px;
	height: auto;
	overflow: hidden;
	height: auto;
}

/*main*/
.main {
	width: 1200px;
	overflow: hidden;
	background: #fff;
	margin: 0px auto;
}

.top-news {
	width: 660px;
	padding-left: 25px;
}

.main h1 {
	font-weight: normal;
	color: #666666;
	position: relative;
	line-height: 24px;
	padding-bottom: 9px
}

.main h1:before {
	width: 5px;
	height: 24px;
	display: inline-block;
	background: #53b8ff;
	content: "";
	position: absolute;
	left: -25px;
}

.top-news .item {
	padding: 15px 0;
	border-top: 1px solid #f0f0f0;
}

.top-news .item .title {
	font-size: 28px;
	color: #333333;
}

.top-news .item .des {
	font-size: 15px;
	color: #676767;
	line-height: 24px;
	margin-top: 12px;
}

.top-news .item .more {
	font-size: 15px;
	color: #53b8ff;
}

.top-slider {
	float: right;
	width: 460px;
	height: 270px;
	margin-right: 25px;
}

.home-banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.home-banner .bd {
	width: 100%;
	height: 100%;
}

.home-banner .bd li {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
}

.home-banner .bd a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.home-banner .bd img {
	width: 100%;
	height: 100%;
}

.home-banner .bd .banner-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 1)));
	line-height: 50px;
	text-align: center;
}

.home-banner .bd .banner-title span {
	line-height: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.home-banner .hd {
	position: absolute;
	bottom: 11px;
	right: 15px;
}

.home-banner .hd b {
	color: #53b8ff;
	display: none;
	font-size: 16px;
}

.home-banner .hd b.down {
	display: inline-block;
}

.home-banner .hd span {
	color: #fff;
	font-size: 14px;
}

.home-banner .controler2 a {
	display: block;
	width: 16px;
	position: absolute;
	top: 120px;
	height: 27px;
}

.home-banner .controler2 a i {
	cursor: pointer;
	display: block;
	width: 16px;
	height: 27px;
	background: url(../images/home-banner-btn.png) no-repeat;
}

.home-banner .controler2 .prev {
	left: 10px;
}

.home-banner .controler2 .prev i {
	background-position: -60px 0;
}

.home-banner .controler2 .prev:hover i {
	background-position: 0 0;
}

.home-banner .controler2 .next {
	right: 10px;
}

.home-banner .controler2 .next i {
	background-position: -88px 0;
}

.home-banner .controler2 .next:hover i {
	background-position: -28px 0;
}

.top-list {
	padding: 16px 25px;
}

.top-list .item {
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	padding-left: 15px;
	position: relative;
}

.top-list .item:before {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #75cdff;
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
}

.top-list .item a {
	color: #333333;
	font-size: 18px;
}

.topic-image {
	padding: 0 25px;
	margin-top: 20px;
}

.top-image-list {
	padding-top: 10px;
}

.top-image-list li {
	float: left;
	margin: 5px 0 0 5px;
}

.top-image-list li img {
	width: 380px;
	height: 215px;
}

/*footer*/
.footer {
	width: 100%;
	background: #4d4d4d;
}

.footer .footer-link {
	line-height: 54px;
	border-bottom: 1px solid #3a3a3a;
	text-align: center;
}

.footer .footer-link a {
	margin-left: 66px;
	color: #fff;
	font-size: 14px;
}

.footer .footer-link a:hover {
	text-decoration: underline;
}

.footer .copyright {
	line-height: 24px;
	color: #aeaeae;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #5f5f5f;
}

.div_center {
	margin-left: auto;
	margin-right: auto;
}

.t_con_lf {
	width: 728px;
	height: auto;
	min-height: 300px;
	float: left;
	border-right: solid 1px #d5d5d5;
	overflow: visible;
	padding: 10px;
}

.t_con_rt {
	width: 428px;
	height: auto;
	float: right;
	padding: 10px;
	overflow: visible;
}

.t_info {
	border: 1px solid #C69E8D;
	border-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	min-height: 50px;
}

.t_title {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: url(../images/t_nav_bg_red.jpg) no-repeat;
	line-height: 30px;
	padding-left: 12px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.t_title span {
	float: right;
	margin-right: 10px;
}

.t_title span  a {
	color: #333;
}

.t_info table {
	display: table-cell;
	vertical-align: middle;
}

.t_info_img {
	width: 400px;
	height: 271px;
}

.t_info_img img {
	width: 371px;
	height: 247px;
	margin-left: 12px;
}

.t_info_txt p {
	text-indent: 2em;
	line-height: 28px;
	font-size: 14px;
	line-height: 28px;
}

.t_info_ul li {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
}

.t_info_ul li span {
	float: right;
	margin-right: 5px;
}

.t_info_ul li img {
	border: 1px solid #ccc;
	padding: 2px;
}

.t_title2 {
	height: 30px;
	line-height: 30px;
	color: #c21a1f;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding-left: 12px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.t_title2 span {
	float: right;
	margin-right: 10px;
}

.t_title2 span  a {
	color: #333;
}

.t_info2 {
	border-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	min-height: 50px;
}

.pic_scroll {

} /**图片轮播**/
.pic_div1 {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 185px;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #fff;
}

.pic_title {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.pic_div1 h3 {
	margin: 0;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #d6d6d6;
}

.pic_div1 h3 #a1 {
	height: 30px;
	line-height: 28px;
	width: 64px;
	color: #0059a0;
	background: #d6d6d6;
	font-size: 14px;
	font-family: "微软雅黑";
	display: block;
	text-align: center;
}

.pic_div1 h3 #a2 {
	height: 30px;
	line-height: 28px;
	color: #0059a0;
	font-size: 12px;
	font-family: "微软雅黑";
	display: block;
	text-align: center;
}

.pic_div1 h3 a:hover {
	color: #900;
	text-decoration: none;
}

.pic_div1 h3 samp {
	color: #545454;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 500;
}

.pic_div1 h3 span {
	display: block;
	float: right;
}

.pic_div1 h3 span a {
	color: #545454;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	float: left;
	display: block;
	font-weight: 500;
	background: none;
	width: 45px;
}

.pic_div1 .pic_div2 {
	overflow: hidden;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.pic_div1 table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pic_div1 .clearfloat {
	height: 0;
	font-size: 1px;
	clear: both;
	line-height: 0;
}

.pic_div1 #container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

.pic_div1 a {
	color: #333;
	text-decoration: none;
}

.pic_div1 a:hover {
	color: #ef9b11;
	text-decoration: underline;
}

.pic_div1 .pic_div2 .PicList {
	margin-top: 9px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

.pic_div1 #scrollbody {
	width: 952px;
	margin-left: 22px;
	overflow: hidden;
	zoom: 1;
	white-space: nowrap;
	text-align: center;
}

.pic_div1 #scrollbody td {
	vertical-align: top;
}

.pic_div1 .pic1 {
	width: 164px;
	height: 124px;
	font-family: '微软雅黑';
	-moz-border-radius: 30%;
	-webkit-border-radius: 30%;
	border-radius: 3%;
	margin-left: 5px;
	border: 1px solid #ddd;
}

.pic_div1 .pic_div2 .pic2 {
	margin: 0;
	width: 164px;
	height: 124px;
	text-align: center;
	display: block;
}

.pic_div1 .pic_div2 .pic2 img {
	width: 160px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: 2px;
}

.pic_div1 .pic_div2 a.next {
	display: block;
	background: url("../images/bright.jpg") no-repeat;
	width: 22px;
	height: 135px;
	position: absolute;
	top: 0;
	right: 0px;
}

.pic_div1 .pic_div2 a.prev {
	display: block;
	background: url("../images/bleft.jpg") no-repeat;
	width: 22px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
}

.bottom {
	padding: 10px;
	text-align: center;
	line-height: 30px;
	background: #c21a1f;
	color: #fff;
	font-size: 12px;
}

.bottom a {
	color: #fff;
	font-size: 12px
}

.footlp  label {
	margin: 0px 5px;
}

.footl p {
	line-height: 28px;
}

.footlp {
	font-size: 14px;
}

/*专题列表页*/
.topic-item {
	width: 100%;
	padding: 20px 0;
	border-bottom: 2px dotted #ddd;
}

.topic-item-img {
	max-height: 170px;
	text-align: center;
	overflow: hidden;
}

.topic-item-img img {
	max-width: 1200px;
	margin-right: 20px;
}

.topic-item-title {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 600;
}

.topic-item-des {
	width: 1000px;
	margin-left: auto;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 90px;
}

/*page*/
.page-large {
	margin: 40px 0 20px;
	text-align: center;
}

.page-large a {
	min-width: 34px;
	height: 34px;
	display: inline-block;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	float: left;
	text-indent: 0;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 3px;
}

.page-large a.on {
	border: 1px solid #ddd;
	background: #ddd;
	color: #fff;
}

.page-large a.none {
	border: none;
}

.page-large .Num:hover {
	border: 1px solid #ddd;
	color: #777;
}

.page-large .on:hover {
	border: 1px solid #ddd;
	color: #fff;
}

.page-large .prev-page {
	background: url(../images/small-prev-page.png) center center no-repeat;
}

.page-large .next-page {
	background: url(../images/small-next-page.png) center center no-repeat;
}

.page-large .prev-page:hover {
	border: 1px solid #ddd;
	background: url(../images/small-prev-page-on.png) center center
		no-repeat #ddd;
}

.page-large .next-page:hover {
	border: 1px solid #ddd;
	background: url(../images/small-next-page-on.png) center center
		no-repeat #ddd;
}

.banner {
	text-align: center;
}

.cloumn_item {
	float: left;
}

.cloumn_item img {
	text-align: center;
}

.t_channel_title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.t_content_txt {
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #202020;
	font-size: 16px;
	line-height: 30px;
}

.t_content_txt img {
	max-width: 1000px;
}

.t_content_inf {
	height: 20px;
	text-align: right;
	margin-top: 14px;
	/*color: #9a9a9a;**/
	font-size: 14px;
	font-family: "宋体";
	border-bottom: 1px solid #ddd;
	padding-right: 100px;
}
.position{
	height:30px;line-height:30px;
	font-size:14px;
	padding:20px;

}
