.block {
    width: 1400px;
    margin: 0 auto;
}

.body {
    min-width: 340px;
}

h2 {
    font-size: 90px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 170px; */
    padding-left: 258px;
    padding-bottom: 10px;
    z-index: 1;
    font-size: 20px;
    background-image: linear-gradient(to bottom, #0000009c,#ffffff00);
}


.language {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #ebebeb;
    font-size: 16px;
    padding-top: 11px;
    color: #7e7e7e;
    line-height: 22px;
    border-bottom-left-radius: 45px;
}

.language ul {
    float: left;
}

.search-box {
    float: right;
    margin-left: 44px;
    margin-right: 95px;
    border-radius: 8px;
    overflow: hidden;
}

.search-box input {
    float: left;
    width: 96px;
    height: 22px;
    background: #ffffff;
    padding-left: 11px;
    line-height: 22px;
}

input::placeholder {
    font-size: 16px;
    color: #d6d6d6 !important;

}

.search-box input[type="submit"] {
    float: left;
    width: 30px;
    height: 22px;
    border: #ffa93a;
    background: url(../images/search-bg.png) no-repeat;
    cursor: pointer;
}

.language ul li {
    float: left;
    margin-left: 88px;
}

.phone-search-btn-box {
    float: left;
    display: none;
}

.phone-search-btn {
    margin-left: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/search-bg.png) no-repeat;
    background-position: -2px;
    background-size: cover;
    border-radius: 5px;
    border: none;
    display: none;
    cursor: pointer;

}

.logo {
    float: left;
    margin-top: 48px;
}

/* 导航 */

.nav {
    float: right;
    margin-top: 98px;
    margin-right: 120px;
    color: #ffffff;
}

.nav ul>li {
    float: left;
    position: relative;
    margin-left: 40px;
}

.nav li ol {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    display: none;
    min-width: 100%;
    width: max-content;
    padding: 10px 20px;
    background-color: rgba(2, 33, 105, .7);
    line-height: 35px;
    text-align: center;

}

.nav li a:hover {
    color: #ffd53a;
}


/* 手机导航按钮 */
.phone-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    /* height: 40px; */
    transform: translateY(-20%);
    background: transparent;
    cursor: pointer;
    border: none;
    padding: none !important;
}

.phone-btn i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 8px;
    border-radius: 3px;
}

/* 手机菜单 */
.phone-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 2 !important;
}

.phone-nav .accordion {
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 5;
}

.phone-nav .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.phone-nav .accordion li:last-child .link {
    border-bottom: 0;
}

.phone-nav .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.phone-nav .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.phone-nav .accordion li.open .link {
    color: #1a42a0;
}



.phone-nav .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.phone-nav .submenu {
    display: none;
    background: #444359;
    font-size: 14px;
}

.phone-nav .submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.phone-nav .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.phone-nav .submenu a:hover {
    background: #a88b21;
    color: #fff;
}


.phone-search-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: none;
}

.phone-search-box div {
    display: inline-block;
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
}

.phone-search-box input[type="text"] {
    float: left;
    width: 80%;
    height: 40px;
    background-color: #fff;
    padding-left: 30px;
}

.phone-search-box input[type="submit"] {
    float: left;
    width: 20%;
    height: 40px;
    background: url(../images/search-bg.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;

}


/* 轮播图 */

.ban-slider {
    position: relative;
}

.ban-slider>.block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ban-slider .hd {
    position: absolute;
    right: 0;
    bottom: 44px;
z-index: 1;
}

.ban-slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;

}

.ban-slider .hd ul li {
    float: left;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 15px;


}

.ban-slider .hd ul li.on {
    color: #ffa93a;
    border: 1px solid #ffa93a;
}


.ban-slider .bd {
    position: relative;
    /*z-index: -1;*/
}

.ban-slider .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.ban-slider .bd video{
height: 113%;object-fit: cover;
}
.ban-slider .bd img,
.ban-slider .bd .video {
    width: 100%;
    height: 843px;
    display: block;
object-fit: cover;
overflow: hidden;
}

.ban-slider .bd .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    padding-top: 220px;
    padding-left: 102px;
}

