.container .main .banner {
    height: 400px;
    width: 100%;
    margin-top: 50px;
}

.container .main .banner img {
    width: 100%;
    height: 100%;
}

.container .main .banner-box {
    position: absolute;
    top: 180px;
    left: 360px;
    z-index: 999;
    color: #fff;
}

.container .main .banner-box .title {
    font-size: 24px;
}

.container .main .banner-box .memo {
    font-size: 48px;
}

.container .main .banner-box .bottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.container .main .banner-box .bottom .icon {
    cursor: pointer;
    width: 24px;
    height: 22px;
}

.container .main .banner-box .bottom .colline {
    margin: 0 10px;
}

.container .main .banner-box .bottom .icon img {
    width: 100%;
    height: 100%;
}

.container .main .content {
    height: 100%;
    background: #F5F5F5;
}

.container .main .content .content-wrap {
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto;
}

.container .main .content .content-wrap .cont-pro {
    background-color: #fff;
    margin-bottom: 20px;
}
.container .main .content .content-wrap .cont-pro .cont-head{
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .main .content .content-wrap .cont-pro .cont-head span{
    color: #333333;
    font-size: 24px;
}
.container .main .content .content-wrap .cont-pro .cont-head .more{
    color: #333333;
    display: flex;
    align-items: center;
}
.container .main .content .content-wrap .cont-pro .cont-center{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.container .main .content .content-wrap .cont-pro .cont-center .img{
    margin: 10px 0;
    text-align: center;
    transition: 0.2s;
}

.container .main .content .content-wrap .cont-pro .cont-center .img img{
    margin-bottom: 10px;
    width: 272px;
    height: 156px;
    border-radius: 10px;

}
.container .main .content .content-wrap .cont-pro .cont-center .img:hover{
    transform: scale(1.05);
}
.container .main .content .content-wrap .cont-pro .cont-center .op{
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
}
.container .main .content .content-wrap .cont-pro .cont-main{
    display: flex;
    flex-direction: column;
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item{
    padding: 10px;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item .cont-left{
    /*width: 600px;*/
    max-width: 600px;
    display: flex;
    align-items: center;
    transition: 0.2s;
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item .cont-left:hover{
    transform: scale(1.05);
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item .cont-left img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item .cont-right{
    padding: 0 20px;
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item .cont-right p{
    margin: 5px 0;
    color: #1D1D1D;
    font-size: 22px;
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item .cont-right .memo{
    color: #5F5F5F;
    line-height: 1.8;
}
.container .main .content .content-wrap .cont-pro .cont-main .cont-item:last-child{
    border: none;
}

.content .part3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.content .part3 .pages{
    display: flex;
}
.content .part3 .pages .curr{
    background: #6A17D4;
}

.content .part3 .pages .curr a{
    color: #FFFFFF !important;
}
.content .part3 .pages li{
    background: #FFFFFF;
    border-left: 1px solid #cccccc;
    padding:5px;
    color: #0c0c0c !important;
}
.content .part3 .pages li:first-child{
    border: none;
}
.content .part3 .pages li:hover{
    background: #f0f0f0;
}
.content .part3 .pages li a{
    color: #0c0c0c !important;
    padding:5px 15px;
}
.content .part3 .pages li .span{
    color: #0c0c0c !important;
    padding:5px 15px;
}
.content .part3 .more{
    margin-right: 10px;
}
.content .part3 .downimg{
    width: 20px;
    height: 20px;
}