@charset"utf-8";
.content{
  padding: 0  0 70px;
}
.common-title a {
    color: #4293E4;
    font-weight: bold;
    padding: 0 12px;
}
/* อจำราณ */

.currency{
    width: 100%;
}
.currency .left{
  width: 307px;
}
.currency .right{
  width: 847px;
}
.top-title p{
  width: 100%;
  height: 84px;
  line-height: 84px;
  background: #4293E4;
  
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.top-title i{
  display: block;
  width: 100%;
  height: 8px;
  background: #9DCBF9;
}
.left-nav p{
  position: relative;
  width: 100%;
  line-height: 65px;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.left-nav>li>.left-nav-title{
  margin-top: 20px;
  background: #EBF5FF;
  border: 1px solid #4293E4;
}

.left-nav>.current>.left-nav-title {
  background: linear-gradient(176deg, #4293E4, #9DCBF9);
  border: none;
  color: #fff;
}
.rmore{
  display: block;
  position: absolute;
  top:20px;
  right: 20px;
  border: 8px solid transparent;
  border-top-color: #ccc;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.left-nav>.current>.left-nav-title .rmore{
   top:30px;
   border-top-color: #fff;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.left-nav>li>ul.more-list {
    width: 100%;
    color:#333;
}
.left-nav>li>ul.more-list>li>p{
  background-color:#B3D7FA ;
  border-bottom: 1px solid #fff;
}
.left-nav>li>ul.more-list>li>p.selected{
  color: #4293E4;
  font-weight: bold;
}
.left-nav>li>ul.more-list>li>ul>li>p{
  font-size: 16px;
  background-color:#C8E1FA;
  border-bottom: 1px solid #fff;
}
.left-nav>li>ul.more-list>li>ul>li>p.selected{
  color: #4293E4;
  font-weight: bold;
}

.left-nav .current>ul{
  display: block;
}



.currency .right .news {
    width: 100%;
}

.currency .news-list li {    
    font-size: 14px;
    color: #333333;
    line-height: 55px;
    padding-left: 23px;
    border-bottom: 1px dashed #CCCCCC;
}
.currency .news-list li:last-child{
  border-bottom: none;
}
.currency .news-list li i{
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 28px;
  left: 0;
  background-color: #CCCCCC;
}
.news-list li a {
    width: auto;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.currency  .news-list li:hover a{
  color: #4293E4;
}
.currency  .news-list li:hover i{
  background-color: #4293E4;
}


/*?อจำราณ?*/
@media screen and (max-width: 1200px) {
  .content {
      padding: 0 .3rem .5rem;
  }
  .common-title{
    position: relative;
  }
  .common-title>a {
  padding: 0 .3rem;
}
.currency .right {
    width:100%;
}
.currency .news-list{
  margin-top: .2rem;
}
.currency .news-list li {    
    font-size: .26rem;
    line-height: 3;
    padding-left: .3rem;
}
.currency .news-list li:last-child{
  border-bottom: none;
}
.currency .news-list li i{
  width: .13rem;
  height: .13rem;
  top: .36rem;
}
.news-list li a {
    width: 70%;
    display: inline-block;
}

.two-menu ul {
		width: 100%;
    background-color: #fff;
}
.two-menu ul li{
  
  text-align: center;
	padding:.2rem .2rem ;
	background-color: #EBF5FF;
  position: relative;
  border-bottom: 1px solid #fff;
}
.two-menu ul li a{
  color: #333;
  font-size: .26rem;
  font-weight: normal;
}
}