/* pagination */

#pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    float: right;
    padding-top: 5px;
}

#pagination>strong{
background: #f05861a3 !important;
}

#pagination>a, #pagination>strong {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 500;
}
#pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

#pagination a:hover:not(.active) {background-color: #ddd;}

/* end of pagination */

/*expert view */
 .expert_content_col
     {
        border-bottom:1px solid;   
     }
     
     .expert_content_col
     {
       margin-bottom: 20px;
      /* background-image: linear-gradient(to right, #64bbe0d4 10%, #ffffff 100%);*/
       background-position: 100% 0;
       background-size: 200% 100%;
       transition: all .4s ease-in;
       padding-top: 5px;
       padding-bottom: 5px;
     }
     
     .expert_content_col:hover 
     {
      /* background-image: linear-gradient(to right, #64bbe0d4 10%, #ffffff 100%);*/
       background-position: 100% 0;
       background-size: 200% 100%;
       transition: all .4s ease-in;
     }
     
     .expert_view_image img
     {
          width: 100%;
          height: 117px;
     }
     
     .expert_view_content h4
     {   
         font-size: 18px;
         color:#1588cb;
         text-align: left;
     } 
     
     .expert_view_content .expert_disc
     {
         margin-top: 10px;
         text-align: justify;
     }
     
     .expert_view_content .expert_date
     {
        float: right;
     }
     
     p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    font-weight: 540;
    font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Open Sans","Lantinghei SC","Microsoft YaHei",sans-serif;
}
.license_head, .need_head
{
    text-align: center;
    padding: 12px;
    background: #65c178;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    font-size:18px;
    color: #ffffff;
    font-weight:700;
}
.whyqyr{
font-size:16px;
padding-top:5px;
border-bottom:1px solid #cbcbcb;
line-height: 1;
padding-bottom: 10px;
font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Open Sans","Lantinghei SC","Microsoft YaHei",sans-serif;
}
.whyqyr b{
color:#65c178;
}
.whyqyrlast b{
color:#65c178;
}

.whyqyrlast{
font-size:16px;
padding-top:1px;
line-height: 1;
padding-bottom: 10px;
font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Open Sans","Lantinghei SC","Microsoft YaHei",sans-serif;
}
.fa-star{
font-size:16px;
color:#d72a26;
}
.background_banner_expertview_details_ext
{

    background-repeat: no-repeat;
    /* height: 200px; */
    padding: 80px;
    background-size: contain;
    background:linear-gradient(#22273d,#222838);
   
}
.entry-title{padding-bottom: 5px}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}