.placeOrderBg{
    display: none;
    width: 100%;
    height: 635px;
    background: url(/img/dbg2.png);
}
.placeOrder{
    width:1200px;
    margin: 0 auto;
    padding: 60px 0px;
}
.placeOrderForm{
    width:631px;
    height:455px;
    background: #ffffff;
    padding: 30px;
    float: left;
}
.placeOrderForm>h3{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.placeOrderForm>h3 i{
    display: inline-block;
    width: 4px;
    height: 20px;
    background:#0B367A;
    border-radius: 4px;
    margin-right: 10px;
}
.yuan span:first-child{
    text-align: left;
    width: 40px;
}
.yuan span{
    width: 80px;
    display: inline-block;
    text-align: center;
}
.yuan span:last-child{
    text-align: right;
    width: 40px;
}
.line{
    display: inline-block;
    width: 340px;
    height: 2px;
    background: #FE841D;
}
.graph{
    position: relative;
}
.graph .tag{
    width:14px;
    height:14px;
    border-radius: 50%;
    background: #FE841D;
    position: absolute;
}
.tags .tag:nth-child(1){
    top: 6px;
    left: 0px;
}
.tags .tag:nth-child(2){
    top: 6px;
    left: 82px;
}
.tags .tag:nth-child(3){
    top: 6px;
    left: 161px;
}
.tags .tag:nth-child(4){
    top: 6px;
    left: 240px;
}
.tags .tag:nth-child(5){
    top: 6px;
    left: 326px;
}
.yuan .dis{
    color: #ffffff;
}
.tags .dis{
    background: #BBBBBB;
}
.tags .sel{
    top: 2px !important;
    width:20px;
    height:20px;
    background: #FFFFFF;
    border: 2px solid #FE841D;
}
.redPacketLeft{
    margin: 17px 0px 30px 0px;
    float: left;
}
.redPacketRight{
    float: right;
    position: relative;
    padding-top: 19px;
}
.option{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/select-weixuan.png);
}
.option.sel{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/select-yixuan.png);    
}
.redPacketRight span:nth-child(1){
    position: absolute;
    left: -30px;
    top: 28px;
}
.redPacketRight span:nth-child(2){
    display: block;
}
.redPacketRight span:nth-child(3){
    font-size:12px;
    color: #999999;
}
.askTitle{
    position: relative;
}
#c_title{
    width: 610px;
    height: 34px;
    border-radius:4px;
    border:1px solid #DDDDDD;
    padding-left: 21px;
    margin: 22px 0px 10px 0px;
}
.form_title_Nums{
    position: absolute;
    right: 20px;
    top: 33px;
    color: #999999;
    font-size: 12px;
}
.askContent{
    width:100%;
    border-radius:4px;
    border:1px solid rgba(221,221,221,1);
}
.ta{
    position: relative;
}
.JS_defaultSort,.JS_singleSort{
  color: #0B367A!important;
}

#c_content{
    width: 591px;
    height: 149px;
    resize: none;
    border: none;
    padding: 8px 20px;
}
.c_content_Nums{
    position: absolute;
    right: 21px;
    bottom: 8px;
    color: #999999;
    font-size: 12px;
}
.attachment{
    height:30px;
    background: #F7F8FA;
    border-radius:0px 0px 4px 4px;
    padding: 10px 20px;
}
.attachment>div{
    float: left;
}
.attachment>div:last-child{
    float: right;
}

.uploadImg span:nth-child(1){
  margin-left: 20px;
}


.uploadVideo span:nth-child(1){
  margin-left: 20px;
}

.uploadAudio span:nth-child(1){
  margin-left: 20px;
}