.ban-slider .bd .text h2 {
    display: block;
    width: 1040px;
    padding-right: 100px;
    padding-bottom: 44px;
    margin-left: 102px;
    border-bottom: 1px solid #fff;
    font-size: 99.87px;
    line-height: 107px;
    color: #fff;
}

.ban-slider .bd .text p {
    width: 840px;
    margin-left: 102px;
    margin-top: 32px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}




/* 更多 */
.more {
    position: relative;
}


.more::after {
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
    right: -30px;
    font-family: "iconfont" !important;
    content: '\e65d';
    font-size: 20px;
}




/* 新闻 */

.news {
    padding-top: 88px;
    padding-bottom: 150px;
    background: #ebebeb;
}

.news h2 {
    color: #012169;
}

.news-hd {
    margin-top: 80px;
}

.news-item {
    float: left;
    width: 682px;
    height: 215px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    transition: all .5s;
}

.news-item:hover {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.137);
    transform: scale(1.05);
}

.news-item:nth-child(1) {
    margin-right: 35px;
}


.news-item a {
    display: block;
    width: 100%;
    height: 100%;
overflow: hidden;
}

.news-item img {
    float: left;
    width: 356px;
    height: 100%;
}

.news-item .h-content {
    float: left;
    height: 100%;
    width: 324px;
    padding: 30px 14px 35px 16px;
    border-left: 1px solid #b5b5b5;
    display: table;

}

.news-item .h-content h4 {
    height: 150px;
    font-size: 18px;
    line-height: 30px;
    color: #012169;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 5;
display: table-cell;
  vertical-align: middle;
}

.news-item .h-content p {
    margin-top: 12px;
    font-size: 12px;
    text-align: justify;
    color: #626262;
    line-height: 18px;
}

.news-bd {
    margin-top: 122px;
}

.b-content {
    position: relative;
    width: 748px;
    display: table;
    height: 395px;
    padding: 36px 36px 0 0;
}

.b-content>div {
    display: table-cell;
    vertical-align: middle;
}

.b-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 8px;
    background-color: #012169;
    content: '';
}

.b-content h3 {

    font-size: 48px;
    color: #012169;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 45px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
}

.b-content p {
    margin-top: 32px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #626262;
    line-height: 24px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
}

.b-content a {
    font-size: 24px;
    color: #012169;
    line-height: 24px;
}

.b-img {
    width: 630px;
    height: 354px;
    margin-top: 40px;
    padding-right: 16px;
    padding-bottom: 16px;
    background: url(../images/news-bg.png) no-repeat;
    background-position: right bottom;
    transition: all 0.5s;
}

.b-img:hover {
    transform: scale(1.05);
}

.b-img img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 200px;
}


/* 事件 */

.events {
    padding-top: 198px;
    padding-bottom: 132px;
    background: url(../images/eve-bg.png) no-repeat;
    background-size: cover;
}

.events h2 {
    padding-right: 286px;
    margin-bottom: 128px;
    text-align: right;
    color: #ffffff;
    text-align: right;
}

.events ul {
    position: relative;
}

.events .eve-big {
    float: left;
    position: relative;
    width: 682px;
    height: 503px;
    background: rgb(255, 255, 255);
    border-bottom-right-radius: 300px;
    overflow: hidden;
}

.events .eve-big a>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.events .eve-big:hover img {
    transform: scale(1.05);
}

.events .eve-big>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 62px 58px 26px;
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
}

.events .date {
    float: right;
    width: 138px;
    height: 30px;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 24px;
    background: #ffd53a;
    line-height: 30px;
    font-size: 14px;
    color: #595959;
    border-radius: 15px;

}

.events h3 {
    margin-bottom: 30px;
}

.events .date img {
    margin-right: 4px;
    margin-bottom: 3px;
}

.events .eve-big h3 {
    height: 150px;
    margin-top: 186px;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 5;
}

.events .eve-big p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: justify;
}

.events .eve-big a {
    color: #ffd53a;
    font-size: 24px;
}

.events .eve-item {
    position: relative;
    float: left;
    width: 336px;
    margin-left: 22px;
    background: rgb(255, 255, 255);
    transition: all .5s;
}



.events .eve-item:hover {
    transform: scale(1.05);
}

.events li:nth-child(n+4) {
    margin-top: 86px;
}

.events .eve-item .date {
    position: absolute;
    top: 0;
    right: 16px;
}

