:root {
    --zt_color--: rgb(157, 8, 12);
    --zt_deep_color--: rgb(107, 4, 7);
    --text_color--: #333;
    --transparent_text_color--: rgba(255,255,255,.6);
}
@media screen and (min-width: 1700px){
    .width1200{
        width: 1700px !important; 
        margin: 0 auto;
    }
}
.xrld{width:100%; max-width:1180px; margin:0 auto;}
					.xrld ul{
		    float: left;
		    padding: 0;
		    /* margin: 0; */
		    /* display: flex; */
		    list-style: none;
		    /* justify-content: flex-start; */
		    /* flex-wrap: wrap; */
		    width: calc(100% + 40px);
		    margin: 0 -20px;
		}
					.xrld ul li{
		    position: relative;
		    width: calc(50% - 102px);
		    max-width: 570px;
		    background: url(../imgs/bg_xrld.png) no-repeat left bottom;
		    padding: 30px;
		    margin: 20px;
		    border: 1px solid #ebdddd;
		    display: flex;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    float: left;
		}
					.xrld ul li:before{content:'';display:block;width: 200px;height: 128px;position: absolute;right: 30px;bottom: 0;background: url(../imgs/bg_xrld2.png) no-repeat center center;}
					.xrld ul li .pic{width: 168px;height: 228px;overflow:hidden;background:url(../imgs/bg_xrldpic.png);padding:5px;}
					.xrld ul li .pic img{width:100%;/* height: 100%; */}
					.xrld ul li .bt{max-width:302px;width: calc(100% - 188px);}
					.xrld ul li .bt h5{
    margin: 0;
    line-height: 30px;
    font-size: 28px;
}
					.xrld ul li .bt h5 a{
    color: #333;
    font-size: 28px;
}
					.xrld ul li .bt h6{
    font-size: 20px;
    color: #9d080c;
    /* line-height: 30px; */
    margin: 10px 0;
}
.hx{position:relative;width:100%; margin-bottom:10px; height:1px; background-color:#e5d2d3;}
.hx:before{position:absolute;left:0; top:0; width:60px; height:1px; background-color:#9d080c;}
					.xrld ul li .bt p{font-size:16px;line-height:25px;margin:0px 0;}
/* pc样式 */
@media screen and (min-width: 1024px){
        .width1200{
            box-sizing: border-box;
            width: 100%;
            padding: 0 20px;
        }
        .move-navigation {
        display: none;
    }
   

    .content {
        min-height: 800px;
    }


    /* 通用标题样式 */
    .currency-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid var(--zt_color--);
    }

    .currency-title-left {
        display: flex;
    }
    .currency-title-text {
        display: flex;
        align-items: center;
        height: 70px;
        padding-left: 45px;
        color: var(--zt_color--);
        font-size: 26px;
        font-weight: 700;
        background-repeat: no-repeat;
        background-size: 35px auto;
        background-position: left center;
        border-bottom: 3px solid var(--zt_color--);
    }
    .currency-title-en {
        margin-left: 10px;
        font-size: 24px;
        font-weight: 700;
        color: var(--zt_color--);
        display: none;
        align-items: center;
    }

    .currency-title-right>a {
        padding-right: 45px;
        font-size: 16px;
	    color: #333333;
        background-image: url(../icon/more_icon.png);
        background-position:right center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    /* 通用列表样式 */
    .currency-list{

    }

    .currency-list>li{
        border-radius: 10px;
        transition: all 0.5s ease;

    }
    .currency-list>li:hover {
        background-color: var(--zt_color--);
        transition: all .5s ease;

    }
    .currency-list>li>a{
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e2;
        transition: all 1s ease;
    }
    .currency-list>li:hover >a {
        border-bottom: 1px solid #ffffff;
        transition: all 1s ease;

    }
    .currency-list>li:hover >a>p {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li:hover >a>h2 {
        color: #ffffff;
        font-weight: 700;
    }
    .currency-list>li>a>p{
        flex: 1;
        padding-left: 20px;
        background-image: url(../icon/list_icon1.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 12px auto;
        color: var(--text_color--);
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .currency-list>li>a>h2{
        text-align: right;
        width: 100px;
        font-weight: 500;
        color: var(--text_color--);
        font-size: 14px;
    }


    /* 底部样式 */
    .bottom {
        background-color: var(--zt_color--);
        background-image: url(../imgs/bottom_bj.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto 380px;
    }

    .bottom-box{
        height: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottom-box-left{
        width: 750px;
    }
    .bottom-box-left>img{
        height: 80px;
        margin-bottom: 30px;
    }
    .bottom-box-left>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottom-box-left>ul>li{
        margin-bottom: 10px;
        width: 350px;
        font-size: 16px;
        color: var(--transparent_text_color--);
    }

    .bottom-box-center{
        width: 400px;
        padding-top: 50px;
    }
    .bottom-box-center>h2{
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .bottom-box-center>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottom-box-center>ul>li>a{
        display: flex;
        margin-bottom: 10px;
        width: 150px;
        font-size: 16px;
        color: var(--transparent_text_color--);
    }

    .bottom-box-right{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .bottom-box-right>h2{
        font-size: 20px;
        color: #ffffff;
    }
    .bottom-box-right>img{
        width: 120px;
        margin: 15px 0;
    }
    .bottom-box-right>p{
        font-size: 20px;
        color: #ffffff;
    }


    .banquan {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        background-color: var(--zt_deep_color--);
        color: var(--transparent_text_color--);
    }

}
@media screen and (max-width:1400px) {
.xrld ul li{padding:30px 20px; width:calc(50% - 82px);height:240px;}
}

@media screen and (max-width:1300px) {
.xrld ul li .pic{width:90px; height:auto;}
.xrld ul li .bt{width:calc(100% - 105px);}
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .width1200{
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    .top-nav {
        display: none;
    }
    .move-navigation {
        display: block;
    }



    .content {
        min-height: 400px;
    }

    /* 通用标题样式 */
    .currency-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid var(--zt_color--);
    }

    .currency-title-left {
        display: flex;
    }
    .currency-title-text {
        display: flex;
        align-items: center;
        height: 70px;
        padding-left: 50px;
        color: var(--zt_color--);
        font-size: 32px;
        font-weight: 700;
        background-repeat: no-repeat;
        background-size: 40px auto;
        background-position: left center;
        border-bottom: 3px solid var(--zt_color--);
    }
    .currency-title-en {
        margin-left: 10px;
        font-size: 24px;
        font-weight: 700;
        color: var(--zt_color--);
        display: none;
        align-items: center;
    }

    .currency-title-right>a {
        padding-right: 45px;
        font-size: 16px;
	    color: #333333;
        background-image: url(../icon/more_icon.png);
        background-position:right center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    /* 通用列表样式 */
    .currency-list{

    }

    .currency-list>li{

    }

    .currency-list>li>a{
        height: 65px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e2;
    }

    .currency-list>li:hover >a {
        border-bottom: 1px solid var(--zt_color--);
    }

    .currency-list>li:hover >a>p {
        color: var(--zt_color--);
        font-weight: 700;
    }
    .currency-list>li:hover >a>h2 {
        color: var(--zt_color--);
        font-weight: 700;
    }
    .currency-list>li>a>p{
        flex: 1;
        padding-left: 20px;
        background-image: url(../icon/list_icon1.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 12px auto;
        color: var(--text_color--);
        font-size: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .currency-list>li>a>h2{
        text-align: right;
        width: 150px;
        font-weight: 500;
        color: var(--text_color--);
        font-size: 20px;
    }


    /* 底部样式 */
    .bottom {
        background-color: var(--zt_color--);
        background-image: url(../imgs/bottom_bj.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .bottom-box{
        min-height: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    } 

    .bottom-box-left{
        width: 100%;
    }
    .bottom-box-left>img{
        display: block;
        margin: 15px auto;
        width: 90%;
    }
    .bottom-box-left>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bottom-box-left>ul>li{
        box-sizing: border-box;
        padding-right: 10px;
        margin-bottom: 10px;
        width: 50%;
        font-size: 16px;
        color: var(--transparent_text_color--);
    }

    .bottom-box-center{
        width: 100%;
        margin-top: 10px;
    }
    .bottom-box-center>h2{
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .bottom-box-center>ul{
        display: flex;
        flex-wrap: wrap;
    }
    .bottom-box-center>ul>li>a{
        display: flex;
        margin-bottom: 5px;
        font-size: 16px;
        color: var(--transparent_text_color--);
        padding-right: 10px;
    }

    .bottom-box-right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .bottom-box-right>h2{
        font-size: 16px;
        color: #ffffff;
    }
    .bottom-box-right>img{
        width: 120px;
        margin: 5px 0;
    }
    .bottom-box-right>p{
        font-size: 16px;
        color: #ffffff;
    }


    .banquan {
        padding: 15px 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        background-color: var(--zt_deep_color--);
        color: var(--transparent_text_color--);
    }
    .banquan>p {
        text-align: center;
    }
}
@media screen and (max-width:1000px) {
.xrld ul{width:100%; margin:0;}
.xrld ul li{width:calc(100% - 42px);margin:20px 0;height:auto; max-width:100%;background:none;}
.xrld ul li .pic{width:168px;height:228px;}.xrld ul li:before{display:none;}
.xrld ul li .bt{width:calc(100% - 188px);max-width:100%;}
}
@media screen and (max-width: 800px) {
    .width1200 {
        padding: 0 15px;
    }
    .currency-title {
        height: 50px;
    }
    .currency-title-text {
        height: 50px;
        font-size: 24px;
        padding-left: 40px;
        background-size: 28px auto;
    }
    .currency-title-en {
        font-size: 16px;
    }
    .currency-title-right>a {
        padding-right: 34px;
        font-size: 16px;
        background-size: 28px auto;
    }


    .currency-list>li>a {
        height: 40px;
    }
    .currency-list>li>a>p {
        padding-left: 15px;
        background-size: 10px auto;
        font-size: 16px;
    }
    .currency-list>li>a>h2 {
        width: 120px;
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
   .bottom-box-left>ul>li {
       width: 100%;
       display: flex;
       justify-content: center;
   }
}
@media screen and (max-width:480px) {
.xrld ul li{
    text-align: center;
    justify-content: center;
}
.xrld ul li .pic{
    display: inline-block;
    float: none;
}
.xrld ul li .bt{
    width: 100%;
}
}