@charset "utf-8";
/* CSS Document */
@media (min-width: 1800px){
.wrap {
    margin: 0 auto;
	padding: 20px 30px;
	width: 70%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}	
}
@media (min-width: 1400px) and (max-width:1799px) {
.wrap {
    margin: 0 auto;
    margin-left: 0rem;
    margin-right: 0rem;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
}
@media (min-width: 1000px) and (max-width:1399px) {
.wrap {
    margin: 0 auto;
    margin-left: 0rem;
    margin-right: 0rem;
	padding: 30px 30px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}	
}
/*新闻列表*/
.news_part1 {
    margin-bottom: 40px;
}

.news_part1 dl {
    background-color: #d70b17;
    background-image: url(../images/back_04.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.news_part1 dt {
    float: left;
    width: 900px;
}

.news_part1 dd {
    overflow: hidden;
    padding: 0 40px;
    height: 450px;
}

.news_part1 dd .titm {
    color: #fff;
    font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
    padding: 30px 0;
}

.news_part1 dd .titm b {
    display: block;
    font-size: 48px;
}

.news_part1 dd .titm i {
    display: block;
}

.news_part1 dd .txt {
    padding-bottom: 20px;
}

.news_part1 dd .txt a {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}

.news_part1 dd .tet {
    color: #fff;
    line-height: 24px;
    padding-bottom: 20px;
}

.news_part1 dd .tat a {
    display: block;
    width: 31px;
    height: 10px;
    background: url(../images/ico_21.png) no-repeat right center;
}

.news_part1 dl:hover dd .tat a {
    width: 90px;
}

.news_part1 .pagination {
    position: absolute;
    left: 50%;
    margin-left: 250px;
    bottom: 30px;
}

.news_part1 .pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.news_part1 .pagination .swiper-active-switch {
    background: #000
}

.news_part1 dd div {
    transform: translateY(200px);
    transition: 0.7s;
    opacity: 0
}

.news_part1 dd .titm {
    transition-delay: 0.1s;
}

.news_part1 dd .txt {
    transition-delay: 0.2s;
}

.news_part1 dd .tet {
    transition-delay: 0.3s;
}

.news_part1 dd .tat {
    transition-delay: 0.4s;
}

.news_part1 .swiper-slide-active dd div {
    transform: translateY(0);
    opacity: 1
}

.news_part2 > ul {
    margin: -10px;
}

.news_part2 > ul > li {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.news_part2 dl {
    height: 470px;
    background: #fff;
    transition: 0.3s;
}

.news_part2 dt {
    display: block;
    position: relative;
}

.news_part2 .titm {
    color: #fff;
    font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px 40px;
}

.news_part2 .titm b {
    display: block;
    font-size: 48px;
}

.news_part2 .titm i {
    display: block;
}

.news_part2 dd {
    padding: 35px 40px 0 40px;
}

.news_part2 dd .iph_time {
    display: none;
}

.news_part2 dd .txt {
    padding-bottom: 60px;
    font-size: 18px;
    color: #333;
}

.news_part2 dd .tat i {
    display: block;
    width: 31px;
    height: 10px;
    background: url(../images/ico_02.png) no-repeat right center;
}

.news_part2 a:hover dd .tat i {
    width: 90px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.news_part2 .on_pic dd {
    padding: 25px 40px 0 40px;
}

.news_part2 .on_pic dt {
    height: 106px;
}

.news_part2 .on_pic dt img {
    display: none;
}

.news_part2 .on_pic dt .titm {
    color: #333;
}

.news_part2 .on_pic .txt {
    padding-bottom: 20px;
}

.news_part2 .on_pic .tet {
    line-height: 22px;
    color: #333;
    height: 150px;
    margin-bottom: 40px;
    overflow: hidden;
}

.news_part2 dl:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.news_part2 .page {
    position: relative;
    margin-top: 50px;
}

.news_part2 .page .but {
    text-align: center;
}

.news_part2 .page .but a {
    width: 154px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #d70b17;
    display: inline-block;
    border-radius: 4px;
    margin: 0 5px;
}

.news_part2 .page .but a:hover {
    background: #b80914
}

.news_part2 .page .paging {
    position: absolute;
    right: 0;
    top: 0
}

.news_part2 .page .paging span {
    float: left;
}

.news_part2 .page .paging .p1 {
    border: 1px solid #b5b5b5;
    background: #fff;
    border-radius: 4px;
}

.news_part2 .page .paging i {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 32px;
    font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 32px;
}

.news_part2 .page .paging i:hover {
    color: #d70b17
}

.news_part2 .page .paging b {
    float: left;
    width: 90px;
    line-height: 32px;
    text-align: center;
}

.news_part2 .page .paging .p2 {
    padding: 5px 0 0 10px;
}

@keyframes move {
    from {
        opacity: 0;
        transform: translateY(100px)
    }
    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

.case-main > .list > li > a > .mask {
    width: 328px;
    height: 367px;
}

.case-main > .list > li > a > .mask > .more {
    width: 328px;
}

.mainThree .new2 {
    width: 90%;
    float: left;
}

.mainThree .new li {
    padding: 25px 0;
    border-bottom: 1px solid rgba(77, 79, 78, 0.1);
    position: relative;
    transition: all .4s ease-out;
}
.mainThree .new li:last-child{
	border:none
}
/*.mainThree .new li:hover{*/
    /*-webkit-box-shadow: rgba(0,0,0,.12) 0 0 22px;*/
    /*-moz-box-shadow: rgba(0,0,0,.12) 0 0 22px;*/
    /*box-shadow: rgba(0,0,0,.12) 0 0 22px;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
/*}*/
.mainThree .new li i {
    width: 14px;
    height: auto;
    float: right;
    display: block;
    padding: 40px 0 40px 2%;
    box-sizing: content-box;
    position: relative;
}
.mainThree .new li i img{
    width: 15px;
}
.mainThree .new li i::after {
    width: 1px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    background-color: rgba(77, 79, 78, 0.1);
    position: absolute;
}

.mainThree .new2 h2 {
    font-size: 18px;
    color: #111;
    /*font-weight: bold;
    margin-bottom: 24px;*/
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mainThree .new2 h2 span{
    float: right;
}
.mainThree .new li:hover h2 {
    color: #0099cc;
}

.mainThree .new2 .p {
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    height: 48px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsDetail .right {
    height: auto;
    padding-bottom: 100px;
}

.newsDetail .right dl {
    height: auto;
    display: block;
    margin-top: 160px;
}

.newsDetail .right dl h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
}

.newsDetail .right dl .time {
    text-align: center;
    font-size: 14px;
    color: #777777;
    display: block;
    margin-bottom: 40px;
}

.newsDetail .right dl p {
    line-height: 24px;
    color: #333;
    font-size: 14px;
    margin-bottom: 12px;
}

.new_text_box .pre-next {
    width: 100%;
    padding: 3% 0 0;
    height: 43px;
    text-align: center;
    margin-top: 70px;
}

.new_text_box .pre-next .pre {
    background: url(../images/pre.png) left top no-repeat;
    margin-bottom: 6px;
}

.new_text_box .pre-next .new-menu {
    width: 43px;
    height: 43px;
    background: url(../images/menus.png) left top no-repeat;
    transition-duration: 400ms;
}

.new_text_box .pre-next .next {
    margin-bottom: 6px;
    background: url(../images/next.png) left top no-repeat;
}

.new_text_box .pre, .pre-next .next {
    width: 31px;
    height: 31px;
    transition-duration: 400ms;
    margin-bottom: 6px;
}

.new_text_box .pre-next a {
    display: inline-block;
    margin: 0 7px;
}

.new_text_box .pre-next .new-menu:hover {
    background: url(../images/menus.png) left bottom no-repeat;
}

.new_text_box .pre-next .pre:hover {
    background: url(../images/pre.png) left bottom no-repeat;
}

.new_text_box .pre-next .next:hover {
    background: url(../images/next.png) left bottom no-repeat;
}
.text-center{
	padding-bottom: 15px;
	padding-top: 15px;
}