@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

p,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;

}

/*设置默认字体*/

:focus {
	outline: 0;
}

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

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

input {
	_filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

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

.clearfix {
	zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
}

.l,
.fl {
	float: left;
}

.r,
.fr {
	float: right;
}

/*省略号*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ellipsis-s {
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

a {
	color: #333;
}

body {
	background: #f5f5f5;
	/*font-family: "微软雅黑";*/
}

button {
	background: none;
	border: none;
}

input {
	border: none;
	outline: none;
}

p {
	font-size: 16px;
	color: #333333;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
	border: none;
	background: none;
}

/*重置元素结束*/


/*公共样式开始*/
.container {
	width: 1400px;
	margin: 0 auto;
}


/*公共效果*/
.hovercolor:hover,.hovercolor:hover a{
	color: #07bda6 !important;
}

.trans-shadow:hover{
    -webkit-box-shadow: 0px 1px 5px #939393;
    box-shadow: 0px 1px 5px #939393;
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
}
.trans-shadow{
    transition: all .5s;
}
.ask-body{
	background-color: #f5f5f5;
}
.xuexi-body{
	background-color: #f5f5f5;
}


/* 面包屑 */
.crumb-nav{
	box-sizing: border-box;
	padding: 20px 0 20px;
	overflow: hidden;
}
.crumb-nav a{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.crumb-nav p{
	float: left;
	font-size: 14px;
	line-height: 1;
	color: #999;
}


/* top */

/* ask title */
.ask-title{
    box-sizing: border-box;
    padding: 0 30px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.ask-title h1{
    padding: 30px 0;
    overflow: hidden;
}
.ask-title h1 img{
    display: block;
    float: left;
    margin-right: 10px;
}
.ask-title h1 p{
    float: left;
    max-width: 1080px;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    margin: -7px 0 -5px;
}
.ask-title span,
.juhe-list li>span{
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #ededed;
}
.ask-title-rq{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}
.ask-title-rq em,
.juhe-answer-rq em{
    float: left;
    overflow: hidden;
}
.ask-title-rq em:nth-child(n+2),
.juhe-answer-rq em:nth-child(n+2){
    margin-left: 30px;
}
.ask-title-rq em img,
.juhe-answer-rq em img{
    display: block;
    float: left;
    margin-right: 6px;
}
.ask-title-rq em p,
.juhe-answer-rq em p{
    float: left;
    font-size: 16px;
    line-height: 1;
    color: #999;
}


/* 分页 */
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:20px;
}
.pages a {
  font-size: 16px;
  color: #999;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 6px;
  line-height: 34px;
  background: #fff;
  margin: 0 4px;
}
.pages a:hover {
  color: #e02727;
}
.pages a:first-child {
  width: auto;
  background: none;
}
.pages a:first-child:hover {
  color: #999;
}
.pages .a1 {
  width: 64px;
}
.pages span {
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 6px;
  line-height: 34px;
  background: #e02727;
  color: #fff;
  margin: 0 4px;
}

.pagination {
	margin: 0 auto;
    padding: 40px 0;
}

.pagination ul {
	/* width: 100%; */
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.pagination ul li {
	background: #fff;
    margin: 0 4px;
    border-radius: 10px;
}

.pagination ul li span {
	display: block;
	width: 38px;
	font-size: 16px;
	color: #999;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #ddd;
    border-radius: 10px;
	box-sizing: border-box;
}

.pagination ul li.page-l span {
	background-size: 8px 14px;
}

.pagination ul li.page-r span {
	background-size: 8px 14px;
}

.pagination ul li span.clecked {
	background-image: linear-gradient(to bottom right , #d42222 , #f2726b);
	border: none;
	color: #fff;
}
.xuexi-body .pagination ul li span.clecked {
	background-image: linear-gradient(to bottom right , #0c9b89 , #40cbb9);
}


.content{
    overflow: hidden;
}


.answer,
.upDown,
.relevant,
.juhe-list li{
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 30px;
    background-color: #fff;
}


/* left */
.content-l{
    float: left;
    width: 1030px;
}


/* right */
.content-r{
    width: 350px;
    float: right;
}


/* banner-r */
.banner-r{
    display: block;
    width: 350px;
}
.banner-r.xuexi-banner{
	border-radius: 8px;
	overflow: hidden;
}


/* ask-news */
.ask-news{
	width: 350px;
	margin-top: 20px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 8px;
}
.ask-news h2{
	padding: 25px 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.ask-news h2 img{
    vertical-align: bottom;
    width: 22px;
    padding-right: 8px;
}
.ask-news>span{
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ededed;
	border-radius: 1.5px;
}
.ask-news-list{
	padding-bottom: 5px;
}
.ask-news-list a{
	display: block;
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}
.ask-news-list a:last-child{
	border: none;
}
.ask-news-list a p{
	float: left;
	font-size: 16px;
	line-height: 1;
	color: #333;
	max-width: 300px;
}
.ask-news-list a:hover p{
	color: #d42222;
}
.xuexi-body .ask-news-list a:hover p{
	color: #0c9b89;
}
.ask-news-list a span{
	display: block;
	float: right;
	font-size: 14px;
	line-height: 16px;
	color: #999;
}


/* upDown */
.upDown{
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
}
.upDown p{
    width: 328px;
    font-size: 18px;
    line-height: 60px;
    color: 3333;
}
.upDown p:first-child{
    float: left;
}
.upDown p:last-child{
    float: right;
}
.upDown p a{
    color: #d42222;
}
.xuexi-body .upDown p a{
    color: #0c9b89;
}
.upDown span{
    display: block;
    float: left;
    width: 4px;
    height: 40px;
    margin: 10px 30px 10px;
    background-color: #ddd;
    border-radius: 2px;
}


/* relevant ask */
.relevant{
    margin-top: 20px;
}
.relevant h2{
    padding: 25px 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #999;
    line-height: 1;
}
.relevant div{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}
.relevant div a{
    float: left;
    display: flex;
    align-items: center;
    width: 345px;
    padding: 15px 0;
}
.relevant div a:nth-child(even){
    margin-left: 30px;
}
.relevant div a em{
    display: block;
    margin-right: 8px;
    width: 6px;
    height: 16px;
    background: url("/static/home/img/ask/list-hover1.png") center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.xuexi-body .relevant div a em{
    background: url("/static/home/img/xuexi/list-hover1.png") center no-repeat;
}
.relevant div a p{
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.relevant div a:hover em{
    width: 14px;
    background: url("/static/home/img/ask/list-hover2.png") center no-repeat;
}
.xuexi-body .relevant div a:hover em{
    background: url("/static/home/img/xuexi/list-hover2.png") center no-repeat;
}
.relevant div a:hover p{
    color: #d42222;
}
.xuexi-body .relevant div a:hover p{
    color: #0c9b89;
}


/* yqlink */
.yqlink{
	margin-top: 60px;
}
.yqlink h2{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	color: #333;
}
.yqlink h2 span{
	display: block;
	width: 260px;
	height: 1px;
	background-color: #ccc;
	margin: 0 40px;
}
.yqlink div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.yqlink div a{
	display: block;
	height: 30px;
	padding: 0 20px;
	margin: 10px 5px 0;
	background-color: #e5e5e5;
	border-radius: 15px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.yqlink div a:hover{
	color: #d42222;
}
.xuexi-body .yqlink div a:hover{
	color: #0c9b89;
}


/* news topNav */
.web-top{
    width: 100%;
    padding: 50px 0;
    background-color: rgba(255, 255, 255, .8);
}
.web-top>.container{
    display: flex;
    align-items: center;
}
.logo{
    display: block;
    padding-left: 10px;
}
.layui-form{
    display: flex;
    align-items: center;
    margin-left: 120px;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(204, 0, 13, .15);
}
.layui-form .layui-form-item{
    margin: 0;
    width: 122px;
}
.layui-form .layui-input-block{
    margin-left: 0;
}
.layui-form .layui-input{
    box-sizing: border-box;
    padding: 0 35px 0 23px;
    background-color: transparent;
    font-size: 16px;
    color: #333;
    border: none;
    height: 50px;
}
.layui-form-select .layui-edge{
    right: 20px;
    width: 12px;
    height: 6px;
    border: none;
    background: url("/static/home/img/search-sort.png") no-repeat;
    background-position: right center;
    margin-top: -2px;
}
.layui-form-select dl{
    top: 60px;
    max-height: 240px;
    border-radius: 10px;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.layui-form-select dl::-webkit-scrollbar{
    display: none; /* Chrome Safari */
}
.layui-form-select dl dd{
    font-size: 14px;
    text-align: center;
}
.layui-form-select dl dd.layui-this{
    background-color: #f95b62;
}
.search-input{
    display: block;
    width: 360px;
    height: 24px;
    box-sizing: border-box;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.search-btn{
    display: block;
    width: 120px;
    height: 50px;
    border-radius: 0 25px 25px 0;
    background-image: linear-gradient(to top, #de1431, #f9311c);
    font-size: 18px;
    color: #fff;
}
.search-btn img{
    margin-right: 6px;
    margin-top: -2px;
}
.mobile{
    margin: 0 60px 0 auto;
}
.mobile a{
    display: block;
}
.mobile a img{
    display: block;
    margin: 0 auto;
}
.mobile a p{
    font-size: 12px;
    line-height: 1;
    color: #333;
    margin-top: 6px;
}


/* bottom */
.bottom{
	margin-top: 30px;
	padding: 30px 0;
	background-color: #e5e5e5;
}
.bottom p{
	font-size: 14px;
	line-height: 1;
	color: #999;
	text-align: center;
}
.bottom p:not(:first-child){
	margin-top: 15px;
}
.bottom p a{
	color: #999;
}
.bottom p a:hover{
	color: #333;
}