@charset "utf-8";
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
input,
img,
p {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.more {
	font-size: 12px;
	font-weight: normal;
}

.dis {
	display: block;
}

.inline {
	display: inline;
}

.none {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}


/*英文强制换行*/

.word {
	word-break: break-all;
}


/*搜索框*/

input,
button {
	border: none;
	outline: none;
}

input::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}

input::-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-ms-input-placeholder {
	color: #666;
	font-size: 12px;
}


/*=====*/

img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	/*color: #000;*/
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px 0;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
	background: #fff;
}

.pages a {
	color: #4E4E4E;
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	padding: 8px 13px;
	display: inline-block;
	margin: 0 3px;
}

.pages span {
	color: #FFF;
	background-color: #2c79c1;
	border: 1px solid #8F8F8F;
	padding: 8px 13px;
	border-radius: 50%;
	cursor: pointer;
}

.detail_top {
	width: 100%;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}

.title_xq h2 {
	font-size: 30px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 10px;
}

.userCreateTime {
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}

.userCreateTime span {
	display: inline-block;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}

.mainList {
	margin-bottom: 20px;
}

.entry-content .time {
	color: #999;
	font-size: 13PX;
	line-height: 25PX;
	margin-right: 18px;
	padding-top: 10px;
}

.post-navigation {
	overflow: hidden;
	margin-bottom: 40px;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 45%;
	color: #999;
	font-size: 14px;
}

.post-navigation div:hover a {
	text-decoration: underline;
	color: #194FA5;
}

.post-navigation div:hover span {
	color: #194FA5;
}

.post-previous {
	float: left;
	text-align: left;
}

.post-next {
	float: right;
	text-align: right;
}

.post-navigation div span {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 10px;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #ddd;
	font-size: 40px;
	line-height: 22px;
}


/*========*/

.slidePicBox li p,
.slidePicBox_1 dl dd,
.swiper-container2 h1,
.topNews li a,
.plist5_tittle,
.picList p,
.plist1_p h2,
.articleRelevant li h3,
.tuijian .swiper-container p,
.post-navigation div,
.plist6_tittle,
.plist5_list li,
.newsList li a,
.flash_tittle a,
.flash_tittle {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.slideNews .item h3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .imgBox p,
.side-mod .imgList .item p,
.side-mod .rankList li a,
.articleRelevant li p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}*/


/*底部*/

.footbgs {
	padding: 20px 0;
	background: #2D78BD;
	width: 100%;
	border-top: 1px solid #ddd;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(http://www.xuexi.yzbytv.com/static/img/arrow-up.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #2D78BD;
	background-size: 60%;
	opacity: 0.8;
	border-radius: 50%;
}

.goTop:hover {
	opacity: 1;
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.page .pagination {
	list-style: none;
	display: block;
	padding: 0;
	margin: 30px auto;
	width: 510px !important;
}

.page .pagination li {
	display: inline;
	text-align: center;
}

.page .pagination a {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 15px;
	color: #fff;
	margin-left: -1px;
	border: 1px solid transparent;
	line-height: 1.5;
}

.page .pagination a.active {
	cursor: default;
}

.page .pagination a:active {
	outline: none;
}

.page .modal-1 li:first-child a {
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 0 0 6px;
}

.page .modal-1 li:last-child a {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0;
	border-radius: 0 6px 6px 0;
}

.page .modal-1 a {
	border-color: #d9d9d9;
	color: #444;
	background: #fff;
	margin: 0 3px;
	border-radius: 5px;
}

.page .modal-1 a:hover {
	background: #eee;
}

.page .modal-1 a.active,
.page .modal-1 a:active {
	border-color: #cc0210;
	background: #cc0210;
	color: #fff;
}

.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}

.show_content li a {
	width: 700px;
}

.show_content li span {
	display: inline-block;
	width: 150px;
	text-align: right;
}