/* 在线讲堂问答 start */
.school{
    min-height: 600px;
    background: url(../image/school_bg.png) no-repeat center;
    padding-bottom: 25px;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.queContent_titleBox{
    width: 1160px;
    min-width: 1160px;
    padding: 0 20px;
    height: 77px;
    line-height: 77px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: url(../image/queTextBg.png) no-repeat center center;
}

.queContent .queText{
   color: white;
   font-size: 24px;
   font-weight: bold;
   background: url(../image/icon_queText.png) no-repeat left center;
   padding-left: 50px;
}

.queContent .queMore{
   color: white;
   font-size: 14px;
}

.queContent .queMore:hover{
    color: #136aed;
}

.askQueBox{
    height: 70px;
    line-height: 70px;
}

.askQueBox .askQue{
    height: 70px;
    line-height: 70px;
    color: #4d9efb;
    font-size: 18px;
    font-weight: bold;
}

/* 问题描述+相关问题 */
.queAboutBox{
    width: 1160px;
    min-width: 1160px;
    padding: 20px 20px;
    padding-top: 10px;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 40px;
}

.queAboutBox .queDes{
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    padding-left: 35px;
}

.queAboutBox .queDes .icons {
    display: inline-block;
    background-image: url(../../public/images/icons/icons_v9.png);
}
.queAboutBox .queDes .icons.icon-ask-qs {
    position: absolute;
    top: 26%;
    left: 8px;
    width: 21px;
    height: 21px;
    background-position: -315px -198px;
    vertical-align: top;
}

.queAboutBox .queDes .queName{
    color: #596980;
    font-size: 16px;    
    width: 1000px;
}

.queAboutBox .queDes .queTime {
    width: 100px;
    text-align: right;
    background: url(../../public/images/icons/timeIcon.png) no-repeat left center;
    color: #808080;
    font-size: 14px;
}

#queDes{
    width: 99%;
    height: 114px;
    box-sizing: border-box;
    padding: 15px;
    margin: 0px 0px 0px 10px;
    border: 1px solid #dfe8f2;
    border-radius: 5px;
    color: #666666;
    font-size:16px;
}

.submitQue{
    width: 136px;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    border: 1px solid #328ffa;
    color: #328ffa;
    font-size: 18px;
    border-radius: 5px;
    margin: auto;
    margin-top: 30px;
}

.submitQue:hover{
    color: white;
    background-color: #328ffa;
}

/* 问题列表 */
.queListBox{
    width: 1160px;
    min-width: 1160px;
    padding: 5px 20px 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
}

.queList .queItem .queNameBox {
    height: 70px;
    line-height: 70px;
    background: url(../../public/images/icons/icon_ask.png) no-repeat 0px center;
    padding: 0 25px;
    padding-left: 35px;
    border-bottom: 1px dashed #ededed;
}

.queList .queItem .queNameBox:hover{
    background: url(../../public/images/icons/icon_askOn.png) no-repeat 0px center;
    border-color: #136aed;
}

.queList .queItem .queName {
    color: #596980;
    font-size: 18px;
    font-weight: bold;
    width: 900px;
}

.queList .queItem .queName:hover{
    color: #136aed;
    font-size: 18px;
}

.queList .queItem .queTime {
    width: 160px;
    text-align: right;
    background: url(../../public/images/icons/timeIcon.png) no-repeat left center;
}

.queList .queItem {
    color: #808080;
    font-size: 14px;
}

.queList .queItem .queAsk {
    width: 1097px;
    /* height: 106px; */
    background-color: #f5f9fa;
    padding: 25px;
    box-sizing: border-box;
    color: #666666;
    font-size: 16px;
    margin: auto;
    margin-top: 16px;
}

.queList .queItem .queAsk p{
    width: 1020px;
    line-height: 30px;
}

.queList .queItem .queAsk .icon_show{
    width: 16px;
    height: 9px;
    background: url(../../public/images/icons/icon_show.png) no-repeat center center;
}

.queList .queItem .queAsk .icon_show:hover{
    background: url(../../public/images/icons/icon_showOn.png) no-repeat center center;
}

.queList .queItem .queAsk .icon_hide{
    width: 16px;
    height: 9px;
    background: url(../../public/images/icons/icon_hide.png) no-repeat center center;
}

.queList .queItem .queAsk .icon_hide:hover{
    background: url(../../public/images/icons/icon_hideOn.png) no-repeat center center;
}

.aboutList{
    padding: 0 35px;
    box-sizing: border-box;
}

.aboutItem{
    color: #666666;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #ededed;
}

.aboutItem:hover{
    color: #136aed;
}
/* 在线讲堂问答 end */


/* 咨询答疑弹窗 start*/
.zh_popUpcon {
    width: 601px;
    padding-bottom: 30px;
}

.zh_popUpbg .unitBox span{
    width: 134px;
    margin-right: 5px;
    text-align: right;
    line-height: 40px;
}
.zh_popUpbg .unitBox span em{
    color: #ff0000;
    font-weight: bold;
    margin-right: 5px;
}
.zh_popUpbg .unitBox input[type='text']{
    width: 304px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    padding: 0 10px;
}

.zh_popUpbg .unitBox .textarea01#queDes {
    width: 385px;
    height: 130px;
    padding: 10px 10px;
    line-height: 24px;
    outline: none;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-sizing: content-box;
}


#yyBut{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: #308bd8;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	margin: 20px auto;
}

.btnBox{
    width: 230px;
    margin: 0 auto; 
}
.btnBox .resetBtn{
    width: 108px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #8db6f2;
    border-radius: 4px;
    color: #1569e6;
    background: #e7f1fc;
    text-align: center;
}
.btnBox .saveBtn{
    width: 108px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #1569e6;
    border-radius: 4px;
    color: #fff;
    background: #1569e6;
    text-align: center;
}
/* 咨询答疑弹窗 end*/