.list_list {
    font-size: 0;
}

.list_list li {
    display: inline-block;
    width: calc((100% - 100px) / 2);
    margin-right: 50px;
    margin-bottom: 50px;
}

.list_list li:nth-child(2n) {
    margin-right: 0;
}

.list_list li a {
    display: block;
}

.list_list li a .putImg {
    position: relative;
    max-height: 450px;
    overflow: hidden;
}

.list_list li a img {
    display: block;
    transition: all .4s;
}

.list_list li a .ctMain {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
}

.list_list li a .ctMain .b {
    font-size: 35px;
    line-height: 25px;
}

.list_list li a .ctMain .s {
    margin: 18px 0 40px;
    font-size: 20px;
    line-height: 25px;
}

.list_list li a .ctMain .btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    transition: all .4s;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid white;
    background-color: transparent;
}

.list_list li a:hover .ctMain .btn {
    border: 1px solid var(--themaGreen);
    background-color: var(--themaGreen);
}

.list_list li a:hover img {
    transform: scale(1.1);
}


/* 新闻 */

.news {
    margin-top: 125px;
}

.news .head_module {
    display: flex;
    padding-bottom: 35px;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 3px solid #000;
}

.news .head_module > * {
    line-height: 1;
}

.news .head_module .left {
    font-size: 40px;
	font-weight:bold
}

.news .head_module .right {
    color: #595757;
    font-size: 16px;
}

.news .news_list {
    padding-top: 50px;
    padding-bottom: 270px;
	width:105%;
	overflow:hidden;
}

.news .news_list li {
    width: calc((100% - 69px) / 4);
    margin-bottom: 23px;
    background-color: white;
	margin-right:19px;
	max-width:370px;
}

.news .news_list .initDiv {
    display: block;
    padding: 14px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.news .news_list .initDiv .putImg {
    margin-bottom: 15px;
}

.news .news_list .initDiv .putTxt {
    position: relative;
    display: flex;
    height: 125px;
    flex-direction: column;
	padding:15px 15px 0 15px;
    justify-content: space-between;
}

.news .news_list .initDiv .title {
    display: -webkit-box;
    overflow: hidden;
	font-weight:bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 23px;
    line-height: 30px;
}

.news .news_list .initDiv .time {
    font-size: 18px;
    line-height: 30px;
}

.news .news_list a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .7s;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    padding: 80px 85px 80px 45px;
    background-repeat: no-repeat;
}

.news .news_list a .putTxt {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.news .news_list a .title {
    font-size: 40px;
    line-height: 55px;
    color: white;
}

.news .news_list a .time {
    font-size: 18px;
    line-height: 18px;
    color: white;
}

.news .news_list li:hover a {
    opacity: 1;
    z-index: 1;
}


/* 剧中banner */

.bn {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bn .maxWidth {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    transform: translate(-50%, -50%);
}


@media (max-width:1024px) {
.news .news_list li{ width:30.33%;}
}


@media (max-width:768px) {
.news{ margin-top:15%;}
.news .news_list li{ width:46%;}
.news .news_list{ padding:10% 0 25%;}
.news .news_list a .title{ font-size:30px; line-height:45px;}
.news .head_module{ padding-bottom:15px;}
.news .head_module .left{ font-size:34px; line-height:35px;}
.news .head_module .right{ font-size:15px;}
.list_list li{width: calc((100% - 45px) / 2);}
.list_list li:not(:nth-child(3n)){ margin-right:0}
.list_list li:not(:nth-child(2n)){ margin-right:45px;}
}


@media (max-width:640px) {
.news .news_list li{ width:44%;}
.news .news_list .initDiv .title{ font-size:18px; line-height:25px;}
.news .news_list .initDiv .time{ font-size:14px;}
.news .news_list .initDiv .putImg img{ width:100%;}
.news .news_list a .title{ font-size:26px; line-height:40px;}
.news .head_module .left{ font-size:26px; line-height:30px;}
.list_list li a .ctMain .b{ font-size:28px;}
.list_list li a .ctMain .s{ font-size:16px;}
}

@media (max-width:480px) {
.news .news_list{ width:100%;}	
.news .news_list li{ width:100%; max-width: inherit}
.list_list li{ width:100%; margin-right:0 !important}
}



