.container{
    width: 80%;
    background-color: #fff;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
}
.left{
width: 65%;
}
.top{
    width: 100%;
    border: 1px solid lightgray;
    padding: 20px;
}
.top-tp{
    border-bottom: 1px solid rgb(238,238,238);
    padding-bottom: 10px;
}
.top-tp span{
    font-size: 20px;
    color: #333;
}
.top-tp a{
    color: rgb(131,199,60);
    font-size: 18px;
    float: right;
}
.top-und{
    display: flex;
    margin-top: 30px;
}
.top-und img{
    width: 50%;
}
.top-und p{
    width: 50%;
    margin-left: 30px;
    text-indent: 20px;
    line-height: 2;
    overflow: hidden;
}


.bottom{
    width: 100%;
    border: 1px solid lightgray;
    padding: 20px;
    margin-top: 30px;
}
.bot-tp{
    border-bottom: 1px solid rgb(238,238,238);
    padding-bottom: 10px;
}
.bot-tp span{
    font-size: 20px;
    color: #333;
}
.bot-tp a{
    color: rgb(131,199,60);
    font-size: 18px;
    float: right;
}
.bot-und {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.bot-und ul{
    width: 48%;
}
.bot-und ul li {
    padding: 10px;
    border-bottom:1px solid rgb(238,238,238) ;
}
.right{
    width: 25%;
    border: 1px solid lightgray;
    padding: 20px;
}
.right-tp{
    border-bottom: 1px solid rgb(238,238,238);
    padding-bottom: 10px;
}
.right-tp span{
    font-size: 20px;
    color: #333;
}
.right-tp a{
    color: rgb(131,199,60);
    font-size: 18px;
    float: right;
}
.right-bot {
    padding: 10px;
}

.right-bot li{
    display: flex;
    margin-top: 20px;
    height: 100px;

}
.right-bot li div{
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 20px;

}
.right-bot li div a{
    color: #333333;
    font-size: 18px;
}
.right-bot li div span{
    color: rgb(153,153,153);
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.sec-left{
    width: 65%;
    border: 1px solid lightgray;
    padding: 20px;
}
.sec-right{
    width: 25%;
    border: 1px solid lightgray;
    padding: 20px;
}
.sec-left-cent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-left-cent ul li{
    width: 45%;
    padding: 10px;
    border-bottom:1px solid rgb(238,238,238) ;
}
.sec-left-cent ul li a{
    color: #333333;
    font-size: 16px;
}
.sec-left-und span{
    font-size: 20px;
    display: block;
    margin: 10px;
}
.sec-left-und>div{
    display: flex;
    justify-content: space-between;

}
.tec{
    width: 18%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tec img{
    width: 100%;
    border-radius: 6px;

}
.sec-right-cen{
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid rgb(238,238,238);
}
.sec-right-cen img{
    width: 100%;
}
.sec-right-cen p{
    margin-top: 10px;
    text-indent: 24px;
    line-height: 2;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

.sec-right-und ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-right-und ul li{
    width: 90%;
    padding: 10px;
    border-bottom:1px solid rgb(238,238,238) ;
}
.sec-right-und ul li a{
    color: #333333;
    font-size: 16px;
}
.container-thr{
    width: 80%;
    box-sizing: border-box;
    background-color: #fff;
    margin:20px auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border:1px solid lightgray ;
    overflow: hidden;
}
.thr{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid rgb(238,238,238) ;

}
.thr-und{
    width: 100%;
    display: flex;
    margin-top: 20px;


}
.thr-und div{
    border: 1px solid rgb(238,238,238) ;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;

}
.thr-und>div img{
    width: 400px;
}
.thr-und>div span{
    padding: 5px;
    font-size: 18px;
}

@keyframes move {
    0% { transform: translateX(0); }
    25% { transform: translateX(-430px); }
    50% { transform: translateX(-840px); }
    75% { transform: translateX(-430px); }
    100% { transform: translateX(0); }
}

.thr-und {
    animation: move 10s linear infinite;
}
.thr-und:hover{
    animation-play-state:paused ;
}
.container a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-right-und a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.sec-right-und li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





