

/* --------------------------------matter-list--------------------------------- */

.matter-boxx {
    width: 100%;
}

.matter-listt {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0 30px 0;
}

.matter-boxx .list-left {
    float: none;
    width: 100%;
    overflow: hidden;
}

.matter-boxx .list-l-title {
    width: 100%;
    overflow: hidden;
    border: 5px solid #f7f7ff;
}

.matter-boxx .list-l-title h4 {
    width: 16%;
    height: 110px;
    color: #1837b4;
    float: left;
    text-align: center;
    background-color: #f7f7ff;
}

.matter-boxx .list-l-title h4 p {
    font-size: 14px;
    font-weight: 600;
    font-family: "Trueno Light";
    padding-top: 28px;
}

.matter-boxx .list-l-title h4 span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    font-family: "Trueno Light";
    margin-top: 6px;
}

.matter-boxx .list-l-title h5 {
    width: 28%;
    height: 110px;
    float: left;
    text-align: center;
    position: relative;
}

.matter-boxx .list-l-title h5 span {
    display: block;
    font-size: 18px;
    color: #111111;
    font-weight: bold;
    margin-top: 18px;
}

.matter-boxx .list-l-title h5 p {
    width: 90%;
    margin-left: 5%;
    height: 38px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #3b3e79;
    opacity: .65;
    line-height: 18px;
    margin-top: 16px;
}

.matter-boxx .list-l-title h5 i {
    width: 1px;
    height: 90px;
    background-color: #ededf9;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
}

.matter-boxx .list-l-img {
    width: 100%;
    padding: 30px 0 12px 0;
    overflow: hidden;
}

.matter-boxx .list-l-img img {
    width: 100%;
    object-fit: cover;
}

.matter-boxx .list-l-words {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.matter-boxx .list-l-words h2 {
    width: 94%;
    font-size: 24px;
    color: #1837b4;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.matter-boxx .list-l-words p {
    margin-top: 12px;
    font-size: 12px;
    word-wrap: break-word;
    color: #999999;
    width: 90%;
    line-height: 22px;
}

.matter-boxx .list-l-arrow {
    width: 100%;
    overflow: hidden;
    padding: 16px 0 24px 0;
}

.matter-boxx .list-l-arrow h5 {
    width: 100%;
    color: #999999;
    margin-top: 10px;
}

.matter-boxx .list-l-arrow h5:hover {
    color: #1837b4;
}

.matter-boxx .list-l-arrow h5 img {
    width: 8px;
    height: 10px;
    float: left;
    margin-top: 3px;
}

.matter-boxx .list-l-arrow h5 p {
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 4%;
}

.matter-boxx .list-l-line {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #f5f5f5;
    margin: 10px 0 10px 0;
}

.matter-boxx .list-l-ud {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    padding: 16px 0 10px 0;
}

.matter-boxx .ud-left {
    border: 1px solid #ebebeb;
    height: 28px;
    float: left;
    color: #999999;
    line-height: 19px;
	padding: 5px;
}

.matter-boxx .ud-left:hover {
    color: #1837b4;
}

.matter-boxx .ud-right {
    border: 1px solid #ebebeb;
    height: 28px;
    float: right;
    line-height: 19px;
    color: #999999;
	padding: 5px;
}

.matter-boxx .ud-right:hover {
    color: #1837b4;
}

.matter-boxx .list-right {
    float: left;
    width: 30%;
    height: 600px;
    overflow: hidden;
}

.matter-boxx .list-r-box {
    width: 80%;
    margin-left: 20%;
    overflow: hidden;
}

.matter-boxx .list-r-title {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.matter-boxx .list-r-title h4 {
    width: 90%;
    font-size: 18px;
    color: #1837b4;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.matter-boxx .list-r-menu {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.matter-boxx .menu-list {
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
}

.matter-boxx .menu-left {
    width: 30%;
    height: 100px;
    float: left;
}

.matter-boxx .menu-left h4 {
    width: 100%;
    height: 76px;
    background-color: #f7f7ff;
    text-align: center;
    color: #3b3e79;
}

.matter-boxx .menu-left h4:hover {
    color: #1837b4;
}

.matter-boxx .menu-left h4 span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    padding-top: 14px;
}

.matter-boxx .menu-left h4 p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}

