.main {
	/*需修改*/
	width: 1180px;
	margin: 20px auto 0;
}

.mynews_top {
	width: 100%;
	border-radius: 10px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.mynews_title {
	padding: 0 24px;
	box-sizing: border-box;
	height: 78px;
	line-height: 78px;
	border-bottom: 1px solid #bfbfbf;
}

.mynews_title h2 {
	color: #666666;
	font-size: 20px;
}

#postselect {
	cursor: pointer;
	padding: 0 28px 0 0;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin: 0 15px;
	box-sizing: border-box;
	color: #333333;
	border: 1px solid #999;
	position: relative;
	margin-top: 23px;
	position: relative;
}
#postselect div{
	padding-left: 12px;
	/*max-width: 80px;*/
}
#postselect>ul{
	width: auto;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 50%;
	color: #666;
	display: none;
}
#postselect>ul li{
	width: 100%;
	background: #fff;
	padding: 4px 10px;
	line-height: 28px;
	border: 1px solid #e1e1e1;
	white-space:nowrap;
}
#postselect i {
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 0;
	display: inline-block;
}

.switch {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background: #d22c2c;
	color: #fff;
}

.information .info_title {
	font-size: 20px;
	color: #999;
	font-weight: bold;
}

.topic,
.volume {
	margin-left: 40px;
	font-size: 14px;
	color: #333;
}

.volume {
	margin-left: 75px;
}

.topic_num {
	margin: 0 8px 0 18px;
	font-weight: bold;
	color: #5dadff;
}

.already {
	color: #f46060;
}

.total {
	color: #5dadff;
}

.select {
	width: 100%;
	/*display: none;*/
}

.select span {
	font-size: 100px;
}

.select li {
	width: 20%;
	float: left;
	padding: 40px 0 20px;
	text-align: center;
}

.select li a {
	display: block;
	color: #72aefd;
	width: 60%;
	height: 100%;
	margin: 0 auto;
}

.select li a img {
	height: 90px;
}

.select li p {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
}

.closeTip {
	font-size: 30px;
	vertical-align: middle;
	cursor: pointer;
}


/*最近一题*/

.lately {
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 16px;
	color: #666666;
	border-radius: 30px;
	background: #FFFFFF;
	font-weight: bold;
	display: none;
}

.lately_title {
	color: #fb4444;
}

.lately_num {
	margin-right: 45px;
	margin-left: 5px;
}

.btns {
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 18px;
	cursor: pointer;
}

.look_parsing{
	background: #32b16c;
	margin-right: 56px;
}
.backType {
	background: #32b16c;
	margin-right: 56px;
}

.continue {
	background: #d22c2c;
}


/*tab章节刷题,真题模拟*/

.question_tab {
	background: #FFFFFF;
	margin-top: 20px;
}

.tab_top {
	width: 100%;
	border-bottom: 1px solid #eff3f5;
}

.tab_top li {
	float: left;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}

.tab_top li span {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #666666;
	border-bottom: 4px solid #fff;
}

.tab_top li.tab_active span {
	color: #d43636;
	border-color: #d43636;
}

.tab_content {
	box-sizing: border-box;
	padding: 60px 30px 1px;
}

.chapter {
	padding-bottom: 30px;
}

.chapter_top {
	margin-bottom: 30px;
	cursor: pointer;
}

.fang {
	width: 20px;
	height: 20px;
	position: relative;
}

.close,
.open {
	position: absolute;
	right: -4px;
	top: 0;
	color: #D83C39;
	line-height: 27px;
	text-align: center;
	font-weight: 500;
}

.close {
	right: -8px;
	top: 0px;
}

.close span {
	font-size: 32.5px;
	margin-top: 4px;
}

.open span {
	font-size: 25px;
	margin-left: 4px;
}

.close {
	display: none;
}

.chapter_title {
	margin-left: 20px;
}

.completed {
	font-size: 18px;
	font-weight: 500;
	color: #666666;
}

.chapter_list {
	margin-left: 40px;
	padding: 30px 0;
	display: none;
}

.chapter_list li {
	color: #333333;
	font-size: 14px;
	margin-bottom: 30px;
}

.li_title {
	width: 45%;
	overflow: hidden;
}

.simulation li {
	margin-bottom: 80px;
}

.simu_tite,
.chapter_title {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	position: relative;
}

.simu_tite:after {
	position: absolute;
	top: -5px;
	right: -40px;
	content: '模拟';
	width: 40px;
	height: 18px;
	border-radius: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	background: #d83c39;
}

.simu_num {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}

.start {
	text-align: center;
	background: #d22c2c;
}

.professional {
	background: #fff;
	border-radius: 10px;
	color: #333;
	width: 700px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -350px;
}

.closeProfession {
	font-size: 25px;
	line-height: 40px;
	text-align: right;
	color: #000;
	margin-right: 20px;
	cursor: pointer;
}

.professionalBox {
	height: 80%;
	padding: 0 40px;
	overflow-y: auto;
}

.professional h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}

.professional h4 {
	font-size: 17px;
}

.professList {
	margin: 0 0 0 -20px;
	padding: 20px 0;
	border-bottom: 1px solid #eff3f5;
}

.professList li {
	cursor: pointer;
	font-size: 14px;
	float: left;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.paperTitle{
	width: 45%;
}
.paperCount{
	line-height: 27px;
	color: #333;
}
button{
	border: none;
	outline: none;
}

.circle{
	display: inline-block;
	border: 2px solid #d43636;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
}
.circle i{
	position: absolute;
	left: 3px;
	top: 3px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}