.list-news {
    margin-top: 0px;
    margin-bottom: 40px;
}
.list-news .list-ul {
    width: 100%;
    margin: 0 auto;
}
.list-news .list-ul li:first-of-type {
    width: 100%;
    margin-top: 0;
}
.list-news .list-ul li {
    width: 33%; 
    display: inline-block;
    margin-top: 70px;
}

.list-news .list-ul li a{
    display: block;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.list-news .list-ul li:first-of-type .news-imgbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.list-news .list-ul .news-imgbox {
    overflow: hidden;
    position: relative;
}

.news-imgbox::before {
    content: "";
    display: block;
    padding-top: 55.81395%;
}
.list-ul .news-imgbox img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-ul li:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.list-news .list-ul li:first-of-type .news-intro {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
}
.list-news .list-ul li .news-intro {
    border: 1px solid rgba(112 112 112 / 23%);
}

.news-intro .txt {
    padding: 40px 25px 10px;
}
.list-ul li:first-of-type .news-intro .txt {
    padding-right: 40px;
    padding-left: 40px;
}
.news-intro .txt h2 {
    height: 65px;
    line-height: 1.5;
    color: #1E1E1D;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-intro .txt .desc {
    margin-top: 15px;
    height: 56px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.list-ul li:first-of-type .news-date {
    position: absolute;
    right: 40px;
    left: 40px;
    bottom: 60px;
}
.list-ul li .news-date {
    font-size: 14px;
    line-height: 30px;
    color: #777;
    text-transform: uppercase;
    margin-top: 70px;
}

.list-ul li .news-more {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    border-top: 1px solid rgba(112 112 112 / 23%);
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #333;
}
.list-ul li:first-of-type .news-more {
    padding-left: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.list-ul li a:hover .news-more {
    color: #1E1E1D;
}
.list-ul li .news-more .icon-next {
    position: absolute;
    top: 0;
    right: 10px;
    overflow: hidden;
    background: url(news-icon01.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 24px;
}
.list-ul li:hover .icon-next {
    -webkit-animation: outRightIn 1s ease;
    animation: outRightIn 1s ease;
}

.fenye ul {
    text-align: center;
    margin-bottom: 50px;
}
.fenye li {display: inline-block;margin-top:25px;}

.fenye li a {
	padding: 12px 18px;
	border: 1px solid #ccc;
	margin-left: 10px;
	background: #FFF;
	color: #000;
	line-height: 20px;
	    display: block;
		border-radius: 10px;
}
.fenye li a:hover,
.fenye li.active a { 
	border: 1px solid #4975C6;
	background: #4975C6;
	color: #fff;
}

.fenye .thisclass a {
	display:block;
	color: #fff;
	padding: 12px 18px;
	border: 1px solid #4975C6;
	background: #4975C6;
	color: #fff;
}
.fenye .pageinfo {display:none}

.list-news-width {
    margin-top: 70px;
    margin-bottom: 70px;
}
.list-news-width .news-ul {
    
}
.list-news-width .fl-pic {
    float: left;

}





.question-list li {
    /* border: 1px solid #e5e5e5; */
    margin-bottom: 50px;
    background: #f7f7f7;
}
.list-join .ques01 {
    overflow: hidden;
    padding: 25px 30px 10px;
    cursor: pointer;
}
.list-join .ques01 .zhiwei {
    background: url(/css/news/arrow_off.png) no-repeat 99%;
}
.list-join .ques01 .zhiwei h3 {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    background: url(/css/images/job.png) no-repeat left;
    background-size: 40px;
    padding-left: 48px;
}
.list-join .ques01 .gangwei,
.ques-txt .gangwei {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}
.list-join .ques01 .gangwei .item,
.ques-txt .gangwei .item {
    width: 25%;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    color: #666666;
}

.ques-txt {
    padding: 0px 40px 20px;
    color: #666666;
    font-size: 15px;
    line-height: 1.5;

}
.ques-txt .detail {
    color: #666666;
    font-size: 15px;
    line-height:2;
    padding-top: 10px;
}
.ques-txt .detail strong.zhize {
    font-size:20px;
    display: block;
    padding-bottom: 10px;
    color: #333;
}
.ques-txt .detail .toudi {
    margin-top: 30px;
    color: #003f98;
    font-size: 18px;
    font-weight: bold;
}
.yingyongcp .huhan-xiangxi .ques-txt h2 {
    color: #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.yingyongtc .litebox-overlay .litebox-next {
    right: 0%;
    left: auto;
}
.yingyongtc .litebox-overlay .litebox-prev {
    left: auto;
    top: auto;
    bottom: 20px;
    z-index: 3;
    right: 6%;
}

.news-mainbody-fenlei{
    padding: 80px 0px 0px;
}
.news-mainbody-fenlei .fenlei {
    margin-bottom: 0;
    gap: 0px 20px;
    grid-template-columns: repeat(2, 1fr);
}
.news-mainbody-fenlei .fenlei .fl-item {
    padding: 20px 20px 0;
}

.search-page {
    padding: 40px 0px;
}
.allsearch_list {
    width: 100%;
    font-weight: normal;
    background: #f7f7f7;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .allsearch_list h3 {
    font-weight: normal;
    font-size: 16px;
  }
  .allsearch_list li {
    margin-bottom: 25px;
    margin-top: 10px;
    background: #fff;
    padding: 20px 15px;
  }


@keyframes outRightIn{
    0%{
        transform: translateX(0);
    }
    50%,60%{
        transform: translateX(100%);
    }
    61%{
        opacity: 0;
        transform: translateX(-100%);
    }
    62%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0);
    }
}