.matter-boxx .menu-right {
    width: 70%;
    height: 100px;
    float: right;
}

.matter-boxx .menu-right h2 {
    width: 90%;
    margin-left: 5%;
    font-size: 16px;
    font-weight: inherit;
    color: #000000;
    height: 62px;
    word-wrap:break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.matter-boxx .menu-right h2:hover{
    color: #1837b4;
}

.matter-boxx .menu-right p {
    width: 90%;
    margin-left: 5%;
    font-size: 12px;
    color: #999999;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ----------------------------------events-box-------------------------------- */
.events-box{
    width: 100%;
    overflow: hidden;
    margin: 16px 0 20px 0;
    position: relative;
}

.events-title{
    width: 80%;
    margin: 0 auto;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
.events-title h4{
    font-size: 24px;
    width: 50%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    color: #111111;
    line-height: 50px;
    float: left;
}

.events-list{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 26px 0 40px 0;
}
.events-list>.swiper-wrapper{
    width: 100%;
}
.events-list h1{
    width: 290px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.events-list h1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.events-list h1 img:hover{
    transform: scale(1.1);
}


.LR-box{
    height: 50px;
    position: relative;
}
.swiper-button-leftT{
    position: absolute;
    top: 14px;
    right: 3%;
    width: 24px;
    height: 24px;
    border: 1px solid #d2d2d2;
    border-radius: 24px;
    cursor: pointer;
}
.swiper-button-leftT i{
    width: 8px;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    transform: rotate(180deg);
    background-image: url('../images/arrow.png');
}
.swiper-button-leftT:hover{
    border: 1px solid #1837b4;
}
.swiper-button-leftT:hover .leftT-l{
    width: 7px;
    height: 11px;
    background-image: url('../images/arrowh.png');
}

.swiper-button-rightT{
    position: absolute;
    top: 14px;
    right: 0%;
    width: 24px;
    height: 24px;
    border: 1px solid #d2d2d2;
    border-radius: 24px;
    cursor: pointer;
}
.swiper-button-rightT i{
    width: 8px;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    background-image: url('../images/arrow.png');
}
.swiper-button-rightT:hover{
    border: 1px solid #1837b4;
}
.swiper-button-rightT:hover .leftT-r{
    width: 7px;
    height: 11px;
    background-image: url('../images/arrowh.png');
}






/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {
.matter-listt {
    width: 90%;}
.events-title{
    width: 90%;
}
.events-list{
    width: 90%;
}
.events-list h1{
    width: 225px;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
}
	
}


@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1240px) {

.matter-boxx .matter-listt {
        width: 100%;
    }
.events-list {
        width: 100%;
    }
.events-title {
        width: 100%;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {

.matter-boxx .list-left {
    float: none;
    width:100%;
    overflow: hidden;
}
	
	
.matter-boxx .matter-listt {
        width: 96%;
        margin-left: 2%;
        padding: 20px 0 14px 0;
    }
.events-list {
        width: 96%;
        margin-left: 2%;
        padding: 26px 0 8px 0;
    }
.events-title {
        width: 96%;
        margin-left: 2%;
    }
.matter-boxx .list-left{
        width: 100%;
    }
.matter-boxx .list-right {
        display: none;
    }
.matter-boxx .list-l-title h4 span {
        font-size: 16px;
    }
.matter-boxx .list-l-title h4 p {
        font-size: 12px;
    }
.matter-boxx .list-l-title h5 span {
        font-size: 16px;
        margin-top: 24px;
    }
.matter-boxx .list-l-title h5 p {
        margin-top: 8px;
    }
.matter-boxx .list-l-words h2 {
        font-size: 18px;
    }
.matter-boxx .ud-left {
        height: auto;width: 100%;
        line-height: 22px;
    }
.matter-boxx .ud-right {
        height: auto;
        float: left;width: 100%;
        line-height: 22px;
        margin-top: 10px;
    }
.events-list .events-title h4 {
        font-size: 18px;
    }
.swiper-button-leftT {
        right: 16%;
    }
.swiper-button-rightT {
        right: 3%;
    }
 .events-list h1 {
        width: auto;
        height: 114px;
    }
}





