﻿ 
.right_list1 .h3,.right_list2 .h3,.right_list3 .h3{
    display: flex;
    height: 56px;
    width: 240px;
    font-family: 'my_font';
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}
.h3 span{
    font-size: 20px;
	font-weight: 600;
    color: #ee5400;
    margin-bottom: 7px;
}
.h3 a{
    font-family: 'my_font';
    font-size: 16px;
	font-weight: 400;
    color: #ee5400;
    margin-bottom: 7px;
}
.right_list1{
    padding-bottom: 10px;
}
.right_list1 ul{
    display: flex;
    width: 240px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 13px;
}
.right_list1 ul li{
    height: 108px;
    width: 116px;
}
.right_list1 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.right_list1>ul>li>a>img{
    margin: 0;
    float: none;
}
.Star_icon{
    position: absolute;
    width: 50px;
    height: 50px;
    left: -26px;
    top: -25px;
    background: #ee5400;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 5;
    line-height: 78px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.right_list1 li a i{
    position: absolute;
    top: 0;
    left: 18px;
    transform: rotate(45deg);
}
.right_list1 li a .icon-aixin{
    position: absolute;
    top: 2px;
    left: 15px;
    transform: rotate(45deg);
}
.Star_icon .icon-aixin{
    font-size: 20px;
}
.right_list1 li a font{
    display: flex;
    height: 28px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    color: #010101;
    background-color: #eee;
margin-top: -3px;
}
.right_list3 ul li a{
    display: flex !important;
    align-items: center;
}

.right_list3 li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
	height: 20px;
    background-color: #ee5400;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
    color: #ffffff;
    border-radius: 50%
}
.right_list3 li font{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    color: #000000;
    margin-left: 13px
}
.right_list3>ul{
    margin-top: 5px;
    margin-bottom: 23px;
}
.right_list3>ul>li{
    margin-top: 11px;
}
.siderbar_img{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.x-newsdetail>div {

    padding-left: 30px;

    padding-right: 30px;

    box-sizing: border-box;

}

.right_list2>div>ul>li{

    text-indent: 30px;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space: nowrap;

}

.b a{

    font-weight: bold;

}

.x-n-page{

    background-color: #fff;

    padding: 0;

    border-bottom: 1px solid #F0F0F0;

    border-top: 1px solid #F0F0F0;

    overflow: hidden;

}



.x-n-page p{

    width: 50%;

    display: flex;

    align-items: center;

    height: 120px;

    margin: 0;

    position: relative;

    cursor: pointer;

}

.x-n-page p .icon_font{

    position: absolute;

    display:block;

    width:12px;

    height:16px;

    background:url('images/mryc_icon.png')  no-repeat;

    top: 0;

    bottom: 0;

    margin: auto;

    transition: all .6s ease-in-out;

}

.x-n-page p .x_tex{

    display: block;

   width: 100%;



}

.x-n-page p:nth-child(1) .icon_font{

    background-position:0px 0px;

    left: 30px;

}

.x-n-page p:nth-child(2) .icon_font{

    background-position:-26px -24px;

    right: 30px;

}

.x-n-page p:nth-child(1):hover .icon_font{

    background-position:-26px 0px;

}

.x-n-page p:nth-child(2):hover .icon_font{

    background-position:0px -24px;

}

.x-n-page p:hover{

    background-color: #FF7F00;

}

.x-n-page p:hover .x_tex{

    color: #fff;

}

.x-n-page p:hover img{

    opacity: 1;

}

.x-n-page p:nth-child(1) .x_tex{

    margin-left: 70px;

    font-size: 16px;

}

.x-n-page p:nth-child(1){

    float: left;

    border-right: 1px solid #F0F0F0;

    margin-right:-1px; 

}

.x-n-page p:nth-child(2){

    float: right;

    justify-content: flex-end;

    border-left: 1px solid #F0F0F0;

    margin-left: -1px;

}

.x-n-page p:nth-child(2) a{

    margin-right: 70px;

}

.x-n-page p:nth-child(2) .x_tex{

    font-size: 16px;

}

.x-n-page p:nth-child(1):after{

    content: '';

    height: 18px;

    width: 1px;

    background-color: #F0F0F0;

    position: absolute;

    top: 0;

    bottom: 0;

    margin: auto;

    left: 50px;

}

.x-n-page p:nth-child(2):after{

    content: '';

    height: 18px;

    width: 1px;

    background-color: #F0F0F0;

    position: absolute;

    top: 0;

    bottom: 0;

    margin: auto;

    right: 50px;

}

.x-n-page p img{

    position: absolute;

    width: 25%;

    top: 0;

    bottom: 0;

    margin: auto;

    opacity: 0;

}

.x-n-page p:nth-child(1) img{

    right: 20px

}

.x-n-page p:nth-child(2) img{

    left: 20px;

}

.x-n-page .z{

    width:70px;

    margin-right:20px;

}

.x-n-page .z a{

    width:70px;

}

.right_list3 ul li a{

    display:block;

    width:220px;

    margin:0 auto;

}

    .x-news-nav{

        color: #999;

        }

    .x-news-nav>a{

        color: #999;

        transition: all .5s;

        margin: 0 5px;

    }

    .x-news-nav>a:hover{

        color: #ff7f00;

    }

    .x-tabs {

width: 100%;

min-width: 1200px;

font-size: 0;

padding: 40px 0 40px

}



.x-tabs .x-tabs-content {

width: 1200px;

margin: 0 auto;

text-align: left

}

.x-tabs .x-tabs-content a {

display: inline-block;

height: 40px;

position: relative;

background: #fff;

color: #8c8c8c;

font-size: 14px;

font-weight: 400;

text-align: center;

line-height: 40px;

margin: 0 8px;

border-radius: 28px;

-webkit-border-radius: 28px;

-moz-border-radius: 28px;

overflow: hidden;

padding: 0 19px 0 42px;

background-size: 660px;

background-image: url('images/biairzk7dmadwpwfzx.svg');

background-position-x:-136px;

}



.x-tabs .x-tabs-content a.focus {

background-color: #ff8e1f !important;

background-position-x:16px !important;

color: #fff;

font-weight: 700;

}

.x-tabs .x-tabs-content a:active {

background-color: #ff8e1f !important;

background-position-x:16px !important;

color: #fff;

font-weight: 700;}