.events .eve-item a>img {
    width: 100%;
    height: 195px;
}

.events .eve-item .content {
    height: 310px;
    padding: 26px 24px 30px 18px;
}

.events .eve-item h3 {
    height: 150px;
    font-size: 22px;
    color: #02236c;
    line-height: 30px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 5;
}

.events .eve-item p {
    margin-top: 20px;
    margin-bottom: 46px;
    font-size: 12px;
    color: #626262;
    line-height: 18px;
    text-align: justify;
}

.events .eve-item a.more {
    font-size: 18px;
    line-height: 24px;
    color: #012169;
}

.events .eve-item a.more::after {
    font-size: 18px;
    transform: translateY(-45%);
}

.events .more-box {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.events .more-box>.more {
    display: block;
    width: 280px;
    height: 80px;
    padding-left: 42px;
    border: 2px solid #fff;
    font-size: 30px;
    color: #fff;
    line-height: 76px;
    transition: all .5s;
}

.events .more-box .more::after {
    right: 40px;
    transform: translateY(-45%);
    font-size: 23px;
}

.events .more-box .more:hover {
    border: 2px solid #ffd53a;
    color: #ffd53a;
}









/* 公告 */
.announcements {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 100px;
}

.announcements h2 {
    margin-bottom: 96px;
    color: #012169;
    text-align: center;
}

.announcements li {
    float: left;
    width: 420px;
    transition: all .5s;
}

.announcements li:hover {
    transform: scale(1.05);
}



.announcements li:nth-child(n+2) {
    margin-left: 70px;
}

.announcements img {
    border-bottom-right-radius: 100px;
}

.announcements p {
    padding: 42px 20px 26px 0;
    border-bottom: 10px solid #ffd53a;
    font-size: 22px;
    line-height: 30px;
    height: 128px;
    color: 333333;
    text-align: justify;
}

.announcements .more {
    float: right;
    width: 200px;
    margin-top: 76px;
    font-size: 30px;
    color: #012169;
}

.announcements .more::after {
    right: 0;
}


/* cae */


.cae .big-item {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    height: 786px;
    background: url(../images/CAE-BG1.jpg) no-repeat;
    background-color: rgb(0, 0, 0);
    background-size: 100% 100%;
}

.cae h2 {
    position: absolute;
    left: 100px;
    top: 170px;
    line-height: 124px;
    color: #fff;
    font-weight: 400;
}

.cae .more {
    position: absolute;
    right: 114px;
    bottom: 142px;
    width: 344px;
    height: 90px;
    background: #ffd53a;
    border: 2px solid #ffd53a;
    padding-left: 66px;
    border-bottom-right-radius: 50px;
    font-size: 30px;
    color: #012169;
    line-height: 90px;
}

.cae .more::after {
    font-size: 26px;
    right: 70px;
    transform: translateY(-46%);
}

.cae .more:hover {
    background: transparent;
    color: #ffd53a;
    ;
}

.cae .cae-item {
    position: relative;
    float: left;
    width: 25%;
    height: 393px;
    overflow: hidden;
}

.cae .cae-item .cae-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
}

.cae .cae-item .cae-txt h3 {
    font-size: 20px;
}

.cae .cae-item .cae-txt p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

.cae img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.cae .cae-item:hover img {
    transform: scale(1.1);
}

.cae .cae-item:hover .cae-txt {
    opacity: 1;
}




/* 底部 */

.footer {
    background: #012169;
    padding-top: 58px;
    padding-bottom: 58px;
}

.footer .block {
    position: relative;
}

.link img {
    max-width: 110px;
}

.link li {
    display: table-cell;
    /* margin-left: 100px; */
    padding-left: 100px;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
}

.link li:nth-child(1) {
    padding-left: 0 !important;
}


.link li a {
    display: block;
    white-space: nowrap;
}

.link li a:hover {
    color: #ffd53a
}

.f-logo {
    border-bottom: 1px solid #fff;
    /* margin-top: 60px; */
    margin-bottom: 18px;
    padding-bottom: 26px;
}

.f-logo img {
    max-width: 240px;
}

.f-logo .fr ul {
    margin-top: 36px;
}