.attachment .btns>div{
    float: left;
    width:122px;
    height:30px;
    line-height: 30px;    
    border-radius:15px;
    border:1px solid #BBBBBB;
    text-align: center;
    margin-right: 10px;
    position: relative;
}
.attachment .btns>div img{
    display: inline-block;
    margin-right: 2px;
}
.uploadImg{
    background-image: url(/img/sctp.png);
    background-repeat: no-repeat;
    background-position: 20px;
    background-color: #F7F8FA;
}
.uploadImg:hover{
    background-color: #0B367A;
    color: #FFFFFF;
    background-image: url(/img/sctp2.png);
    background-repeat: no-repeat;
    background-position: 15px;
}
.uploadImg input{
    width: 120px;
}
.uploadVideo{
    background-image: url(/img/scsp.png);
    background-repeat: no-repeat;
    background-position: 15px;
    background-color: #F7F8FA;
}
.uploadVideo:hover{
    background-color: #0B367A;
    color: #FFFFFF;
    background-image: url(/img/scsp2.png);
    background-repeat: no-repeat;
    background-position: 15px;
}
.uploadVideo input{
    width: 120px;
}
.uploadAudio{
    background-image: url(/img/scyy.png);
    background-repeat: no-repeat;
    background-position: 15px;
    background-color: #F7F8FA;
}
.uploadAudio:hover{
    background-color: #0B367A;
    color: #FFFFFF;
    background-image: url(/img/scyy2.png);
    background-repeat: no-repeat;
    background-position: 15px;
}
.legalType_item{
    font-size: 14px;
    color: #333333;
    line-height:30px;
}
.legalType_item img{
    display: inline-block;
    margin-left: 10px;
}
.askSubmit{
    padding-top: 15px;
}
.askSubmit a{
    display: inline-block;
    width:152px;
    height:40px;
    line-height: 40px;
    background:#0B367A;
    border-radius:20px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    float: left;
}
.anonymous{
    float: left;
    position: relative;
    margin-left: 70px;
}
.anonymous span:nth-child(1){
    position: absolute;
    left: -30px;
    top: 10px;
}
.anonymous span:nth-child(2){
    display: block;
}
.anonymous span:nth-child(3){
    font-size:12px;
    color: #999999;
}
.placeOrderTip{
    width: 389px;
    height:515px;
    float: left;
    color: #ffffff;
    margin-left: 60px;
    display: none;
}
.placeOrderForm + .placeOrderTip{
    display: block;
}
.placeOrderTip>h2{
    font-size: 36px;
    font-weight: 400;
}
.quotaItem{
    margin: 24px 0px;
}
.quotaItem img{
    display: inline-block;
    margin-right: 10px;
}
.description p{
    margin-bottom: 30px;
    color: #BBC2D8;
}
.description p a{
    color: #BBC2D8;
    text-decoration: underline;
}
.quotaItem .percent{
    color: #FE841D;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.hall{
    float: left;
    width: 827px;
}
.hall>h2{
    margin: 55px 0px 38px 0px;
}
.hall>h2 a{
    float: right;
    font-size:14px;
    font-weight: normal;
    font-family:MicrosoftYaHei;
    color:#666666;
    margin-right: 20px;
    line-height: 24px;
}
.searchBox{
    width:767px;
    height:60px;
    line-height: 60px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
    padding: 0px 20px;
    font-size: 16px;
    color: #333333;
}
.searchBox img{
    display: inline-block;
}
.sort li{
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
    position: relative;
    font-size: 16px;
    color: #0B367A;
}
.sort li.active:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width:64px;
    height:4px;
    background:#0B367A;
    border-radius:2px;
}
.searchBar{
    float: right;
    width:340px;
    height:34px;
    margin-top: 12px;
    background:rgba(255,255,255,1);
    border-radius:17px;
    border:1px solid rgba(231,231,231,1);
    position: relative;
}
.searchBar input{
    width: 240px;
    height: 30px;
    position: absolute;
    left: 0;
    border: none;
    margin-left: 20px;
}
.searchBar a{
    display: inline-block;
    width:68px;
    height:34px;
    line-height:34px;
    text-align: center;
    background:rgba(254,132,29,1);
    border-radius:17px;
    color: #ffffff;
    position: absolute;
    right: 0;
    font-size: 14px;
}
.consultList{
    width: 768px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 0px 20px;
    margin-top: 3px;
}
.consultList li{
    padding: 25px 0px 30px 0;
    border-bottom: 1px solid #E7E7E7;
}
.l1 a{
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-top: 11px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.l1 a::before{
    background: #FE841D;
    border-radius: 50%;
    content: "问";
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    color: #fff;
    left: 0px;
    top: 6px;
}
.l1 .hongbao{
    float: right;
    width: 30px;
    height: 30px;
    background: url(/img/hongbao.png) no-repeat;
}
.l1 .hongbao2{
    float: right;
    width: 30px;
    height: 30px;
    background: url(/img/hongbao2.png) no-repeat;
}
.l1 .hongbao span,.l1 .hongbao2 span{
    color: #ffffff;
    line-height: 13px;
    -webkit-transform: scale(0.8);
    text-indent: -2px;
    display: block;
    text-align: center;
    margin-top: 13px;
    font-size: 12px;
    font-weight: normal !important;
}
.l2{
    margin-top: 15px;
}
.l2>div{
    float: left;
}
.l2 .headImg{
    width: 40px;
}
.l2 .headImg img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.l2 .detail{
    width: 728px;
}
.l2 .detail .sound{
    display: inline-block;
    width: 143px;
    height: 33px;
    line-height: 33px;
    padding-right: 5px;
    font-size: 12px;
    color: #fff !important;
    text-align: right;
    background: url(/img/yuyin.png) no-repeat;
    background-size: 148px auto;
    margin-top: 2px;
    margin-bottom: 15px;
}
.l2 .detail p{
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
    line-height:24px;
}
.l2 div .ats{
    color: #FE841D;
}
.l2 div>span{
    font-size: 12px;
    color: #999999;
    margin-right: 30px;
}
.l2 div .replyNum{
    color: #FE841D;
}
.modules{
    float: left;
    width: 373px;
    margin-top: 95px;
}
.modules>div{
    margin-bottom: 20px;
}


/* 首页问律师样式 */
.pchomehall{
  width:808px;
  height:1081px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}
.pchomehall .consultList{
  height:1021px;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
}
.pchomehall .str_origin{
  right: 0px;
  left: 23px;
  width: 768px;
}
.pchomehall .pchomehallspan{
   color: #333;
   font-weight: bold;
   font-size: 18px;
   float: left;
}
.pchomehall .searchBar a{
  width: 120px;
  line-height: 34px;
}
.pchomehall .searchBar input{
  width: 272px;
  font-size: 12px;
}
.pchomehall .searchBar input::-webkit-input-placeholder { 
   font-size: 12px;
   color: #999999;
}
.pchomehall .searchBar{
   width: 392px;
   float: left;
    margin-left: 9rem;
}
.pchomehall .l1 h3{
  font-size:16px;
  color: #333;
  font-weight: 500;
} 
.pchomehall .l1 .autoLouzhuHB{
  background: url(/img/hongbao2.png) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 3px;
}
.pchomehall .l1 .autoLouzhuHB_no{
    background: url(/img/hongbao.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}
.pchomehall .l2 .detail{
  width: 710px;
}

/* 律师站问律师样式 */
.pchomehall{
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}


.pchomehall .searchBox{
  width:807px;
  height:60px;
  line-height: 60px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
  /* padding: 0px 20px; */
  font-size: 16px;
  color: #333333;
}


.pclawyerhall .consultList{
  height:585px;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
  background-color:transparent;
}
.pclawyerhall .l2 .detail{
  width: 710px;
}
.pclawyerhall .orderTitle{
  height: 60px;
  line-height: 60px;
  position: relative;
  background-color: #fff;
  padding: 0;
  box-shadow: none;
}
.pclawyerhall .orderTitle .reload {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/shuaxin.png) no-repeat;
  cursor: pointer;
  position: relative;
  top: 3px;
  left:10px;
}
.pclawyerhall .orderTitle .typeSelects{
 position: absolute;
 top: 0;
 right: 14px;
 font-size: 14px;
 color: #666;
}
.pclawyerhall .orderTitle .typeSelects:after{
  content:" ";
  width:8px;
  height: 14px;
  display:inline-block;
  background: url(/img/pchome/headerright.png) no-repeat center right;
  position: relative;
  top: 3px;
  left: 10px;
}

/* .pclawyerhall .searchBox{
  width: 807px;
  height: 60px;
  line-height: 60px;
  background: rgba(255,255,255,1); 
  box-shadow: none;
  padding: 0px ;
  font-size: 16px;
  color: #333333;
} */


.pclawyerhall{
  width:808px;
  float: left;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}


/* .pclawyerhall{
  width:808px;
  height:1081px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}
.pclawyerhall .consultList{
  height:1021px;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  position: relative;
} */
.pclawyerhall .str_origin{
  right: 0px;
  left: 23px;
  width: 768px;
}
.pchomehall .orderTitle {
   box-shadow: none;
}


.pclawyerhall .pchomehallspan{
   color: #333;
   font-weight: bold;
   font-size: 18px;
}
.pclawyerhall .searchBar a{
  width: 120px;
  line-height: 34px;
}
.pclawyerhall .searchBar input{
  width: 272px;
  font-size: 12px;
}
.pclawyerhall.searchBar input::-webkit-input-placeholder { 
   font-size: 12px;
   color: #999999;
}
.pclawyerhall .searchBar{
   width: 392px;
}
.pclawyerhall .l1 h3{
  font-size:16px;
  color: #333;
  font-weight: 500;
} 
.pclawyerhall .l1 .autoLouzhuHB{
  background: url(/img/hongbao.png) no-repeat center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}
.pclawyerhall .l1 .autoLouzhuHB{
  font-weight: bold;
}
.pclawyerhall .l1 .autoLouzhuHB_no{
    background: url(/img/hongbao.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.pclawyerhall .l2 .detail{
  width: 710px;
}

/*弹出框*/
.alertBox {
    background: #fff;
    border-radius: 10px;
    display: none;
    height: 310px;
    left: 50%;
    margin-left: -165px;
    margin-top: -155px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 330px;
    z-index: 101;
}

.alertBox h4 {
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    background: #f2f0f1 url(/img/alert_logo.jpg) no-repeat 10px center;
}

.alertBox div {
    border-top: 3px solid #009bfe;
    padding: 10px 15px;
    border-bottom: 1px dashed rgb(221, 221, 221);
}

.alertBox div p {
    line-height: 1.5;
}

.alertBox img {
    height: 100px;
    margin: 10px auto 5px;
    width: 100px;
}

.alertBox span {
    display: block;
    text-align: center;
}

.alertBox .alertSure {
    display: block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #168bbb;
    margin: 10px auto 0;
    text-align: center;
    border-radius: 5px;
}

.alertClose {
    width: 20px;
    height: 20px;
    line-height: 17px;
    color: #fff !important;
    text-align: center;
    background: #168bbb;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%
}

#xmn ul {
    position: absolute;
    margin: 0;
    background: #fff;
    box-shadow:0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:4px;
}

#xmn ul li {
    float: initial;
    width: 150px;
    text-align: center;
    margin-bottom: 0;
}

#xmn ul li a {
    text-decoration: none;
    padding: 6px 10px;
    display: inline-block;
    width: 130px;    
}

