

.local {
    padding: 0 calc(50% - 601px);
    background: #FBF6F1;
}

.local a, .local .arrow {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 56px;
}

.list {
    padding: 20px calc(50% - 601px);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
}

.list .left {
    width:298px;
    margin-right: 31px;
}

.list .left ul li {
    text-align: center;
    line-height: 60px;
    background: #FBF6F1;
}

.list .left ul li:first-child {
    background: #990009;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.list .left ul li a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    width: 100%;
    height: 100%;
    display: block;
}

.list .left ul li .show {
    color: #990009;

}

.list .right {
    width: calc(100% - 329px);
}

.list .noleft {
    width: 100% !important;
}

.list .right .top {
    padding: 20px 14px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

.list .right .top::before {
    width: 6px;           /* 定义背景图的实际大小 */
    height: 18px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    background: #990009;
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    top: 52%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 3px;
}

.list .right .top span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    position: relative;
}

.list .right .top img {
    width: 118px;
    height: 9px;
    margin-top: 15px;
    margin-left: 18px;
}

.listBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eee;
    position: relative;
}

.listBar a {
    width: 80%;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listBar span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 70px;
}

.listBar::after {
    background: url('./home8.png') no-repeat;
    background-size: cover;
    width: 6px;           /* 定义背景图的实际大小 */
    height: 11px;
    content: '';            /* 必须为空字符串才能激活伪元素 */
    display: block;         /* 让伪元素成为独立块级单元 */
    position: absolute;     /* 使用绝对定位精确摆放位置 */
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
}

/*大小图联动轮播*/
.link-box{
	position: relative;
	width: 100%;
	height: 490px;
}
.link-picBig{
	position: relative;
	width: 100%;
	height: 404px;
	overflow: hidden;
    margin-bottom: 10px;
}
.link-picBig li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.link-picBig li a{
	display: block;
	width: 100%;
	height: 100%;
}
.link-picBig li a img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.link-picSmall{
	position: relative;
	overflow: hidden;
	height: 76px;
	width: 100%;
    overflow-x: scroll;
}
.link-picSmall ul{
	position: relative;
	height: 76px;
    width: 100%;
}
.link-picSmall li{
	position: absolute;
	float: left;
	height: 100%;
	width: 162px;
	margin-right: 14px;
	cursor: pointer;
}
.link-picSmall li img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.link-picSmall li i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.link-picSmall li.cur i{
	display: none;
}
.link-box .link-btn{
	display: inline-block;
	position: absolute;
	bottom: calc(50% + 30px);
	right: 16px;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.link-box .link-btn.prev{
	left: 16px;
}

.link-box .link-btn.next{
	transform: rotate(180deg);
}
/*大小图联动轮播结束*/

@media screen and (max-width: 768px) {
    .local {
        padding: 0 .2rem;
    }

    .list {
        padding: .2rem;
        display: block;
    }

    .list .right {
        width: 100%;
    }

    .list .left {
        width: 100%;
        margin-right: 0;
    }

    .list .left ul li:first-child {
        font-size: .3rem;
    }

    .list .left ul li {
        line-height: .6rem;
    }

    .list .left ul li a {
        font-size: .24rem;
    }

    .list .right .top {
        padding: .2rem;
    }

    .listBar span {
        font-size: .16rem;
        line-height: .76rem;
    }

    .listBar a {
        font-size: .20rem;
        line-height: .76rem;
    }

    .link-picBig {
        height: 4rem;
    }

    .link-picBig li a {
        height: 4rem;
    }

    .link-box .link-btn {
        bottom: calc(50% + 2rem);
    }
    
}