.f-logo .fr li {
    position: relative;
    float: left;
    margin-left: 24px;
    color: #fff;
    transition: all 0.5s;

}

.f-logo .fr li:nth-child(1) {
    margin-left: 0;
}

.f-logo .fr li i::before {
    font-size: 21px;
    color: #ccbad8;
    transition: all 0.5s;
}

.f-logo .fr li div {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 160%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: rgb(255, 255, 255);
    transition: all 0.5s;

}

.f-logo .fr li div::before {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
}

.f-logo .fr li div img {
    width: 100%;
    height: 100%;
}

.f-logo .fr li:hover {
    overflow: visible;
    color: #ffd53a;
    cursor: pointer
}

.f-logo .fr li:hover i::before {
    color: #ffd53a
}

.f-logo .fr li:hover div {
    display: block;
}

.f-bd {
    position: relative;
    border-top: 1px solid transparent;
}


.footer .copyright {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    color: #677aa5;
    line-height: 24px;
    padding-right: 260px;
}

.footer .qr-code {
    position: absolute;
    right: 0;
    top: 0;
    height: 98px;
}

.footer .qr-code div {
    float: left;
    width: 90px;
    margin-left: 40px;
    font-size: 10px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}



/* list  列表页 */

.t-logo {
    margin-top: 28px !important;
}

.bg {
    background: rgb(1 33 105 / 51%);
}

.t-img {
    height: 510px;
    background: url(../images/qcgc.png) no-repeat;
    background-size: cover;
}

.t-bd {
    margin-top: 25px;
}

.t-l {
    float: left;
    width: 322px;
}

.l-tit {
    width: 100%;
    height: 150px;
    background: url(../images/car-bg.png) no-repeat;
    background-size: 100% 100%;
    line-height: 150px;
    text-align: center;
    color: #ffffff;
}

.l-tit h2 {
    font-size: 32px;
}

.nav-lis {
    margin-top: 20px;
}

.nav-lis li {
    display: table;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
}

.nav-lis li:hover a {
    color: #ddb72a;
}

.nav-lis li a {
    display: table-cell;
    background-color: #fcfbfb;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.nav-lis .active a {
    background-color: #ddb72a;
    color: #fff;
}

.nav-lis .active a::before {
    display: inline;
    margin-right: 16px;
    content: "/";
}

.nav-lis .active a::after {
    display: inline;
    margin-left: 16px;
    content: "/";
}

.nav-lis .active:hover a {
    color: #fff;
}

.t-r {
    margin-left: 382px;
}



.r-hd {
    border-bottom: 1px solid #ccc;
}

.r-hd .t-phone-nav {
    display: none;
    margin-bottom: 15px;
}

.r-hd .t-phone-nav h3 {
    height: 40px;
    background: #012169;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 16px;
}

.r-hd .t-phone-nav h3 a {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/left_down2.png) no-repeat;
    background-size: cover;
    margin-top: 10px;
}

.r-hd .t-phone-nav ul {
    display: none;
}

.r-hd .t-phone-nav ul li a {
    display: block;
    line-height: 55px;
    padding-left: 20px;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
}


