﻿.main_Rq {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	margin-top: -20px;
}
.main_Rq .cls {
	clear: both;
}
.main_Rq h1, h2, h3, h4, h5, h6, ul, li, form, p, dt, dd, dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.main_Rq img {
	border: 0px;
}
.index_title {
	text-align: center
}
.main_Rq .line {
	height: 15px;
	margin: 0px;
	padding-top: 0px;
	overflow: hidden;
}
.slideTxtBox {
	width: 100%;
	position: relative;
}
.slideTxtBox .bd {
	width: 100%;
	float: left;
	clear: both;
}
/***col分列栏目 css***/
.slideTxtBox .hd {
	width: 100%;
	text-align: center;
	margin: 0px auto;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
	clear: both;
	float: left;
}
@media screen and (max-width: 768px) {
.slideTxtBox .hd {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
}
.slideTxtBox .hd ul {
}
.slideTxtBox .hd ul li {
	display: inline-block;
	position: relative;
	height: 32px;
	margin-bottom: 10px;
}
.slideTxtBox .hd ul li a {
	background: #f1f1f1;
	margin: 0px 10px !important;
	cursor: pointer;
	display: block;
	line-height: 32px;
	height: 32px;
	color: #333;
	font-size: 15px;
	text-align: center;
	clear: both;
	border-radius: 25px !important;
	transition: background-color 0.3s, border-color 0.3s; /* 平滑过渡效果 */
	border: none; outline: none;
}
a:hover, a:visited, a:link, a:active , a:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*解决手机版点击背景问题*/
}
.slideTxtBox .hd ul li a:hover {
	background: #1989DB; 
	color: #fff; 
}
.slideTxtBox .hd ul li.on a {
	background: #1989DB;
	color: #fff; 
}
.slideTxtBox .hd ul li.on {
	color: #fff;
}
.slideTxtBox .hd_bule ul li a {
	background: #fff;
}
.slideTxtBox .hd_bule ul li a:hover {
	background: #0361e1;
}
.slideTxtBox .hd_bule ul li.on a {
	background: #1989DB;
}
.slideTxtBox .hd_bule ul li.on {
}
/***col分列栏目 css end***/

.main_Rq .none {
	display: none;
}
.main_news {
	width: 100%;
}
.news_con {
	width: 50%;
	float: left;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_con li p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
 @media screen and (max-width: 768px) {
.news_con {
	width: 100%;
}
}
.news_con li {
	width: 50%;
	float: left;
	line-height: 26px;
	display: block;
}
.news_con li a {
	margin: 0px 10px;
	display: block;
	color: #777;
}
.news_con li div.news_pic {
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	background-image: url(./nopic.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
.news_con li div.news_pic {
	height: 120px;
}
}
.news_con li div.news_pic img {
	width: 100%;
}
.news_con li h3 {
	font-size: 15px;
	display: block;
	clear: both;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	line-height: 24px;
	color: #444;
}
.news_con li span {
	display: block;
	clear: both;
	color: #777;
}
.news_con li h3:hover {
	text-decoration: underline;
}
.main_news_list {
	width: 50%;
	float: right;
	height: auto;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.main_news_list {
	width: 100%;
}
}
.main_news_list ul li {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0px;
	width: 50%;
	overflow: hidden;
	margin-bottom: 7px;
	float: left;
}
.main_news_list ul li .time {
	padding-right: 10px;
	margin-right: 20px;
	margin-left: 15px;
	text-align: center;
	padding-bottom: 3px;
	border-right-color: rgb(170, 170, 170);
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
}
.main_news_list ul li .time b {
	height: 36px;
	color: #999;
	line-height: 36px;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.main_news_list ul li .time em {
	color: #999;
	padding-top: 3px;
	font-size: 14px;
	font-style: normal;
	display: block;
}
.main_news_list ul li a {
	display: block;
	padding-right: 5px;
	padding-left: 20px;
}
.main_news_list ul li a:hover {
	text-decoration: none;
	color: #F60;
}
.main_news_list ul li a:hover p {
	color: #555;
}
.main_news_list ul li a p {
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 12px;
	color: #777;
	padding-top: 5px;
	height: 42px;
	overflow: hidden
}
.main_news_list ul li a b {
	color: #444;
	font-size: 15px;
	display: block;
	height: 24px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_news_list ul li a:hover b {
	text-decoration: underline;
}
