.content-box  .statis.sideBar {
    padding: 5px;
    text-align: center;
}
 .content-box .statis p {
    color: #1456a0;
    font-weight: bold;
   margin: 20px 0;
}
 .content-box  .statis span {
   font-size: 16px;
}
 .content-box  .statis ul { overflow: hidden }
 .content-box  .statis.sideBar ul li {  float: left; width: 50%; font-size: 14px; line-height: normal; color: #666;  border: none; position: relative }
.content-box  .statis.sideBar ul li:first-child::after {
    content: '';
   position: absolute;
   right: 0;
   top: 50%;
  transform :translateY(-50%);
  width: 1px;
   height: 20px;
    background: gainsboro;
} 
 .content-box  .statis ul li p { margin: 0; line-height: 3em }
 .content-box  .statis ul li span { font-size: 12px; color: #999 }


.content-box .row{
    margin: 0;
    padding: 0 12.5%;
}
.content-box>.title {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #004998;
}
.content-box .title h3 {
    margin: 0;
    color: inherit;
}
.content-box .tabs span {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    background: #f5f5f5;
    border: 1px solid #D6DCE0;
    cursor: pointer;
    margin-bottom: 50px;
}
.content-box .tabs .active {
    color: white;
    background: url(../image/select_bg.png) center / 100% 100%;
}
.content-box .sideBar {
    box-shadow: 0 0 5px 0px rgba(0,0,0,.2);
    font-size: 18px;
    color: #333;
    padding: 1px 30px 30px;
    margin-bottom: 20px
}
.sideBar p {
    margin: 0;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.sideBar p.user { display: none }
.sideBar .user span {
    font-size: 14px;
    color: #024897;
    margin-left: 10px;
}
.sideBar p span { cursor: pointer; }
.content-box .sideBar ul {
    padding: 0;
    list-style: none;
    text-align: center;
    
}
.content-box .sideBar ul li {
    line-height: 60px;
    border-bottom: 1px solid #D1D7DC;
    cursor:  pointer;
}
.content-box .sideBar ul li i { color: #999; font-size: 20px; }
.content-box .sideBar ul li.select,.sideBar ul li.select i { color: #1456a0; }
.content-box .sideBar .btn { 
    background: url(../image/btn1.png) center/105% 100%;
    width: 100%;
    color: white;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    border-radius: 5px;
 }

.advisory {
    width: calc(75% - 30px);
    min-height: 501px;
    margin-left: 30px;
    padding: 20px 28px;
    box-shadow: 0 0 5px 0px rgba(0,0,0,.2);
}
.advisory .loader_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(245, 245, 245, .3);
    opacity: 0;
    z-index: -1;
}
.advisory .common-question>.title, .advisory .my-question>.title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.advisory .common-question>.title span, .advisory .my-question>.title span{
    font-weight: bold;
    color: #024897;
}
.advisory .common-question>.title .search-box,  .advisory .my-question>.title .search-box{
    width: 36%;
}
.advisory .common-question>.title .search-box input, .advisory .my-question>.title .search-box input { border-width: 1px; }
.advisory .common-question>.title .search-box .btn, .advisory .my-question>.title .search-box .btn{ background: #1456a0 }
.advisory .common-question>.title span i, .advisory .my-question>.title span i  { font-weight: normal; font-size: 20px; vertical-align: middle; }

.advisory .common-question ul,  .advisory .my-question ul{
    font-size: 16px;
    padding: 0;
    list-style: none;
    margin: 20px 0;
}
.advisory .common-question ul li, .advisory .my-question ul li {
    background: #f5f5f5;
    padding: 25px;
    margin-bottom: 20px;
}
.advisory .common-question ul li p , .advisory .my-question ul li p{
    margin-bottom: 20px;
}
.advisory .common-question ul .reply, .advisory .my-question ul .reply { margin: 0 }
.advisory .common-question ul .processing, .advisory .my-question ul .processing { color: #f75555 }
.advisory .common-question ul li p.title,  .advisory .my-question ul li p.title{
    font-weight: bold;
}
.advisory .common-question ul li span, .advisory .my-question ul li span {
    color: #014896;
    font-weight: normal
}
.advisory .paganation {
    text-align: center;
    display: none;
}
.advisory .paganation * {
    padding:  6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 4px;
}
.advisory .paganation .prev,  .advisory .paganation .next { cursor: pointer }
.advisory .paganation a {
    color: inherit;
}
.advisory .paganation .select {
    background: #1456a0;
    border-color: #1456a0;
    color: white;
}
.advisory .paganation a.ellipsis { cursor: auto }
.advisory .paganation .disable {
    cursor: not-allowed;
    color: #999;
}
.submit-question * { margin: 0;padding: 0; }
.submit-question ul, .submit-success ul{
    margin-top: 8px;
    padding: 14px 0;
    padding-left: 30px;
    list-style: none;
    font-size: 16px;
    color: #024897;
    line-height: 30px;
    background: url(../image/ul_bg.png) center / 100% 100%;
}
.submit-question ul li::before, .submit-success ul li::before {
   content: "•";
   position: relative;
   left: 0px;
   margin-right: 10px;
   font-size: 27px;
   vertical-align: middle;
}
.submit-question p {
    font-size: 20px;
    line-height: 80px;
    color: #024897;
    font-weight: bold;
}
.submit-question p i { 
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
 }
 .submit-question div { position: relative; font-size: 16px; }
 .submit-question input, #content {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #eee;
    background: #f5f5f5;
    padding: 12px 136px 12px 58px;
    margin-bottom: 20px;
 }
.submit-question .tip {
    display: none;
    font-weight: normal;
    text-align: center;
    color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
 #content {
    padding: 9px 10px 27px 58px;
    height: 270px;
    min-height: 120px;
    max-height: 270px;
    margin-bottom: 40px;
}
 .submit-question div span {
     position: absolute;
     color: #000;
     top: 10px;
 }
 .submit-question div span:first-child {
     left: 10px;
 }

.submit-question div span:first-child b {
    color: red;
    vertical-align: sub;
    margin-right: 5px;
}

 .submit-question div span:last-child {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 10px;
    font-size: 14px;
    color: #999;
}
#content + span {
    bottom: -21px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-top: none;
    padding-right: 20px;
    text-align: right;
}
#content::-webkit-scrollbar, .submit-success .content::-webkit-scrollbar  {
    width: 6px; 
}
#content::-webkit-scrollbar-thumb, .submit-success .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #dedede;
}
#content::-webkit-scrollbar-track, .submit-success .content::-webkit-scrollbar-track {
    /* background: #f5f5f5; */
}


#imgCode { padding-left: 105px }
#imgCode + span img { cursor: pointer }
.submit-question .btn {
    font-size: 16px;
    padding: 10px 25px;
    margin: 0 10px;
    color: #999;
    background: none;
    border: 1px solid #cdd4da;
    border-radius: 20px;

}
.submit-question .btn:active {
    background: none;
    color: #999;
    border-color: #cdd4da;
}
.submit-question div .btn:last-child {
    border-color: #024897;
    background: #024897;
    color: #fff;
}
.submit-success .tip {
    line-height: 1;
    text-align: center;
    font-size: 26px;
    color: #f75555;
    margin: 0;
    margin-bottom: 60px;
}
.submit-success .tip i {
    display: block;
    font-size: 40px;
    margin: 25px 0;
}
.submit-success .return .pull-right { cursor: pointer }  
.submit-success ul {
    padding: 0;
    margin: 0;
    background: none;
}
.submit-success .return {
    height: 70px;
    line-height: 70px;
    margin: 0;
    font-size: 20px;
    color: #024897;
}
.submit-success .return .pull-right {
    font-size: 14px;
    color: #666;
}
.submit-success div {
    padding: 12px;
    font-size: 16px;
    color: #000;
    border: 1px solid #eee;
    background: #f5f5f5;
}
.submit-success div:nth-of-type(-n+3) {
   width: 31.33%;
}
.submit-success .name { margin: 0 3%; }
.submit-success .title {
    margin: 21px 0;
    text-indent: -41px;
    padding-left: 53px;
}
.submit-success .content {
    max-height: 150px;
    overflow-y: scroll;
    text-indent: -41px;
    padding-left: 53px;
}
#loginModal .modal-dialog {
    margin-top: 12%;
} 
#loginModal .modal-header, #loginModal .modal-content {
    border: none;
}
.modal-body { padding: 0 15%; }
#loginModal .modal-body p {
    color: #999;
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 100px;
}
#loginModal .modal-body p span {
    padding: 0 45px;
    cursor: pointer;
}
#loginModal .modal-body p span:last-child { border-left: 1px solid #b2b2b2; }
#loginModal .modal-body p .active { color: #024897; }
.modal-body .register_form .input {
    text-indent: 5em;
}
.modal-body .input-group { width: 100%; padding-bottom: 20px;}
.modal-body .input-group span {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #333;
    z-index: 4;
    font-size: 16px;
}

