/*右侧导航栏*/
.article-rt{
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
}
a:hover{
  color: #0c59db;
}
a:hover span{
    color: #0c59db;
}
.widget{
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000014;
}
.menutitle .titlediv{
    padding: 7px 35px;
}
.menutitle .titlediv h4{
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}
.menutitle {
    background: url(../common/common-menutitlebg.png) left top no-repeat;
    background-size: contain;
    border-bottom: 1px solid #a7a7a7;
}
.sidelist{
    padding: 30px;
}
.widget .list li{
    display: inherit;
    padding: 4.5px 0;
    font-size: 20px;
}
.widget .list li:first-child{
    padding-top: 0px;
}
.widget .list li a{
    color: #565151;
}
.widget .list li a:hover{
    color: #336699;
}
.single-post .post-image{
  height: 86px;
  flex: 0 0 33.333333%;
    max-width: 33.333333%;

}
.single-post:not(:last-child){
    border-bottom: 1px solid #dbdde1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.media{
    display: flex;
    align-items: flex-start;
}
.sidelist .news-content h2 a, .single-post a{
    color: #2C2D3F;
    font-weight: 500;
}
.post-content{
    font-size: 14px;
    line-height: 20px;
    display: flex;
}


h3{
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 500;
    color: #151a33;
    margin: 0;
}

.cu-custom{
    display: none;
}
/*分页*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.ub-ac {
    -webkit-justify-content: center;
    justify-content: center;
}
.pager {
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}
.pager a, .pager span {
    width: 45px;
    height: 40px;
    border: 1px solid #EBEBEB;
    margin-left: -1px;
    color: #8a8a8a;
    display: inline-block;
    line-height: 40px;
    float: left;
    font-size: 15px;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 6px;
    background-color: #fff;
}
.pager {
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}
.pager a {
    cursor: pointer;
}
.pager .pg-prev[disabled='true'], .pager .pg-next[disabled='true'] {
    border-color: #eeeeee;
}
.pager .pg-first, .pager .pg-prev, .pager .pg-next, .pager .pg-last {
    background: white url(../common/common-pagebg.jpg) 8px 7px no-repeat;
}
.pager a:hover{
    border-color: #0776b5;
}
.pager .pg-prev, .pager .pg-prev:hover {
    background-position: 7px -21px;
}
.pager .pg-next, .pager .pg-next:hover {
    background-position: -21px -21px;
}
.pager .pg-last, .pager .pg-last:hover {
    background-position: -21px 7px;
}
.pager span.current {
    background-color: #0776b5;
    color: #fff;
    position: relative;
    z-index: 1;
}
.pager span.els {
    border-color: transparent;
}

/* 手机端加载更多 */

.load-btn{
  display: block;
  padding: 0.3rem;
}

.cu-btn.lg {
  padding: 0 0.4rem;
  font-size: 0.32rem;
  height: 0.81rem;
}

.bg-grey {
  background-color: #8799a3;
  color: #fff;
}

.load-btn {
  display: block;
  padding: 0.3rem;
}

.cu-btn {
  width: 100%;
  position: relative;
  border: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.3rem;
  font-size: 0.28rem;
  height: 0.65rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  margin-left: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  margin-right: 0;
  border-radius: 0.05rem;
}

/*手机端titile*/
.mobile-title {
    display: flex;
    padding-bottom: 2px;
    background-color: #fff;
  }
  .mobile-title .titledivword{
    font-size: 15px;
    padding: 9px 9px 9px 40px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 ;
    background-color: #306396;
    color: #fff;
    line-height: 1.3;
    margin-left: 0.05rem;
   
  }

  .index-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
    .titlemorediv{
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 ;
    flex-grow:1;
    justify-content: flex-end;
    position:relative;
    align-items:flex-end;
    color: #fff;
    display: flex;
    font-size: 0.22rem;
    line-height: 1.3;
}
    /*热搜词*/
.widget .tag {
    padding: 10px;
    list-style: outside none none;
}
.widget .tag li {
    display: inline-block;
    margin: 10px;
}
.widget .tag li a {
    color: #333;
    padding: 8px 14px;
    text-transform: capitalize;
    font-size: 13px;
    background: #fafcfe;
    border-radius: 4px;
    max-width: 100px;
    line-height: 30px;
    box-sizing: border-box;
}
.widget .tag a:hover {
    color: #fff;
    background: linear-gradient( 45deg, #0E90D5, #3032A2) !important;
    border-color: transparent;
}
.cut1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: inherit;
}