.r-tit {
    font-size: 28px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.r-hd .tag {
    text-align: right;
    color: #b2b2b2;
}

.r-bd {
    padding: 30px 0;
    min-height: 800px;
}

.list li {
    height: 95px;
    background: #f3f3f3;
    padding: 10px 0;
    margin-bottom: 30px;
}

.list li:hover * {
    color: #1745af !important;
}

.list .date {
    float: left;
    width: 130px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.list .date span,
.list .date p {
    display: block;
    width: 100%;

}

.list .date span {
    font-size: 30px;
    line-height: 45px;
    color: #012169;
}

.list .content {
    margin-left: 130px;
    padding: 0 30px;
}

.list .content h4 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    color: #333;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .content p {
    width: 100%;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pager {
    text-align: center;
}

/* 图片列表 */
.imglist li {
    width: 31.8%;
    border: 1px solid #eee;
    transition: all 0.5s;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imglist li:nth-child(3n) {
    margin-right: 0;
}

.imglist li a {
    display: block;
    padding-bottom: 18px;
}

.imglist li img {
    width: 100%;
    height: 214px;
}

.imglist li:hover {
    transform: scale(1.05);
}

.imglist li h4 {
    height: 40px;
    margin: 16px 14px 0;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

/* 内容页 */
.r-bd.content {
    padding-top: 0;
}

.content-hd h4 {
    padding: 50px 0 20px;
    font-size: 30px;
    text-align: center;
}

.content-hd p {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #8c8c8c;
    border-bottom: 1px #CCC solid;
}

.content-bd {
    padding: 30px 0px;
    font-size: 18px;
    line-height: 30px;
}


.content-bd p {
    margin-top: 15px;
    text-indent: 2em;
    text-align: justify;
}


.dp-content {
    padding: 30px 0px;
    font-size: 18px;
    line-height: 30px;
}

.dp-content p {
    margin-top: 15px;
    text-indent: 2em;
    text-align: justify;
}

.szdw {
    display: inline-block;
    margin-bottom: 20px;
}

.szdw a {
    color: #666;
    font-size: 14px;
    margin-right: 35px;
    display: inline-block;
    width: 100px;
    line-height: 24px;
    margin-top: 6px;
}

.content   .content-bd img,
 .dp-content img {
margin-left:-2em;
                    max-width: 100%
                }


@media (max-width:1903px) {
    .cae h2 {
        left: 35px;
        top: 140px;
        font-size: 72px;
        line-height: 76px;
    }
}

@media (max-width:1564px) {
    .ban-slider>.block {
        width: 100%;
    }

    .header {
        padding-left: 9%;
        font-size: 18px;
    }

    .language ul li {
        margin-left: 60px;
    }

    .search-box {
        margin-left: 35px;
        margin-right: 45px;
    }

    .nav {
        width: 85%;
        margin-right: 0px;
        margin-left: 2%;
    }

    .nav ul>li {
        margin-left: 3%;
    }

    .ban-slider .hd {
        right: 5%;
    }

    .ban-slider .bd img,
.ban-slider .bd .video {
        height: 672px;
    }

    .news-item:nth-child(1) {
        margin-right: 2%;
    }

    .news-item {
        width: 48.8%;
    }

    .news-item img {
        width: 50%;
    }

    .news-item .h-content {
        width: 50%;
    }

    .events {
        padding-bottom: 212px;
    }


    .events .eve-big {
        float: none;
        margin: 0 auto;
    }

    .events .eve-big h3 {
        height: 62px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /*设置对齐模式*/
        -webkit-line-clamp: 3;
        /*设置多行的行数，示例为2行*/
    }


    .events ul {
        margin: 0 auto;
    }

    .events .eve-item {
        margin-top: 60px !important;
        width: 30%;
    }



    .events .more-box {
        bottom: -110px;
    }

}

@media (max-width:1415px) {
    .block {
        width: 98%;
    }

    h2 {
        font-size: 85px;
    }

    .language ul li {
        margin-left: 50px;
    }

    .search-box {
        margin-left: 30px;
        margin-right: 40px;
    }

    .logo {
        width: 110px;
    }

    .ban-slider .bd img,
.ban-slider .bd .video {
        height: 608px;
    }

    .news-hd {
        margin-top: 70px;
    }

    .news-bd .b-content {
        width: 50%;
    }

    .news-bd .b-img {
        width: 50%;
    }


    .b-content h3 {
        font-size: 40px;
    }

    .events {
        padding-top: 140px;
    }

    .events h2 {
        margin-bottom: 100px;
    }

    .events .eve-item .content {
        height: 195px;

    }

    .events .eve-item .content h3 {
        height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /*设置对齐模式*/
        -webkit-line-clamp: 3;
        /*设置多行的行数，示例为2行*/

    }

    .announcements li {
        width: 32%;
        margin: 0 !important;
        margin: 0 1.3% 40px 0 !important;
    }


    .link li {
        padding-left: 60px;
    }


    .cae h2 {
        left: 39px;
        top: 140px;
        font-size: 56px;
        line-height: 45px;
    }



    /* 列表页 */
    .t-l {
        width: 300px;
    }

    .t-r {
        margin-left: 330px;
    }

    .content-hd h4 {
        padding: 30px 0 10px;
    }

    .content-bd {
        padding-top: 10px;
    }

}

@media (max-width:1290px) {
    h2 {
        font-size: 80px;
    }

    .header {
        padding-left: 30px;

    }

    .language {
        height: 40px;
        padding-top: 7px;
        border-bottom-left-radius: 35px;
    }

    .language ul li {
        margin-left: 40px;
    }

    .search-box {
        margin-left: 25px;
        margin-right: 35px;
    }

    .logo {
        width: 100px;
    }

    .nav {
        margin-right: 10px;
        margin-left: 10px;
    }

    .phone-nav {
        display: none;
    }

    .ban-slider .hd ul li {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .news-hd {
        margin-top: 50px;
    }

    .news-item {
        float: none;
        width: 100%;
        margin: 30px 0 0 !important;
    }

    .b-content h3 {
        font-size: 34px;
    }


    .events {
        padding-top: 100px;
    }

    .events h2 {
        margin-bottom: 60px;
    }


    .events .eve-item {
        width: 40%;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }


    .t-img {
        height: 410px;
    }

    .imglist li {
        width: 45%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .imglist li:nth-child(3n) {
        margin-right: 2.5%;
    }


}

@media (max-width:1078px) {
    h2 {
        font-size: 50px;
    }


    .language ul li {
        margin-left: 30px;
    }

    .search-box {
        margin-left: 20px;
        margin-right: 30px;
    }


    .logo {
        width: 90px;
        margin-top: 20px;
    }

    .nav {
        display: none;
    }

    .phone-btn {
        display: block;
        top: 55%;
        max-width: 20% !important;
    }

    .ban-slider .bd img,
.ban-slider .bd .video {
        height: 463px;
    }

    .news {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .news-hd {
        margin-top: 0px;
    }

    .news-item {
        height: 180px;
    }

    .news-bd {
        margin-top: 45px;
    }

    .news-bd .b-content {
        width: 45%;
        padding-right: 10px;
        height: 330px;
    }

    .b-content h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .b-content p {
        margin: 20px 0 30px 0;
    }



    .news-bd .b-img {
        width: 55%;
        height: 290px;
    }

    .news-item .h-content {
        padding: 20px 14px 19px 16px
    }


    .news-item .h-content h4 {
        height: 126px;
        text-overflow: -o-ellipsis-lastline;

        -webkit-line-clamp: 4;

    }


    .events {
        padding-top: 40px;
        padding-bottom: 170px;
    }

    .events h2 {
        margin-bottom: 40px;
    }

    .events .eve-big {
        width: 80%;
        border-bottom-right-radius: 57%;
    }


    .events .eve-item {
        width: 45%;
        margin-left: 2.5% !important;
        margin-right: 2.5% !important;
    }



    .cae h2 {
        left: 45px;
        top: 60px;
        font-size: 59px;
        line-height: 45px;
    }

    .cae .big-item {
        float: none;
        width: 100%;
        height: 280px;
    }


    .cae .cae-item {
        width: 50%;
    }

    .cae .more {
        bottom: 53px;
        width: 240px;
        height: 62px;
        padding-left: 24px;
        font-size: 23px;
        line-height: 60px;
    }

    .cae .more::after {
        font-size: 23px;
        right: 50px;
        transform: translateY(-42%);
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer .copyright {

        padding-right: 200px;
    }

    .footer .qr-code div {
        margin-left: 20px;
    }



    /* 列表页 */



    .t-img {
        height: 310px;
    }

    .t-l {
        width: 200px;
    }

    .l-tit {
        height: 100px;
        line-height: 100px;
    }

    .nav-lis li {
        height: 50px;
    }

    .t-r {
        margin-left: 220px;
    }

    .list .date {
        width: 100px;
    }

    .list .content {
        margin-left: 100px;
        padding: 0 20px;
    }
     
   .l-tit h2 {
        font-size: 23px;
    }

    .imglist li {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .imglist li:nth-child(3n) {
        margin-right: 1%;
    }

    .content-hd h4 {
        padding: 10px 0 0;
        font-size: 24px;
        text-align: center;
    }

    .content-bd {
        font-size: 16px;
    }


}

@media (max-width:700px) {

    /* height: 2px; */
    h2 {
        font-size: 30px;
    }

    .header {
        padding-left: 10px;
    }

    .language {
        height: 25px;
        padding-top: 2px;
        padding-right: 20px;
    }

    .language ul li {
        margin-left: 20px;
    }

    .search-box {
        display: none;
    }

    .phone-search-btn-box {
        display: block;
    }

    .phone-search-btn {
        display: block;
    }

    .logo {
        width: 80px;
    }

    .phone-btn {
        width: 30px;

    }

    .phone-btn i {
        margin-top: 5px;
    }


    .ban-slider .hd ul li {
        width: 15px;
        height: 15px;
        font-size: 12px;
        line-height: 15px;
    }

    .ban-slider .bd img,
.ban-slider .bd .video {
        height: 300px;
    }

    .news {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .news-item {
        height: 130px;
        margin-top: 10px !important;
    }


    .news-bd {
        margin-top: 20px;
    }

    .news-bd .b-content {
        float: none;
        width: 100%;
        height: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news-bd .b-img {
        width: 100%;
        margin-top: 20px;
    }


    .news-item img {
        width: 48%;
    }

    .news-item .h-content {
        padding: 10px;
        width: 48%;
    }


    .news-item .h-content h4 {
        height: 110px;
        width: 100%;
        height: 100%;
        -webkit-line-clamp: 4;
        line-height: 28px;
        font-size: 14px;
        
    }

    .events .eve-big {
        width: 100%;
        height: 240px;
    }

    .events .eve-big h3 {
        height: 50px;
    }

    .events .eve-big>div {
        padding-right: 20px;
    }

    .events .eve-big .date {
        margin-top: 10px;
    }

    .events .eve-big h3 {
        margin-top: 60px;
        font-size: 22px;
        line-height: 24px;

    }

    .events .eve-item {
        width: 100%;
        margin: 20px 0 0 !important;
    }

    .events .more-box>.more {
        width: 235px;
        height: 65px;
        padding-left: 31px;
        font-size: 24px;
        line-height: 63px;
    }

    .cae .big-item {
        height: 160px;
    }

    .cae .cae-item {
        height: 153px;
    }

    .cae h2 {
        left: 25px;
        top: 15px;
        font-size: 35px;
        line-height: 45px;
    }

    .cae .more {
        right: 42px;
        bottom: 20px;
        width: 195px;
        height: 52px;
        padding-left: 15px;
        font-size: 23px;
        line-height: 50px;
    }

    .cae .more::after {
        font-size: 18px;
        right: 30px;
    }

    .f-logo .fr {
        float: none;
        text-align: center;
    }

    .f-logo .fr ul {
        display: inline-block;
    }

    .f-logo>img {
        margin-left: 20px;
    }

    .f-bd {
        text-align: center;
    }

    .qr-code {
        float: none;
    }

    .footer .copyright {
        padding-right: 0;
        text-align: left;
    }

    .footer .qr-code {
        display: inline-block;
        position: static;
        margin: 20px auto;

    }

    .footer .f-bd .qr-code div:nth-child(1) {
        margin-left: 0px;
    }



    /* 列表页 */

    .r-hd .t-phone-nav {
        display: block;
    }

    .t-img {
        height: 260px;
    }

    .t-l {
        display: none;
    }

    .t-r {
        margin-left: 0px;
    }

    .list .date {
        width: 100px;
    }

    .list .content {
        margin-left: 100px;
        padding: 0 20px;
    }

    .r-hd {
        padding-bottom: 10px;
    }

    .r-hd .r-tit {
        display: none;
    }

    .r-hd .tag {
        text-align: left;
    }

    .list .date {
        width: 80px;
    }

    .list .content {
        margin-left: 80px;
    }

    .list li {
        height: 70px;
        padding: 5px 0px;
        margin-bottom: 15px;
    }

    .list .date {
        line-height: 25px;
    }

    .list .date span {
        font-size: 26px;
        line-height: 35px;
    }

    .list .content {
        padding: 0 30px;
    }

    .list .content {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .userlist {
        padding-left: 30px;
    }


}


@media (max-width: 500px) {
    .logo {
        width: 70px;
    }

    .imglist li {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
}
@media (max-width: 400px) {
    .phone-search-box input[type="text"] {
        height: 30px !important;
    }
    
    .phone-search-box input[type="submit"] {
        height: 30px !important;
    }
}

@media (max-width: 340px) {
    .block {
        width: 340px;
    }
}