.container .main {
    margin-top: 80px;

}

.container .main .banner {
    width: 100%;
}

.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%;
}
.content {
    padding-bottom: 50px;
    height: 100%;
    background-color: #F5F5F5;
}

.content-wrap {
    margin: 0 auto;
    padding-top: 30px;
    width: 1200px;
}

.content-wrap .top {
    display: flex;
    background: #fff !important;
    overflow: hidden;
}

.content-wrap .img {
    width: 540px;
    height: 312px;
    transition: 0.2s;
    cursor: pointer;
}
.content-wrap .top .img:hover{
    transform: scale(1.05);
}
.content-wrap .img img {
    width: 100%;
    height: 100%;
}

.content-wrap .top .right {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 0 30px;
}

.content-wrap .top .right .date {
    color: #878787;
}

.content-wrap .top .right .title {
    margin: 30px 0;
    color: #1363FF;
    font-size: 22px;
}

.content-wrap .top .right .memo {
    color: #5F5F5F;
    font-size: 14px;
}

.content .content-wrap .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content .content-wrap .cont .cont-item {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.content .content-wrap .cont .cont-item .cont-img {
    width: 360px;
    height: 190px;
    transition: 0.2s;
    cursor: pointer;
}
.content .content-wrap .cont .cont-item .cont-img:hover{
    transform: scale(1.05);
}
.content .content-wrap .cont .cont-item .cont-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content .content-wrap .cont .cont-item .bottom {
    height: 80px;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    padding: 10px 0 0 10px;
}

.content .content-wrap .cont .cont-item .bottom .date {
    color: #878787;
    font-size: 16px;
}

.content .content-wrap .cont .cont-item .bottom .memo {
    margin-top: 10px;
    width: 312px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1F1F1F;
    font-size: 14px;
}


 .part3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
 .part3 .pages{
    display: flex;
}
 .part3 .pages .curr{
    background: #6A17D4;
}

 .part3 .pages .curr a{
    color: #FFFFFF !important;
}
 .part3 .pages li{
    background: #FFFFFF;
    border-left: 1px solid #cccccc;
    padding:5px;
    color: #0c0c0c !important;
}
 .part3 .pages li:first-child{
    border: none;
}
 .part3 .pages li:hover{
     color: #333333;
    background: #DDD;
}
 .part3 .pages li a{
    color: #0c0c0c !important;
    padding:5px 15px;
}
 .part3 .pages li .span{
    color: #0c0c0c !important;
    padding:5px 15px;
}
 .part3 .more{
    margin-right: 10px;
}
 .part3 .downimg{
    width: 20px;
    height: 20px;
}