@charset"utf-8";
.content{
  padding: 0 0 50px;
}

/* 通用页 */
.currency{
    width: 100%;
}
.currency .left{
    width: 278px;
}

.currency .left .head-title{
    width: 100%;
    height: 80px;
    position: relative;
}
.currency .left .head-title span{
    position: absolute;
    top:24px;
    left: 92px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.currency .left li.current {
    background: #1d6dab;
    color: #fff;
}
.currency .left .list {
    display: block;
    width: 278px;
    line-height: 68px;
    font-size: 18px;
    color: #262626;
    background: #F1F1F1;
    cursor: pointer;
    box-shadow: inset 0px -1px 0px 0px rgba(238, 238, 238, 0.004);
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
li .left-nav-title .rmore,.left-child-title .rmore{
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  border: 7px solid transparent;
  border-top-color: #999;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
li.current .left-nav-title.selected .rmore,
.left-child-title.selected .rmore,
.left-nav>li.current>.left-nav-title .rmore,
.left-nav>li.current>ul li.current>.left-child-title .rmore{
  top: 26px;
  border-top-color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.currency .left .list>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding:0 20px ;
}
.left-nav ul {
    display: none;
}

.left-nav>li>ul.more-list {
    width: 278px;
    color:#262626;
    font-weight: normal;
    background-color: #F1F1F1;
}
.left-nav>li>ul.more-list li{
  padding: 10px 20px;
  height: 68px;
}
.left-nav>li>ul.more-list li a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  padding-left: 20px;
}
.left-nav>li.current>ul li.current>.left-child-title, 
.left-nav>li>ul.more-list li.active a{
  background-color: #1d6dab;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.left-nav .current>ul {
    display: block;

}
.currency .left .list>p{
    position: relative;
    padding:0 20px ;
    }
.left-nav>li>ul{
    width: 278px;
    color:#262626;
    font-weight: normal;
    background-color: #F1F1F1;
}
  .left-nav>li>ul li{
    padding: 10px 20px;
    line-height: 68px;
    color:#262626!important;
    background-color: #F1F1F1!important;
  }
  .left-nav>li>ul li p{
    line-height: 48px;
    padding-left: 20px;
  }
  .left-nav>li.current>ul li>.left-child-title.selected{
    background-color: #1d6dab;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .left-nav>li.current>ul li>ul>li{
    width: 100%!important;
    line-height: normal;
    padding: 15px 0;
  }
  .left-nav>li.current>ul li>ul>li:last-child{
    border-bottom: none;
  }
  .left-child-title  .rmore{
    top: 20px;
  }

.news .hd ul li {
   width: auto;
}
.news .hd ul li a {
    width: auto;
    padding: 0 28px;
}

.currency .right.news {
    width: 882px;
    height:auto;
    font-size: 16px;
}

.currency .news-list li {
    line-height: 40px;
    padding: 0 14px;
}

.currency  .news-list li .news-date{
    right: 14px;
}


.page-center{
    text-align: center;
    margin-top: 50px;
}
.page {
    color: #666;
    margin: 0 auto;
}

/* 页数按钮样式 */
.page a {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    line-height:28px;
    color: #666;
    border: 1px solid #DCE0E0;
    text-align: center;
    margin: 4px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.page .active {
    background-color: #1d6dab;
    color: #FFF;
}

/* 页面数量 */
.page>span {
    color: #666;
}

.page #num,
.pageSub {
    display: inline-block;
    width: 40px;
    height: 30px;
    color: #1d6dab;
    border: 1px solid #1d6dab;
    text-align: center;
    margin: 0 5px;
    background: none;
}

.firstPage,
.nextPage,
.prevPage,
.pageSub,
.lastPage {
    width: 52px;
}

.nextPage,
.prevPage {
    width: 72px
}

@media screen and (max-width: 1200px) {
.news .hd{
    position: relative;
}

.currency .right.news {
    width: 100%;
    height:auto;
    font-size: .26rem;
}

.currency .news-list li {
    line-height: 2;
    padding: 0;
}

.currency  .news-list li .news-date{
    right: 0;
}

}