.modal-body .input-group  span.input-prefix b {
    color: red;
    margin-right: 5px;
    vertical-align: sub;
}

.modal-body .input-group input {
    text-indent: 4em;
    border: 1px solid #eee;
    background: #f5f5f5;
}
.modal-dialog .btn {
    background: #024897;
}
.modal-footer { text-align: center; padding: 36px; }
.modal-footer button {
    width: 60%;
    border-radius: 25px;
    font-size: 20px;
    height: 50px;
    color: #fefefe;
}
.modal-footer .register:active {
    background: none;
    border-color: #024897;
}
.modal-footer .login:active { background: #024897 }
.modal-footer button.register {
    background: none;
    color: #024897;
    border: 1px solid;
}
.modal-footer p {
    display: none;
    margin: 0;
    margin-top: 15px;
    color: #f75555;
}
@media only screen and (min-width: 768px) {
   #loginModal .modal-dialog { width: 450px; }
   
    
}
@media only screen and (max-width: 992px) {
  .content-box .row{ padding:0;}
  .advisory{width: calc(100% - 30px); margin-left:15px;}
  .advisory .common-question>.title, .advisory .my-question>.title{display:block;}
  .advisory .common-question>.title .search-box, .advisory .my-question>.title .search-box{width:100%;margin-top:20px;}
}