.content {
	margin-top: 50px;
}

.content-content {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}

.translateList {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:30px;
    flex-wrap:wrap
}

.translateItem {
    text-align: center;
    margin-bottom: 10px;
    width: 20%;
}
        .translateItem > a {
            
        }
.itemTitle{
    margin-top:10px
}

.yiyuan-box {
    background-color: #fff;
}

.content-title {
	font-size: 1.875rem;
	color: #333333;
	font-weight: bolder;
}

.content-sub-title {
	margin-top: 12px;
	font-size: 0.875rem;
	color: #666666;
}

.yiyuan-list {
	margin-top: 1.875rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}
.yiyuan-item {
    display: flex;
    /*flex-direction: column;*/
    width: 100%;
    margin-bottom: 30px;
}
.yiyuan-item1>a {
	display: flex;
	justify-content:space-between;
	width: 100%;
	margin-bottom: 30px;
}
.yiyuan-left{width:30%;}
.yiyuan-item:nth-child(n + 4) {
	margin-top: 30px;
}

.img-box {
	width: 93px;
	height: 93px;
	overflow: hidden;
	position: relative;
}

.img-box img {
	width: 100%;
	height: 100%;
}

.jingying-box {
	width: 24%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/jybg.png");
	background-size: cover;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #fff;
}

.minying-box {
	width: 24%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 20%;
	background-image: url("../img/mybg.png");
	background-size: cover;
	padding-left: 2%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #fff;
}

.item-title {
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
}

.leibie-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}

.leibie-list>span:nth-child(n + 2) {
	border-left: 1px solid #999;
}

.leibie-list>span {
	width: 19%;
	height: 17px;
	color: #999999;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yiyuan-weizhi {
	margin-top: 20px;
}

.yiyuan-weizhi>span:nth-child(1) {
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
}

.yiyuan-weizhi>span:nth-child(2) {
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
}
.yiyuanList {
    margin-top: 1.875rem;
    width:100%;
    background-color:#fff;
    padding:20px;
    box-sizing:border-box;
    display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}
@media (max-width: 730px) {
    .yiyuanList {
        margin-top: 1.875rem;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        box-sizing: border-box;
    }
}
.yiyuanItem {
    width:48%;
    margin:10px 0
}
@media (max-width: 730px){
    .yiyuanItem {
        width: 100%;
        margin: 10px 0
    }
}
.yiyuanItem-box{
    display:flex;
    align-items:center
}
.yiyuanItem-box>img{
    width:93px;
    height:93px;
    margin-right:20px
}
.yiyuanItem-title{}
.yiyuanItem-title>a{
    font-size:12px;
    color:#999;
}
.yiyuanItem-content {
    font-size: 12px;
    margin: 10px 0 20px 0;
    color: #999;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}

.lineList {
    margin-top: 1.875rem;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}
@media (max-width: 730px) {
    .lineList {
        margin-top: 1.875rem;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
}
.lineListItem {
    width:30%;
    margin-bottom:10px
}
@media (max-width: 730px) {
    .lineListItem {
        width: 100%;
        margin-bottom: 10px
    }
}

.lineListItem-box {
    display: flex;
    align-items: center
}
.lineListItem-box > img {
        width: 93px;
        height: 93px;
        margin-right:20px
}
.listItemTitle {
    width:255px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.lineListItem-content {
    font-size: 12px;
    margin: 10px 0 20px 0;
    color: #999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.lineListItem-title>a{
    font-size:12px;
    color:#999
}
.banner_pc{ display:block;}
.banner_mode{display:none;}
@media screen and (max-width: 750px) {
    .banner_pc {
        display: none;
    }

    .banner_mode {
        display: block;
    }
}
    @media screen and (max-width: 860px) {
        .yiyuan-item {
            display: flex;
            flex-direction: column;
            width: 47%;
        }

            .yiyuan-item:nth-child(n + 4) {
                margin-top: 0px;
            }
    }

    @media screen and (max-width: 480px) {
        .yiyuan-item {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
    }

    .content-banner {
        width: 100%;
        margin: 30px 0;
        position: relative;
    }

        .content-banner > img {
            width: 100%;
        }

    .phone-call {
        width: 26%;
        height: 44%;
        background: linear-gradient(270deg, #FFA23F 0%, #FF7345 100%);
        position: absolute;
        right: 6%;
        top: 50%;
        transform: translate(0,-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

        .phone-call > a {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            color: #fff;
        }

            .phone-call > a > .iconfont {
                font-size: 25px;
                color: #fff;
                margin-right: 8px;
            }

    .zixun-box {
        padding: 50px 0;
        background-color: #F5F5F5;
    }

    .zixun-title {
        font-size: 30px;
        color: #333333;
        font-weight: bolder;
    }

    .zixun-jianjie {
        margin-top: 12px;
        font-size: 14px;
        color: #666666;
    }

    .zixun-content {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }

    .zixun-content-left {
        display: flex;
        flex-direction: column;
        width: 40%;
    }

    .zixun-img-box {
        width: 100%;
    }

        .zixun-img-box > img {
            width: 100%;
            height: auto;
        }

    .zixun-left-title {
        font-size: 16px;
        color: #333333;
        margin-top: 20px;
        font-weight: bolder;
    }

    .zixun-left-jianjie {
        font-size: 14px;
        color: #999999;
        margin-top: 10px;
    }

    .zixun-left-time {
        margin-top: 40px;
        color: #999999;
        font-size: 14px;
    }

    .zixun-content-right {
        width: 55%;
    }

    .zixun-item > a {
        display: block;
        padding: 20px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .zixun-item-left {
        display: flex;
        align-items: center;
    }

        .zixun-item-left span {
            display: block;
            margin: 0 .2rem;
        }

    .time-day {
        color: #4A1C80;
        font-weight: bolder;
    }

    .time-year {
        color: #333;
        font-weight: bolder;
    }

    .zixun-item-right {
        flex: 1;
        margin-top: 14px;
    }

    .zixun-item-right-title {
        font-size: 16px;
        color: #333333;
        font-weight: bolder;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .zixun-item-right-jianjie {
        font-size: 14px;
        color: #666;
        margin-top: 8px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .zixun-item {
        width: 49%;
        margin-bottom: 20px;
        transition: all .5s;
    }

        .zixun-item:hover {
            box-shadow: 0 6px 18px rgba(74,28,128,.1)
        }

    .zixun-item-right-title:hover {
        color: #4A1C80;
        text-decoration: underline;
    }

    .zixun-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    @media screen and (max-width: 860px) {
        .zixun-content {
            display: flex;
            flex-direction: column;
        }

        .zixun-content-left {
            width: 100%;
        }

        .zixun-content-right {
            width: 100%;
        }
    }

    @media screen and (max-width: 600px) {
        .phone-call > a {
            font-size: 12px;
        }

            .phone-call > a > .iconfont {
                font-size: 12px;
                display: none;
            }

        .zixun-item > a {
            padding: 18px;
        }
    }