/*法律门类*/

.legal_type_tab {
    display: none;
    width: auto;
    box-shadow:0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:4px;
    border: none;
}

.le_content {
    width: auto;
    margin: 0;
}

.le_content .le_tab {
    width: 143px;
}

.le_tab li {
    position: relative;
    float: initial;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 20px 0px;
}

.le_tab li:hover {
    color: initial;
    background: #f5f5f5;
}

.le_content .le_detail_list {
    position: absolute;
}

.legal_type_tab .le_detail_list {
    width: 110px;
    left: 144px;
    top: 0;
    background: #fff;
    border: 0;
}

.legal_type_tab .le_detail_list .le_detail_item {
    position: absolute;
    top: 0px;
    margin: 0;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius: 4px;    
}

.legal_type_tab .le_detail_list li {
    float: initial;
    width: 90px;
    text-align: center;
    margin-bottom: 0;
    padding: 0px 10px;
}

.legal_type_tab .le_detail_list li a {
    display: block;
    color: #333;
    font-size: 15px;
}

.leag_type_select {
    background: url(/img/xiala.png) right center no-repeat;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.leag_span_1,
.leag_span_2 {
    float: left;
    height: 33px;
    line-height: 33px;
}

.leag_span_2 img {
    display: inline-block;
}

.leag_span_1 {
    width: 110px;
    margin-left: 5px;
    overflow: hidden;
}

.leag_span_2 {
    width: 35px;
    text-align: center;
    background: #018fd9;
    cursor: pointer;
}

.legalType_item,
.tab,
.captchaCode {
    float: left;
}

.tab {
    margin-top: 6px;
    margin-right: 20px;
    cursor: pointer;
}

.tab span {
    display: inline-block;
    text-indent: 40px;
    background-image: url(/img/tabBtn.jpg);
    background-repeat: no-repeat;
    line-height: 20px;
}

.tab .tabOff {
    background-position: 0 0;
}

.tab .tabOn {
    background-position: 0 -60px;
}

.captchaCode {
    margin-left: 30px;
}

h2.consultTitle {
  color: #333333;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}


/*选择法律门类*/

.legalTypeItem {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

.legalTypeTitle {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}

.legalTypeTitle h2 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #018fd9;
    font-weight: normal;
    float: left;
    border-bottom: 1px solid #018fd9;
    margin-right: 6px;
}

.legalTypeActiveList {
    float: left;
    width: 718px;
    padding-top: 10px;
}

.legalTypeActiveList li {
    float: left;
    border: 1px solid #999;
    height: 23px;
    line-height: 23px;
    color: #555;
    padding: 0 36px 0 10px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.legalTypeActiveList li a {
    width: 26px;
    height: 23px;
    display: block;
    background: url(/img/legalTypeIcon.jpg) right top no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: -100em;
}

.legalTypeList {
    width: 100%;
    height: auto;
    position: relative;
}

.legalTypeList ul {
    width: auto;
    height: auto;
    padding: 18px;
}

.legalTypeList li {
    float: left;
    margin-right: 15px;
    padding-bottom: 10px;
    position: relative;
}

.legalTypeList a[class^="T"] {
    width: 153px;
    height: 33px;
    border: 1px solid #ccc;
    line-height: 33px;
    border-radius: 5px;
    display: block;
    float: left;
    position: relative;
    font-size: 16px;
    text-align: center;
}

.legalTypeList a em {
    position: relative;
    padding-left: 30px;
}

.legalTypeList a em:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: -7px;
    background: url(/img/legalTypeIcon.jpg) left top no-repeat;
}

.legalTypeList li.active:before {
    content: "";
    width: 21px;
    height: 11px;
    background: url(/img/legalTypeIcon.jpg) -200px -120px no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 38px;
    z-index: 1000;
}

#zmn{
    margin-top: 13px;
}

/*大家都在问*/
.hotWords {
    width: 333px;
    height: 314px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 30px 20px;
}
.hotWords h3{
  font-size: 18px;
    margin-bottom: 10px;
}
.hotWords ul li {
    width: 104px;
    height: 36px;
    background: #F7F8FA;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    border: solid 1px #eeeeee;
    margin: 10px 5px 0 0;
    float: left;
    font-size: 14px;
    color: #333333;
}

.hotWords ul li a:hover{
  color: #0B367A;
}

.le_detail_item li a.current, .le_detail_item li a:hover{
    color: #0B367A;
    background: url(/img/duihao.png) no-repeat center right;
}

/* 最新解答 */
.replyTitle h2{
  font-size: 18px;
}
.replyBox{
  margin-top: 20px;
}
.soundBtn{
    position: relative;
}
.soundBtn .sy {
    width: 11px;
    height: 17px;
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    background: url(/img/consult_sound_noword_sy.jpg) 0 0 no-repeat;
    background-size: 100%;
}
.soundBtn .dt {
    width: 11px;
    height: 17px;
    display: block;
    position: absolute;
    top: 2px;
    left: 18px;
    background: url(/img/consult_sound_noword_dt.gif) 0 0 no-repeat;
    background-size: 100%;
}
.dis00{
    color: #333333 !important;
}
/* 友情链接 */
.hotIssues {
    width: 100%;
    height: 195px;
    border-top:1px solid #e5e5e5;
    padding-top: 20px;
}

.hotIssues_nav {
    margin-bottom: 29px;
}

.hotIssues_nav ul li {
    font-size: 16px;
    float: left;
    margin-right: 39px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.hotIssues_nav ul li.active {
    color: #38adff;
    border-bottom: solid 2px #38adff;
}

.hotIssues_con>div {
    display: none;
}

.hotIssues_con>div.show {
    display: block;
}

.hotIssues_con>div:nth-child(1) ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 14px;
}

.hotIssues_con>div:nth-child(1) ul li:hover a:link,
.hotIssues_con>div:nth-child(3) ul li:hover a:link,
.hotIssues_con>div:nth-child(4) ul li:hover a:link {
    color: #38adff;
}

.hotIssues_con>div:nth-child(1) ul li:hover a:visited,
.hotIssues_con>div:nth-child(3) ul li:hover a:visited,
.hotIssues_con>div:nth-child(4) ul li:hover a:visited {
    color: #38adff;
}

.hotIssues_con>div:nth-child(2) ul li {
    width: 78px;
    height: 32px;
    background-color: #F3F3F3;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 32px;
    float: left;
    margin: 0 30px 20px 0;
}

.hotIssues_con>div:nth-child(2) ul li:hover {
    background-color: #38adff;
}

.hotIssues_con>div:nth-child(2) ul li:hover a:link,
.hotIssues_con>div:nth-child(2) ul li:hover a:visited {
    color: #fff;
}

.hotIssues_con>div:nth-child(3) ul li,
.hotIssues_con>div:nth-child(4) ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 14px;
}