﻿html,body{overflow-x: hidden;}
body{background: #f2f2f3;}
.banners{width: 100%;margin-top: -8px;}
/*页面指引*/
.guide{height: 45px;line-height: 45px;}
.mediaListLeft{background: #fff;width: 72%;}
.mediaListRight{width: 26%; margin-left: 1%;padding: 20px 22px 20px 14px;}
/*文章详情*/
.mediaListWrap{margin-bottom: 38px;}
.articleTitle{text-align: center;padding: 20px 0 50px 0;font-size: 22px;}
.date{color: #999;margin-top: 10px; text-align: center;}
.articleContent {line-height: 36px;text-indent: 2rem;width: 92%;margin: 20px auto 50px;}
.articleBottom{margin-bottom: 30px;}
.articleBottom p{cursor: pointer;}
.articleBottom p:nth-child(1){margin-left: 30px;}
.articleBottom p:nth-child(2){margin-right: 30px;}
/*其他板块*/
i.icon {width: 40px;height: 35px;background: url(../images/icon.png); display: inline-block;vertical-align: middle;}
i.teacherIcon{background-position:0 -315px;}
.teacherLists{text-align: center;}
.mediaListRight img{width: 100%; object-fit:cover;}
.teacherLists li{position: relative;margin: 10px 0;}
.teacherActive{background: #000;}
@media only screen and (max-width: 768px) {
	.mediaListLeft{width: 100%;}
	.mediaListRight{width: 100%;}
	.articleBottom p:nth-child(1){margin-left: 0;}
}
.otherOne{ background: #fff; margin-bottom: 16px; padding: 20px;}


