
.ar_title {
    /* display: flex; */
    /* align-items: center; */
    margin-bottom: 2.25rem;
}


.ar_title h3 {
    line-height: 1.1;
    font-size: var(--f40);
    color: #14151a;
    font-weight: bold;
}

.ar_title .tool {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    /* border-radius: .6rem; */
    border-bottom: 1px solid #e1e2e5;
	padding-bottom: 1.8rem;
}

.ar_title .tool .ver-center{
    gap: 3rem;
}

.ar_title .tool .date {
    font-size: var(--f14);
    color: #a5a5a5;
    line-height: 1;
    padding-top: .2rem;
}

.ar_title .tool .date span {
    font-size: var(--f15);
    color: #5f6060;
    line-height: 1;
    font-family: 'robm-font';
}

.ar_title .tool .goback {
    font-family: 'pingfangm-font';
    font-size: var(--f16);
    color: #212121;
    display: flex;
    align-items: center;
    gap: .6rem;
    cursor: pointer;
}

.ar_title .tool .goback .cir-icon {
    width: 1.8rem;
    background: var(--themeColor);
    color: #fff;
    overflow: hidden;
    transition: background .5s;
}
.ar_title .tool .goback .cir-icon svg{
    display: block;
    width: 50%;
    height: auto;
}
.ar_title .tool .goback .cir-icon:hover{
    background: var(--themeColor);
}

.ar_title .tool .goback .cir-icon i {
    font-size: var(--f22);
}

.ar_title .tool .goback:hover .cir-icon {
    /* transform: rotate(0); */
}

.left_con {
    /*background: linear-gradient(180deg,#c9dfff 0%,transparent 60%);*/
    /* background: rgba(255, 255, 255, .5); */
    padding: 4rem 3.4rem;
	padding-left: 0;
	border-right: 1px solid #e1e2e5;
    /*border-radius: 2rem 2rem 0 0;*/
    /* border-radius: 2rem; */
}
.left_con .ar_article{
    
}


.right_con {
    width: 22rem;
    padding-left: 3rem;
    /* border-left: 2px solid #ecedee; */
    position: sticky;
    /*top: calc(var(--headerHeight) + 2rem);*/
    top: 0;
}

.right_con .list {
    /*
    position: sticky;
    top: calc(var(--headerHeight) + 2rem);
    */
}

.right_tuijian .list .tt {
    font-size: var(--f30);
    color: #14151a;
    font-family: 'pingfangm-font';
    font-weight: 400;
    /* font-weight: bold; */
}

.right_tuijian .list .subt {
    font-size: var(--f20);
    font-family: 'robb-font';
    color: #b3bbca;
    font-weight: 400;
    margin-bottom: 1rem;

}

.right_tuijian .list ul li a .date{
    font-size: var(--f14);
    font-family: 'robr-font';
    color: #7f7f7f;
    margin-bottom: .5rem;
}
.right_tuijian .list ul li a .tt {
    font-size: var(--f18);
    color: #14151a;
    transition: color .5s;
    margin-bottom: 1.5rem;
}
.right_tuijian .list ul li a:hover .tt{
    color: var(--themeColor);
}



.right_tuijian .ewms .tt {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: flex-start;
    gap: .8rem;
}

.right_tuijian .ewms .tt .i {
    font-family: 'robb-font';
    width: 2rem;
    height: 2rem;
    background: var(--themeColor);
    font-size: 1.5rem;
    color: #fff;
    border-radius: 50%;
    transform: scaleY(-1);
    display: flex;
    align-items: center;
    font-style: normal;
    justify-content: center;
}

.right_tuijian .ewms .tt h3 {
    font-size: var(--f30);
    font-weight: 400;
    font-family: 'pingfangm-font';
    color: #313131;
    margin-bottom: .2rem;
}

.right_tuijian .ewms .tt p {
    font-family: 'robb-font';
    font-size: var(--f18);
    line-height: 1.2;
    color: #cad2db;
    text-transform: uppercase;
}

.right_tuijian .ewms .ico {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.125rem 1.25rem;
    background-color: #eaebec;
    border-radius: .625rem;
    overflow: hidden;
    margin-bottom: .625rem;
}

.right_tuijian .ewms .ico:last-child {
    margin-bottom: 0;
}

.right_tuijian .ewms .ico .iconfont {
    width: 2.0625rem;
    height: 2.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    flex-shrink: 0;
}

.right_tuijian .ewms .ico .rr {
    width: 100%;
}

.right_tuijian .ewms .ico .rr {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.right_tuijian .ewms .ico .ewm {
    width: 6.125rem;
    height: 6.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: .3125rem;
    overflow: hidden;
}
.right_tuijian .ewms .cir-icon{
    border: 1px solid #dfe3eb;
}

.right_tuijian .ewms .cir-icon img{
    width: 60%;
}

.right_tuijian .ewms .ico .ewm img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.right_tuijian .ewms .ico h6 {
    font-size: var(--f16);
    color: #313131;
    font-weight: 400;
    font-family: 'pingfangm-font';
}





.ar_fot {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    margin-top: 3.5rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 2.25rem;
    gap: 2rem;
}

.ar_fot a{
	display: flex;
	align-items: center;
	margin-top: 1rem;
}

.ar_fot a span {
    font-size: var(--f18);
    color: var(--themeColor);
    display: block;
    /* margin-bottom: .6rem; */

}
/* .ar_fot a:last-child span{
    text-align: right;
} */

.ar_fot a h4 {
    font-size: var(--f18);
    color: #414141;
    transition: 0.3s;
    font-weight: 500;
	flex:1;
}

.ar_fot a:hover h4 {
    color: var(--themeColor);
}

.xuanting{
	position: sticky;
	top:calc(var(--headerHeight) + 2rem);
}