@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
	font-size: 12px;
	color: #000;
	line-height: 20px;
	background: #FFF;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol,
ul,
li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: top;
}

input {
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
	font-size: 14px;
	line-height: 20px;
}

.cb {
	clear: both;
}

.fl {
	display: inline;
	float: left;
}

.fr {
	display: inline;
	float: right;
}

.clearfix {
	overflow: hidden;
	zoom: 1
}

.bc {
	margin-right: auto;
	margin-left: auto;
}

.pr {
	position: relative;
}

.none {
	display: none;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.w817 {
	width: 817px;
}

.w816 {
	width: 816px;
}

.w331 {
	width: 331px;
}

.mb50 {
	margin-bottom: 50px;
}

.topNav {
	background: url(http://www.xuexi.yzbytv.com/static/img/nav_bg.jpg) #f3f3f3 no-repeat center top;
	height: 40px;
}

.topNav i {
	font-style: normal;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}

.topNav i a {
	color: #666;
}

.searchBox {
	border-bottom: 1px solid #CCC;
	width: 180px;
	padding: 8px 0 3px 0;
}

.searchBox .v {
	background: #F3F3F3;
	border: none;
	width: 150px;
}

.searchBox .b {
	background: url('http://www.xuexi.yzbytv.com/static/img/b_2.png') no-repeat center center;
	border: none;
	width: 18px;
	height: 20px;
	outline: none;
	cursor: pointer;
}

.searchBox input:focus {
	outline: none;
}

.mainBavBox {
	background: #2D78BD;
	height: 100px;
	/*margin-bottom: 30px;*/
	padding-top: 15px;
	box-sizing: border-box;
}

.mainBavBox p {
	font-size: 16px;
	color: #FFF;
	line-height: 70px;
}

.mainBavBox p a {
	color: #FFF;
	margin-left: 28px;
}

.mainBavBox img {
    float: left;
    background: #FFF;
    padding: 5px;
    margin-top: 10px;
}

.navR {
	width: 800px;
	height: 60px;
	margin-top: 8px;
	float: right;
	border: none;
}

.nav_1 a {
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	display: inline-block;
	width: 13%;
}

ul.topNews {
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

ul.topNews li a {
	color: #000;
	font-size: 20px;
	line-height: 35px;
	width: 100%;
}

ul.topNews li:first-child a {
	font-weight: bold;
	font-size: 28px;
	color: #333;
	line-height: 34px;
	margin-bottom: 10px;
	display: inline-block;
}
ul.topNews a:hover{
	text-decoration: underline;
}
.plist5 {
	width: 100%;
	padding: 15px 0;
	border-top: 1px #eeeeee solid
}

.plist5_bt {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.plist5_img {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.plist5_img img {
	width: 100%
}

.plist5_tittle {
	text-align: left;
	width: 100%;
	font-size: 16px;
	color: #505050;
	line-height: 25px;
}

.plist5_tittle a {
	text-align: left;
	width: 100%;
	font-size: 16px;
	color: #505050;
	line-height: 25px;
	font-weight: bold;
}

.plist5_list {
	width: 100%;
	margin-top: 10px;
}

.plist5_list li {
	text-align: left;
	padding-left: 14px;
	background: url(http://www.xuexi.yzbytv.com/static/img/0726-01.jpg) left 15px no-repeat;
}

.plist5_list li a {
	font-size: 14px;
	color: #777777;
	line-height: 20px;
}

.plist5_list li span {
	font-size: 14px;
	color: #777777;
	line-height: 20px;
	margin-right: 10px;
}

@keyframes wrapper-gradient {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes img-gradient {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

.plist5_img {
	display: inline-block;
	overflow: hidden;
	animation: wrapper-gradient .5s linear;
}

.plist5_img>img {
	animation: img-gradient .5s linear;
}

.wid_r {
	width: 100%;
}

.plist6 {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px #eeeeee solid;
	padding-top: 15px;
}

.plist6_img {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.plist6_img img {
	width: 100%;
	height: 185px;
}

.plist6_tittle {
	text-align: left;
	width: 100%;
	font-size: 18px;
	color: #505050;
	line-height: 25px;
}

.plist6_list {
	width: 100%;
	margin-top: 10px;
}

.plist6_list li span {
	font-size: 14px;
	color: #777777;
	line-height: 35px;
	margin-right: 10px;
}

.plist6_list li a {
	font-size: 14px;
	color: #777777;
	line-height: 35px;
}

.plist6_bt {
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.plist6_bt:nth-of-type(1) {
	margin-top: 0;
	padding-top: 0;
}

.flash_index .flash_2 {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.flash_index .flash_2:last-child {
	margin-bottom: 0;
}

.flash_index .flash_2 .flash_pic img {
	width: 100%;
	height: 180px;
}

.flash_index .flash_2 .flash_pic {
	height: 180px;
}

.flash_index .flash_2 .flash_tittle {
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 120;
	font-size: 14px;
	color: #fff;
	padding: 0 5%;
	text-align: left;
	line-height: 30px;
}

.flash_index .flash_2 .flash_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: url(http://www.xuexi.yzbytv.com/static/img/bg1-12.png) top left repeat-x;
	width: 100%;
	height: 67px;
}


/*轮播*/

.slidePicBox {
	height: 458px;
	margin-bottom: 40px;
}

.slidePicBox li p {
	font-size: 18px;
	color: #FFF;
	line-height: 45px;
	background-color: #000;
	text-indent: 20px;
	width: 100%;
	height: 45px;
	overflow: hidden;
	left: 0;
	bottom: 0;
	opacity: .7;
	padding-right: 200px;
	box-sizing: border-box;
}

.slidePicBox li p a {
	color: #FFF;
}

.slidePicBox li img {
	width: 816px;
	height: 458px;
}

.slidePicBox .arrL {
	background: url('http://www.xuexi.yzbytv.com/static/img/pic_arr.png') no-repeat left top;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	left: 0;
	top: 50%;
	cursor: pointer;
}

.slidePicBox .arrR {
	background: url('http://www.xuexi.yzbytv.com/static/img/pic_arr.png') no-repeat right top;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	right: 0;
	top: 50%;
	cursor: pointer;
}

.slidePicBox .hint {
	height: 20px;
	right: 10px;
	bottom: 12px;
}

.slidePicBox .hint span {
	color: #FFF;
	background-color: #666;
	text-align: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	cursor: pointer;
}

.slidePicBox .hint .cur {
	background-color: #FF0000;
}

.slideNews {
	background: url('http://www.xuexi.yzbytv.com/static/img/b_3.gif') no-repeat left top;
	background-size: 100% 50px;
	overflow: hidden;
	margin: 50px 0;
}

.slideNews h2 {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	width: 163px;
	float: left;
}

.slideNews .cur {
	font-size: 20px;
	color: #2D78BD;
	line-height: 48px;
	border-top: 1px solid #2D78BD;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

.slideNews .cur a {
	color: #2D78BD;
	display: inline-block;
	width: 100%;
}

.slideNews .item {
	padding-top: 50px;
	display: none;
}

.slideNews .item li {
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
	position: relative;
}

.slideNews .item i {
	margin-right: 20px;
}

.slideNews .item i img {
	width: 160px;
	height: 90px;
}

.slideNews .item h3 {
	font-size: 22px;
	line-height: 30px;
}
.slideNews .item h3:hover{
	text-decoration: underline;
}
.slideNews .key {
	color: #999;
	display: inline;
}

.slideNews .key a {
	color: #999;
	margin: 0 5px;
}

.slideNews .time {
	color: #999;
	text-align: right;
	bottom: 14px;
	padding-top: 10px;
}

.slideNews .more {
	font-size: 14px;
	color: #999;
	line-height: 50px;
	border: 1px solid #EEE;
	text-align: center;
	cursor: pointer;
}

.slideNews .more span {
	background: url('http://www.xuexi.yzbytv.com/static/img/b_4.png') no-repeat right center;
	padding-right: 20px;
}

.mainTitle {
	border-bottom: 1px solid #EEE;
	padding-bottom: 9px;
}

.mainTitle span {
	font-size: 20px;
	color: #333;
	border-left: 3px solid #2D78BD;
	padding-left: 10px;
}

.mainTitle span a {
	color: #333;
}

.indicate {
	font-size: 14px;
	color: #999;
	top: 0;
	right: 0;
}

.indicate .arrL {
	background: url('http://www.xuexi.yzbytv.com/static/img/arr_l.png') no-repeat left center;
	display: inline-block;
	width: 9px;
	height: 20px;
	margin-left: 20px;
	cursor: pointer;
}

.indicate .arrL:hover {
	background-position-x: right;
}

.indicate .arrR {
	background: url('http://www.xuexi.yzbytv.com/static/img/arr_r.png') no-repeat left center;
	display: inline-block;
	width: 9px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
}

.indicate .arrR:hover {
	background-position-x: right;
}

.indicate .cur {
	color: #2C78BD;
}

.slidePicBox_1 {}

.slidePicBox_1 li {
	width: 837px;
}

.slidePicBox_1 dl {
	width: 398px;
	height: 265px;
	margin: 20px 20px 0 0;
}

.slidePicBox_1 dl:nth-child(2n) {
	margin-right: 0;
}

.slidePicBox_1 dt img {
	width: 100%;
	height: 224px;
}

.slidePicBox_1 dl dd {
	font-size: 16px;
	padding-top: 10px
}

.swiper_button {
	position: absolute;
	top: 22px;
	right: 0;
	width: 90px;
}

.pagination1 {
	top: -22px;
	left: 0 !important;
	width: 30px !important;
}

.pagination1 span {
	font-size: 14px;
	color: #999;
	vertical-align: middle;
}

.swiper_button .swiper-button-next,
.swiper_button .swiper-button-prev {
	width: 12px;
	height: 23px;
	background-size: 9px 20px;
	opacity: 0.4;
}

.swiper-button-prev {
	left: 45px !important;
}

.swiper_button div.swiper-button-black:hover {
	opacity: 1;
}

.swiper-container2 {
	height: 458px;
	position: relative;
}

.swiper-container2 img {
	width: 100%;
}

.swiper-container2 h1 {
	font-size: 18px;
	color: #FFF;
	line-height: 45px;
	background-color: #000;
	text-indent: 20px;
	width: 100%;
	height: 45px;
	overflow: hidden;
	padding-right: 220px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .7;
}

.swiper-container2 .swiper-pagination {
	width: 220px !important;
	left: 600px !important;
}

.swiper-container2 .swiper-pagination-bullet {
	border-radius: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.6;
}

.swiper-container2 .swiper-pagination-bullet-active {
	background: #FF0000;
}

.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev {
	background-color: RGB(69, 69, 73, 0.8);
	background-size: 25%;
	width: 45px;
	height: 45px;
}

.swiper-container2 .swiper-button-prev {
	left: 0 !important;
}

.swiper-container2 .swiper-button-next {
	right: 0;
}

.keywordBox {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	top: 0;
	right: 0;
}

.keywordBox a {
	color: #333;
}

.newsList li {
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #EEE;
	height: 20px;
	overflow: hidden;
	padding: 18px 0;
	zoom: 1;
}

.newsList li a {
	color: #333;
	float: left;
	display: inline-block;
	width: 85%;
	overflow: hidden;
}

.newsList li span {
	font-size: 14px;
	color: #999;
	float: right;
}

.picList {
	margin-top: 20px;
}

.picList p {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}

.picList p a {
	color: #333;
}

.picList img {
	width: 331px;
	height: 187px;
}

.top10 li {
	font-size: 14px;
	color: #333;
	background: url(http://www.xuexi.yzbytv.com/static/images/b_6.gif) repeat-x left bottom;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

.top10 li a {
	color: #333;
	float: left;
	width: 250px;
	padding: 10px 0 10px 50px;
}

.top10 li span {
	font-size: 20px;
	color: #AAA;
	text-align: center;
	width: 35px;
	padding-bottom: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.top10 .cur {
	border-bottom: 1px solid #AAA;
}

.newsBox_1 {
	margin-bottom: 50px;
}

.newsBox_1 dl {
	margin-top: 10px;
}

.newsBox_1 dd {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}

.newsBox_1 li {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	background: url('http://www.xuexi.yzbytv.com/static/img/b_5.gif') no-repeat left 14px;
	padding-left: 10px;
}

.newsBox_1 li a {
	color: #333;
}

.newsBox_2 {
	margin-bottom: 50px;
}

.newsBox_2 dl {
	margin: 10px 0;
}

.newsBox_2 dt {
	margin-right: 10px;
}

.newsBox_2 dd {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding-top: 20px;
}

.newsBox_2 dd a {
	color: #333;
}

.newsBox_2 li {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	background: url(http://www.xuexi.yzbytv.com/static/images/b_5.gif) no-repeat left 14px;
	padding-left: 10px;
}

.newsBox_2 li a {
	color: #333;
}

.newsBox_3 {
	border: 1px solid #DDD;
	border-top: none;
	margin-top: 10px;
}

.newsBox_3 h3 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	background-color: #F8FBFE;
	border: 1px solid #DDD;
	border-left: none;
	text-align: center;
	left: 0;
	top: 0;
}

.newsBox_3 p {
	text-align: center;
	padding-top: 50px;
}

.newsBox_3 .cur {
	color: #2D78BD;
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}

.newsBox_3 input:focus {
	outline: none;
}

.newsBox_3 .chax {
	width: 280px;
	padding: 30px 0;
}

.newsBox_3 .chax_1 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	border: 1px solid #DDD;
	text-indent: 10px;
	width: 130px;
	height: 30px;
	overflow: hidden;
}

.newsBox_3 .chax_2 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	border: 1px solid #DDD;
	width: 60px;
	height: 30px;
	margin: 0 9px;
}

.newsBox_3 .chax_3 {
	font-size: 14px;
	color: #2D78BD;
	line-height: 30px;
	background-color: #F8FBFE;
	border: 1px solid #DDD;
	text-align: center;
	width: 70px;
	height: 30px;
	cursor: pointer;
}

.newsBox_4 p {
	font-size: 14px;
	color: #333;
	margin-top: 35px;
}

.newsBox_4 p a {
	color: #333;
}

.newsBox_4 p span {
	margin: 0 10px;
}

.siteinfo {
	font-size: 14px;
	color: #666;
	line-height: 36px;
	background-color: #FCFCFC;
	border-top: 1px solid #EEE;
	padding: 20px 0;
}

.siteinfo a {
	color: #666;
}

.siteinfo h2 {
	font-size: 20px;
	color: #000;
}

.siteinfo h2 a {
	color: #000;
}

.siteinfo div {
	margin-bottom: 30px;
}

.siteinfo dt {
	width: 100px;
}

.yText {
	padding-top: 10px;
}

.yText p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	background: url(http://www.xuexi.yzbytv.com/static/images/b_5.gif) no-repeat left 14px;
	padding-left: 10px;
}

.yText a {
	color: #333;
}

.yText span {
	padding: 0 10px;
}


/* 右侧后加 */

.frColumn {
	padding-top: 25px;
	border-top: 1px solid #EEE;
}

.frColumn .frtitle {
	margin-bottom: 25px;
}

.frColumn h2 {
	color: #505050;
	margin: 10px 0;
	font-size: 17px;
}

.frColumn ul {
	margin-bottom: 20px;
}

.frColumn li {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	background: url(http://www.xuexi.yzbytv.com/static/images/b_5.gif) no-repeat left 14px;
	padding-left: 10px;
}


/*；列表*/

.flash_divlist {
	width: 820px;
	position: relative;
	height: 308px;
}

.flash_divlist .flash_1 {
	width: 540px;
	height: 308px;
	float: left;
	position: relative;
}

.flash_divlist .flash_1 img {
	height: 308px;
}

.flash_divlist .flash_1 .flash_pic {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100
}

.flash_divlist .flash_1 .flash_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: url(http://www.xuexi.yzbytv.com/static/img/bg1-12.png) top left repeat-x;
	width: 100%;
	height: 67px;
}

.flash_divlist .flash_1 .flash_tittle {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 120;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.flash_divlist .flash_1 .flash_tittle a {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
}

.flash_divlist .flash_2 {
	width: 270px;
	height: 150px;
	position: relative;
}

.flash_divlist .flash_2 .flash_pic {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100
}

.flsh_r {
	width: 270px;
	float: right;
}

.flsh_r .flash_2:first-child {
	margin-bottom: 7px;
}

.flash_divlist .flash_2 .flash_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: url(http://www.xuexi.yzbytv.com/static/img/bg1-12.png) top left repeat-x;
	width: 100%;
	height: 67px;
}

.flash_divlist .flash_2 .flash_tittle {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 120;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.flash_divlist .flash_2 .flash_tittle a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-shadow: 1px 1px 1px #000;
}

.flash_tittle a {
	padding: 0 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.flash_divlist .flash_3 {
	width: 270px;
	height: 150px;
	position: absolute;
	top: 158px;
	left: 550px;
}

.flash_divlist .flash_3 .flash_pic {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100
}

.flash_divlist .flash_3 .flash_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: url(http://www.xuexi.yzbytv.com/static/img/bg1-12.png) top left repeat-x;
	width: 100%;
	height: 67px;
}

.flash_divlist .flash_3 .flash_tittle {
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 120;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.flash_divlist .flash_3 .flash_tittle a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-shadow: 1px 1px 1px #000;
}

.layout_news {
	width: 820px;
	margin-top: 20px;
}

.plist1 {
	width: 100%;
	border-bottom: 1px #eeeeee solid;
	padding: 23px 0;
}

.plist1_img {
	width: 240px;
	height: 141px;
	display: block;
	border: 1px #eeeeee solid;
	float: left;
}

.plist1_img img {
	width: 100%;
}

.plist1_p {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.plist1_p h2 {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding-right: 100px;
}

.plist1_p .time {
	font-size: 12px;
	color: #bbbbbb;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
}

.plist1_p .share {
	font-size: 12px;
	color: #bbbbbb;
	text-align: left;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.cont_tittle {
	text-align: center;
	padding: 40px 0;
}

.cont_tittle a {
	font-size: 38px;
	color: #000;
	font-weight: bold;
}


/*tuijian*/

.articleRelevant {
	clear: both;
	width: 100%;
	overflow: hidden;
}

h2.article_tit {
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #EEE;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

h2.article_tit span {
	border-left: 3px solid #3669CA;
	padding-left: 10px;
}

.articleRelevant li {
	border-bottom: 1px solid #EEE;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.articleRelevant li h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.articleRelevant li p {
	font-size: 14px;
	color: #666;
	padding: 20px 0;
}

.articleRelevant li p {
	color: #666;
}

.articleRelevant li div {
	font-size: 12px;
	color: #999;
}

.relevant {
	font-size: 14px;
	color: #999;
}

.relevantMore:hover {
	background: #FBFBFB;
}

.tuijian {
	margin-top: 30px;
}

.tuijian .swiper-container {
	height: 160px;
	margin-bottom: 30px;
}

.tuijian .swiper-container p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
}

.tuijian .swiper-container img {
	height: 125px;
}

.tuijian .swiper-button-next,
.tuijian .swiper-button-prev {
	width: 30px;
	top: 40%;
}

.crumbs {
	color: #999;
	width: 1000px;
	height: 20px;
	overflow: hidden;
	padding: 10px 0;
	font-size: 15px;
}

.crumbs a {
	color: #999;
}