/* 共用 ==================*/
h3,a,p,h3,h4,span{
  font-family:"Source Sans Pro" !important;
}
.wp {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.dn {
    display: none;
}

.incontent {
    background-color: #fff;
}

.hid {
    display: none !important;
}

@font-face {
    font-family: "RobotoCondensedBold";
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}

@font-face {
    font-family: "RobotoRegular";
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: "RobotoCondensedRegular";
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

.dc-dl4 {
    padding-bottom: 30px;
}

.dc-dl4 dd {
    padding-top: 25px;
}

.dc-dt4 {
    text-align: left;
}

.tt {
    /*display: inline-block;*/
    display: block;
    padding-top: 50px;
}

.tt h3 {
    font-family: "RobotoCondensedRegular";
    font-size: 36px;
    color: #999999;
    float: left;
}

.tt:hover .tit_l .title {
    /*color: #1e76dc;*/
    color: #aa6600;
}

.tt:hover .more_btn a {
    /*color: #1e76dc;*/
    color: #aa6600;
}

.col4-r .tt:hover .tit_l .title {
    /*color: #1e76dc;*/
    color: #b01f24;
}

.col4-r .tt:hover .more_btn a {
    /*color: #1e76dc;*/
    color: #b01f24;
}

.col4-l .tt h3 .title {
    background-color: #f6f6f6;
}

.pgm43 .tt h3 .title {
    background-color: #FFFFFF;
}

.pgm43 .tt:hover .tit_l .title {
    /*color: #1e76dc;*/
    color: #000;
}

.pgm43 .tt:hover .more_btn a {
    /*color: #1e76dc;*/
    color: #000;
}

/*.dc-dt4 h3:after{content: ">>"; font-family: "宋体"; padding-left: 10px; font-size: 30px; color: #999999; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}*/
.dc-dt4.cx1 {
    text-align: center;
}

.tit_l .title {
    color: #003f88;
    font-family: 'RobotoCondensedBold';
}

.col4-r .title {
    background-color: #f6f6f6;
}

.more_btn {
    float: left;
    font-family: "RobotoCondensedRegular";
    font-size: 36px;
    color: #999999;
    margin-left: 10px;
}

.more_btn a {
    color: #003f88
}

/* 正常class ==================*/
.search {
    width: 200px;
}

.search input {
    width: 100%;
    font-family: "RobotoRegular";
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.search-but {
    background-color: #045dc7;
    width: 45px;
}

.head .logo {
    width: auto;
    max-width: 554px;
}

.head .menu,.head .iconsearch {
    display: none;
    float: right;
    width: auto;
    cursor: pointer;
}

/* nav start */
.nav {
    background-color: #003e86;
}

.nav_menu-item>a {
    color: #fff;
    padding: 0 35px;
}

.nav_menu li.active>a {
    background-color: #1d6ecd;
}

.nav_menu li.nav_menu-item:hover {
    background: #2A7EEB;
}

.nav_menu li {
    border-bottom: 0px;
    white-space: nowrap;
}

.nav_class {
    margin-bottom: 0px;
}

.nav_menu-item {
    font-weight: normal;
}

/* nav end */

/* mnav start */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.mnav .contentct {
    float: left;
    width: 40%;
    height: 100%;
    background: #196bb8;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mnav .contentct .nav_item {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.mnav .contentct .nav_item:hover {
    background: #003f88;
    -webkit-box-shadow: 8px 8px 10px #000;
    box-shadow: 8px 8px 10px #000;
}

/*.mnav .contentct .nav_item:hover .item_down {
    display: block;
}*/

.mnav .contentct .nav_item a {
    color: #fff;
    text-decoration: none;
}

.mnav .contentct .nav_item .item_down {
    display: none;
    padding-bottom: 10px;
}

.mnav .contentct .nav_item .item_down a {
    padding-left: 40px;
}

.mnav .contentct .nav_item .item_down a:hover {
    background: #003f88;
    -webkit-box-shadow: 8px 8px 10px #000;
    box-shadow: 8px 8px 10px #000;
}

.mnav .contentct .nav_item .item_down:after {
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.mnav .contentbl {
    float: left;
    width: 60%;
    height: 100%;
    background: #333;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* mnav end */

@media screen and (max-width:1220px) {
    .head {
        padding: 0 30px;
    }

    .nav_menu .nav_menu-item>a {
        padding: 0 24px;
    }
}

@media screen and (max-width:1023px) {
    .nav {
        display: none;
    }
}

@media screen and (max-width:769px) {
    .head {
        height: 120px;
        padding: 0 20px;
    }

    .head .logo {
        width: 400px;
        height: auto;
        margin-top: 25px;
    }

    .head .top.fr {
        /*display: none;*/
width:0;
    }
.head .top.fr .top-t{
    display:none;
}
.head .top.fr .wp-search{
    display:none;
}

    .head .menu {
        display: block;
        margin-top: 44px;
        margin-right:10px;
    }

    .head .iconsearch{
        display: block;
        margin-top: 51px;
    }
}

@media screen and (max-width:500px) {
    .head {
        height: 100px;
        padding: 0 10px;
        position: sticky;
        top: 0;
        z-index: 15;
        background-color: #fff;
    }

    .head .logo {
        width: 270px;
    }

    .head .menu {
        margin-top: 34px;
    }
    .head .iconsearch{
        margin-top: 41px;
    }

.head .top.fr .wp-search {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
}
.head .top.fr .wp-search form {
    width: 250px;
    margin: 200px auto 0;
}

    .mnav .contentct {
        width: 60%;
    }
    .mnav .contentct .nav_item .item_down a {
        display:block;
        line-height:40px;
        font-size:14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-left:0;
    }

    .mnav .contentbl {
        width:40%;
    }
}


/* banner start */
.Banner {
    /*height: 550px;
    padding-top: 16px; */
    background: url(/_upload/tpl/03/f0/1008/template1008/images/banner-bg.png) no-repeat center center / cover;
}

.swiper-container {
    /* max-width: 1500px; */
    width: 100%;
    height: 600px;
}

.swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide>a {
    display: block;
    width: 57%;
    height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide>a .bg {
    height: 100%;
    /* background: url(/_upload/tpl/03/f0/1008/template1008/images/bgrad_1.jpg) repeat-x center top,
        url(/_upload/tpl/03/f0/1008/template1008/images/bgrad_2.jpg) repeat-x bottom left / 100% 50%; */
}

.swiper-wrapper .swiper-slide {
    display: block;
    position: relative;
    /* height: 550px; */
}

.swiper-wrapper .txtb {
    position: absolute;
    /* left: 0px;
    bottom: 30px;
    width: 100%; */
    right: 0;
    bottom: 0;
    width: 43%;
    height: 100%;
    /* background-color: #033977; */
    background: linear-gradient(156deg, #1C2D5E 0%, #0D152B 100%);
}

.swiper-wrapper .txtb2 {
    /*margin: 93.5px 0;
    width: 95.5%;
    height: 66%;
    padding-top: 85px;
    background-color: #fff; */
    height: 75%;
    padding-top: 150px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.swiper-wrapper .txtb2 h3 {
    /* font-size: 16px;
    color: #fff; 
    margin: 0 30px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 37px;*/
    margin: 0 40px;
    line-height: 44px;
    font-size: 38px;
    font-family: "Source Sans Pro";
    font-style: italic;
    position: relative;
    transition: transform .5s ease;
}

.swiper-wrapper .txtb2 p {
    position: absolute;
    bottom: 40px;
    margin: 0 40px;
    margin-top: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 24px;
    font-family: "Source Sans Pro";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease;
}

.swiper-wrapper:hover .txtb .txtb2 h3 {
    transform: translateY(-30px);
}

.swiper-wrapper:hover .txtb .txtb2 p {
    max-height: 108px;
    transform: translateY(-30px);
}

.swiper-wrapper .txtb2 h3 a {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* max-height: 111px; */
    max-height: 132px;
}

/* .swiper-wrapper .txtb2 h3 a::before {
    content: '';
    display: block;
    width: 76px;
    height: 4px;
    background: #1d6ecd;
    position: absolute;
    top: 0;
    left: 0;
} */

.swiper-wrapper .txtb>a {
    position: absolute;
    /* left: -164px; */
    right: 40px;
    bottom: 35px;
    display: block;
    /*width: 164px;
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    padding-right: 20px;
    background-color: #e22f24;*/
    width: 168px;
    line-height: 52px;
    background: #FF824B;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.swiper-wrapper .txtb2>a span {
    display: block;
    background: url(/_upload/tpl/03/f0/1008/template1008/images/jiantou.png) no-repeat right center;
}*/

.swiper-wrapper .txtb2 small {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    font-family: "Facile Sans";
}

.Banner .swiper-container .swiper-pagination {
    width: auto;
    /*right: 60px;
    bottom: 100px;*/
    right: 16%;
    bottom: 55px;
    left: unset;
    transition: all .5s ease;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #404a65;
    width: 50px;
    height: 8px;
    border-radius: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.Banner .swiper-button-prev,
.Banner .swiper-button-next {
    width: 52px;
    height: 92px;
    top: 50%;
    background-size: contain;
}

.Banner .swiper-button-prev {
    background-image: url(/_upload/tpl/03/f0/1008/template1008/images/prev.png);
    left: 70px;
    right: unset;
}

.Banner .swiper-button-next {
    background-image: url(/_upload/tpl/03/f0/1008/template1008/images/next.png);
    right: 70px;
    left: unset;
}

@media screen and (max-width:1220px) {
    .Banner {
        height: 400px;
    }

    .swiper-container {
        height: 400px;
    }

    .swiper-wrapper .txtb2 {
        padding-top: 110px;
    }

    /*.swiper-wrapper .txtb2 h3 {
        padding-top: 8%;
    }*/

    .swiper-wrapper .txtb2 h3 a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 145px;
    }

    .swiper-wrapper .txtb2 p {
        -webkit-line-clamp: 2;
        bottom: 20px;
    }

    .Banner .swiper-container .swiper-pagination {
        width: 100%;
        right: 0;
        bottom: 20px;
    }

    .Banner .swiper-button-prev,
    .Banner .swiper-button-next {
        width: 40px;
        height: 70px;
        top: 40%;
    }

    .Banner .swiper-button-prev {
        left: 30px;
    }

    .Banner .swiper-button-next {
        right: 30px;
    }
}

@media screen and (max-width:1024px) {

    .Banner .swiper-button-prev,
    .Banner .swiper-button-next {
        top: 27%;
    }
}

@media screen and (max-width:768px) {
    .Banner {
        height: 300px;
    }

    .swiper-container {
        height: 300px;
    }

    /* .swiper-wrapper .txtb2 {
        margin: 51px 0;
        padding-top: 10%;
    } */
    .swiper-wrapper .txtb2 {
        padding-top: 90px;
        height: 80%;
    }

    .swiper-wrapper .txtb2 h3 {
        margin: 0 20px;
    }

    .swiper-wrapper .txtb2 h3 a {
        max-height: 120px;
        font-size: 20px;
        line-height: 30px;
    }

    .swiper-wrapper .txtb .txtb2 p {
        margin: 0 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .swiper-wrapper:hover .txtb .txtb2 p {
        margin: 0 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .swiper-wrapper .txtb>a {
        display: none;
    }

    .Banner .swiper-button-prev,
    .Banner .swiper-button-next {
        width: 30px;
        height: 50px;
        top: 27%;
        margin-top: -25px;
    }

    .Banner .swiper-button-prev {
        left: 20px;
    }

    .Banner .swiper-button-next {
        right: 20px;
    }
}

@media screen and (max-width:500px) {
    .Banner {
        height: 350px;
        padding-top: 10px;
    }

    .swiper-container {
        height: 350px;
    }

    .swiper-wrapper .txtb {
        width: 100%;
        height: 30%;
    }

    .swiper-wrapper .txtb2 {
        margin: 0 auto;
        padding-top: 0;
        width: 96%;
        height: 100%;
    }

    .swiper-wrapper .txtb2 h3 {
        margin: 0 10px;
        padding-top: 6px;
    }
    .swiper-wrapper:hover .txtb .txtb2 h3 {
        transform:translateY(0);
    }
    .swiper-wrapper .txtb .txtb2 p{display:none;}

    .swiper-wrapper .txtb2 h3 a {
        -webkit-line-clamp: 2;
        max-height: 40px;
        font-size: 16px;
        line-height: 20px;
        margin-top:15px;
    }

    .swiper-wrapper .txtb2 h3 a::before {
        display: none;
    }

    .swiper-container .swiper-wrapper .swiper-slide>a {
        width: 100%;
    }

    .swiper-container .swiper-wrapper .swiper-slide>a .bg {
        display: none;
    }

    .Banner .swiper-container .swiper-pagination {
        bottom: 15px;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .Banner .swiper-button-prev,
    .Banner .swiper-button-next {
        width: 20px;
        height: 40px;
        top: 34%;
        margin-top: -20px;
    }

    .Banner .swiper-button-prev {
        left: 10px;
    }

    .Banner .swiper-button-next {
        right: 10px;
    }

}

/* banner end */


.pgm41 {
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.col4 {
    font-size: 0;
}

.col4-l,
.col4-r {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col4-l {
    width: 48%;
    padding-right: 12px;
}

.col4-r {
    width: 52%;
}


/* dimgtxtList2 ==================*/
.dimgtxtList2 {
    display: block;
}

.dimgtxtList2 li {
    padding: 12px 0;
    /* padding-bottom: 22px; */
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dimgtxtList2 li:hover {
    padding: 12px;
    background-color: #aa6600;
    color: #fff !important;
}

.dimgtxtList2 li:hover a {
    color: #fff !important;
}

.dimgtxtList2 li:hover span {
    color: #fff !important;
}

.dimgtxtList2-m1 {
    overflow: hidden;
    clear: both;
    font-size: 0;
}

.dimgtxtList2-m1>a {
    float: left;
}

.dimgtxtList2-m1 .r_info {
    width: 315px;
    float: left;
    margin-left: 12px;
}

.dimgtxtList2-m1 .img,
.dimgtxtList2-m1 .txt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: middle;
}

.dimgtxtList2-m1 .img {
    float: left;
}

.dimgtxtList2-m1 .txt {
    display: block;
    overflow: hidden;
}

.dimgtxtList2-m1 .img {
    max-width: 207px;
    height: auto;
    margin-right: 12px;
    _width: auto;
    *+width: auto;
}

.dimgtxtList2-m1 .img img {
    width: 100%;
    _width: auto;
    *+width: auto;
}

.dimgtxtList2-m1 .txt {
    font-size: 0;
}

.dimgtxtList2-m1 .txt:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: middle;
}

.dimgtxtList2-m1 .txt .mm1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: middle;
}

.dimgtxtList2-m1 .txt h3 {
    padding-bottom: 10px;
}

.dimgtxtList2-m1 .txt h3 a {
    font-size: 18px;
    color: #003f88;
    font-weight: bold;
    font-family: "RobotoCondensedBold";
}

.dimgtxtList2-m1 .txt .ct {
    padding-bottom: 12px;
    border-bottom: 1px solid #c8c8c8;
    display: none;
}

.dimgtxtList2-m1 .txt .ct p {
    font-size: 14px;
    color: #999;
    font-family: "RobotoCondensedRegular";
    word-wrap: break-word;
}

.dimgtxtList2-m1 .txt .ct a {
    color: #999;
}

.dimgtxtList2-m1 .txt .others {
    padding-bottom: 12px;
    border-bottom: 1px solid #c8c8c8;
}

.dimgtxtList2-m1 .txt .others .time {
    font-size: 14px;
    color: #666;
    font-family: "RobotoRegular";
}

.dimgtxtList2-m1 .txt>.more {
    line-height: 38px;
    font-size: 14px;
    color: #1d6ecd;
    text-align: left;
}

.dimgtxtList2-m1 .others {
    padding-top: 9px;
}

.pgm42 .imgb img {
    width: 100%;
}

.pgm42 .imgb {
    overflow: hidden;
}

.pgm42 .txtb {
    background-color: #262626;
    padding: 10px 20px;
    /*float: left;*/
}

.pgm42:hover .txtb {
    background-color: #003f88;
}

.pgm42:hover .txtb .dimgtxtList2-m1.cx1 a {
    color: #fff;
}

.dimgtxtList2-m1.cx1 .txt h3 a {
    font-size: 24px;
    color: #fff;
}

.dimgtxtList2-m1.cx1 .txt .ct p a {
    color: #fff;
}

.dimgtxtList2-m1.cx1 .txt h3 {
    padding-bottom: 12px;
}

.dimgtxtList2-m1.cx1 .txt .ct {
    padding-bottom: 14px;
    display: block;
    border-bottom: none;
}

.dimgtxtList2-m1.cx1 .txt .others {
    overflow: hidden;
    clear: both;
    border-bottom: none;
}

.dimgtxtList2-m1.cx1 .txt .others .more {
    font-family: "RobotoCondensedRegular";
    font-size: 14px;
    color: #1d6ecd;
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
}

.dimgtxtList2-m1.cx1 .txt .others .time {
    display: block;
    overflow: hidden;
    color: #fff;
}

.dimgtxtList2.cx2 {
    width: 100%;
    padding-top: 40px;
}

.dimgtxtList2.cx2 li {
    width: 48%;
    margin-right: 2%;
    padding: 12px 0px;
    padding-right: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.dimgtxtList2.cx2 li:hover {
    background: none;
}

.dimgtxtList2.cx2 li:hover a {
    color: #095ab9 !important;
}

.dimgtxtList2.cx2 li:hover span {
    color: #666 !important;
}

/*.dimgtxtList2.cx2 li:hover .dimgtxtList2-m1 .txt .others {
    padding-bottom: 10px;
    border-bottom: 3px solid #003f88;
}*/
.dimgtxtList2.cx2 li .dimgtxtList2-m1 .txt .others {
    position: relative;
}

.dimgtxtList2.cx2 li .dimgtxtList2-m1 .txt .others:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #003f88;
    transition: all .5s ease;
    position: absolute;
    left: 0;
    bottom: 0;
}

.dimgtxtList2.cx2 li:hover .dimgtxtList2-m1 .txt .others:after {
    width: 100%;
}

.dimgtxtList2.cx2 li .dimgtxtList2-m1 {
    width: 100%;
}

.dimgtxtList2.cx2 li .dimgtxtList2-m1 .txt .ct p a {
    font-family: "RobotoRegular";
    font-size: 14px;
    color: #1d6ecd;
}

.dimgtxtList2.cx2 .dimgtxtList2-m1 .txt .ct {
    min-height: 27px;
}


.pgm41 {
    background-color: #f6f6f6;
}

.dimgtxtList2-m1 .img img {
    width: 207px;
    height: 135px;
}

.dimgtxtList2-m1 .txt h3 a {
    height: 54px;
    line-height: 27px;
    display: block;
    overflow: hidden;
}

.dimgtxtList2-m1 .txt .ct p {
    height: 36px;
    overflow: hidden;
}

.pgm42 .imgb img {
    width: 624px;
    height: 266px;
}

.dimgtxtList2-m1.cx1 .txt h3 a {
    height: 58px;
}

.dimgtxtList2-m1 .img img,
.pgm42 .imgb img {
    transition: all 3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all 3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all 3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all 3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all 3s cubic-bezier(.4, 0, .2, 1);
}

.dimgtxtList2-m1 .img img:hover,
.pgm42 .imgb img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.nav_submenu-item {
    height: auto;
    line-height: normal;
    padding: 6px 0px;
}

.nav_submenu-item a {
    line-height: normal;
    padding: 8px 8px;
    font-size: 16px;
}

@media screen and (max-width:1220px) {
    .col4 {
        padding: 0 30px;
    }

    .dimgtxtList2-m1 .txt {
        width: 100%;
    }

    .dimgtxtList2-m1 .r_info {
        margin-left: 0;
    }

    .dimgtxtList2-m1 .txt h3 {
        padding-top: 10px;
    }

    .dimgtxtList2-m1 .txt h3 a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .dimgtxtList2.cx2 li {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .col4 {
        padding: 0 20px;
    }

    .col4-l {
        width: 100%;
        padding-right: 0;
    }

    .col4-r {
        width: 100%;
    }

    .dimgtxtList2-m1 .txt {
        float: none;
        width: 100%;
        overflow: unset;
    }

    .dimgtxtList2-m1 .r_info {
        padding-left: 220px;
        box-sizing: border-box;
    }

    .dimgtxtList2-m1 .txt h3 {
        padding-top: 0;
    }

    .dimgtxtList2-m1 .txt h3 a {
        height: auto;
        max-height: 54px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .dimgtxtList2.cx2 li {
        width: 100%;
        margin-right: 0;
    }

    .pgm42 .imgb img {
        width: 100%;
        height: 368px;
    }
}

@media screen and (max-width:500px) {
    .col4 {
        padding: 0 20px;
    }

    .dimgtxtList2-m1>a {
        float: none;
    }

    .dimgtxtList2-m1>a img {
        width: 100%;
        height: auto;
    }

    .dimgtxtList2-m1 .r_info {
        padding-left: 0;
    }

    .dimgtxtList2-m1.cx1 .txt .ct {padding-bottom:0;}
    .dimgtxtList2-m1.cx1 .txt .others {padding-bottom:0;}
    .dimgtxtList2-m1.cx1 .txt h3 {padding:0 0 5px;}

    .dimgtxtList2.cx2 li {
        padding: 0;
        padding-bottom: 10px;
    }

    .dimgtxtList2-m1 .txt h3 {
        padding-top: 10px;
    }

    #wp_news_w05>ul {
        margin-top: 10px !important;
    }

    .pgm42 .imgb img {
        height: auto;
    }

    .dimgtxtList2.cx2 {
        padding-top: 20px;
    }
}

/* txtList5 ==================*/
.txtList5 {
    display: block;
    font-size: 0;
    width: 101%;
}

.txtList5 li {
    width: 33.33%;
    padding: 10px 0px;
    padding-right: 1%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.txtList5-m1 {
    overflow: hidden;
    clear: both;
    padding-bottom: 3px;
}

.txtList5-m1 .date,
.txtList5-m1 .txt1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.txtList5-m1 .date {
    font-size: 0;
    text-align: center;
    margin-right: 12px;
    width: 76px;
    height: 76px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    background: url("/_upload/tpl/03/f0/1008/template1008/images/cm-img9.png") no-repeat right bottom;
    background-color: #fff;
    background-size: 14px auto;
    border: 1px solid #e3e3e3;
    float: left;
    padding: 0px;
    text-align: center;
}

.txtList5-m1 .date:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: middle;
}

.txtList5-m1 .date .k1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: middle;
}

.txtList5-m1 .date p {
    font-size: 18px;
    line-height: normal;
    font-family: "RobotoRegular";
    padding-bottom: 5px;
    color: #666;
    border-bottom: 1px solid #cfcfcf;
}

.txtList5-m1 .date h3 {
    font-size: 30px;
    font-family: "RobotoCondensedBold";
    color: #333;
}

.txtList5-m1:hover .date {
    /* background: #003f88; */
    background: #B01F24;
}

.txtList5-m1:hover .date p {
    color: #fff;
    border-bottom-color: #fff;
}

.txtList5-m1:hover .date h3 {
    color: #fff;
}

.txtList5-m1:hover .txt1 h3 a {
    /* color: #095ab9; */
    color: #B01F24;
}

.txtList5-m1 .txt1 {
    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 0px;
}

.txtList5-m1 .txt1 h3 a {
    height: 46px;
    font-size: 18px;
    color: #013f88;
    font-family: "RobotoCondensedBold";
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.txtList5-m1 .txt1 .ct {
    padding-top: 10px;
}

.txtList5-m1 .txt1 .ct p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.txtList5 li.last .txtList5-m1 .txt1 {
    border-bottom: 0px;
}

@media screen and (max-width:1220px) {
    .pgm43 {
        padding: 0 30px;
    }
}

@media screen and (max-width:768px) {
    .tt {
        padding-top: 30px;
    }

    .dc-dl4 {
        padding-bottom: 0;
    }

    .pgm43 {
        padding: 0 20px;
    }

    .txtList5 li {
        width: 50%;
    }
}

@media screen and (max-width:500px) {
    .tt {
        padding-top: 10px;
    }

    .tit_l .title {
        font-size: 26px;
    }

    .dc-dl4 dd {
        padding-top: 0;
    }

    .pgm43 {
        padding: 0 20px;
    }

    .pgm43 .dc-dl4 dd {
        padding-top: 10px;
    }

    .more_btn a {
        font-size: 26px;
    }

    .txtList5 li {
        /*width: 100%;*/
width:50%;
padding:0 5px 10px 0;
    }
.txtList5-m1 .date{
    margin-right:5px;
    width: 45px;
    height: 50px;
}
.txtList5-m1 .date p{
    padding-bottom:0;
}
.txtList5-m1 .date h3{
    font-size:20px;
}
.txtList5-m1 .txt1{
    padding-top:0;
}
.txtList5-m1 .txt1 h3 a {
    height: 55px;
    font-size: 14px;
    -webkit-line-clamp: 3;
}

    .tt.events {
        width: auto;
    }
}

/* footer start */
#fd {
    /* padding: 40px 0px; */
    background: #003f88 url("/_upload/tpl/03/f0/1008/template1008/images/cm-img8.png") no-repeat center center;
    background-size: cover;
}

/* fdnavList2 ==================*/
.fdnavList2 {
    font-size: 0;
}

.fdnavList2 li {
    /* padding: 2px 0px;
    padding-right: 27px; */
    padding: 12px 0;
    /*width: 300px;*/
    width: 50%;
    text-align: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: middle;
}

.fdnavList2 li.last {
    background: transparent;
}

.fdnavList2 li a {
    font-size: 16px;
    color: #fff;
    font-family: "RobotoRegular";
    text-decoration: underline;
}

.fd-m2 {
    border-bottom: 1px solid #185393;
}

.fd-m2 .inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 22px 0;
    background: url(/_upload/tpl/03/f0/1008/template1008/images/footer-bg.png) no-repeat right center;
    background-size: auto 100%;
    transition: all .8s ease;
}

/*.fd-m2:hover .inner {
    background-size: auto 115%;
}*/

.fd-m2:hover p {
    color: #fff;
}

.fd-m2 p {
    width: 720px;
    margin-left: 150px;
    line-height: 42px;
    font-size: 20px;
    color: #a8ccf4;
}

.fd-m1 {
    overflow: hidden;
    clear: both;
    padding: 30px 0;
}

.fd-m1 .m1 {
    float: left;
    margin-right: 55px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
}

.fd-m1 .m2 {
    padding: 8px 0px;
    /*display: block;*/
    float:left;
    overflow: hidden;
    /*padding-left: 60px;
    border-left: 1px solid #4676aa; */
}

.fd-m1 .vi {
    float:left;
}

.fd-m1 .logo img {
    display: block;
    margin: 0 auto;
}

.fd-m1 .logo img:first-child {
    /* width: 250px;
    height: 69px; */
    width: 438px;
    margin-bottom: 10px;
}

.fd-m1 .m2 .k2 p {
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
}

.fd-m1 .m2 .k2 {
    padding-top: 15px;
}

.copyright {
    /* background-color: #0f2b4a; */
    background: linear-gradient(to right bottom, #003f88, #0f2b4a);
    padding: 16px 0;
}

.copyright p {
    line-height: 30px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width:1220px) {
    #fd {
        padding: 0 30px;
    }
}

@media screen and (max-width:1024px) {
    .fd-m2 p {
        margin-left: 0;
    }

    .fd-m1 .m1 {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }

    .fd-m1 .m2 {
        padding: 0;
        float:none;
    }

    .fd-m1 .m2 .fdnavList2 li {
        width: 25%;
        text-align: center;
    }
    .fd-m1 .vi {
        float:none;
    }
    .fd-m1 .vi img {
        display:block;
        margin:20px auto;
    }
}

@media screen and (max-width:768px) {
    #fd {
        padding: 0 20px;
    }

    .fd-m2 p {
        width: 100%;
    }

    .fd-m1 {
        padding: 20px 0;
    }

    .fd-m1 .m2 .fdnavList2 li {
        width: 50%;
    }
}

@media screen and (max-width:500px) {
    #fd {
        padding: 0 10px;
background: linear-gradient(to right bottom, #003f88, #0f2b4a);
    }

    .fd-m2 .inner {
        /*background: none;*/
background-position: center center;
    }

    .fd-m2 p {
        line-height: 30px;
        font-size: 14px;
        text-align: center;
    }

    .fd-m1 {
        padding: 20px 0;
    }

    .fd-m1 .m2 .fdnavList2 li {
        width: 50%;
    }

    .fd-m1 .logo img {
        width: 250px;
    }
    .fd-m1 .logo img:first-child {
        width: 100%;
    }
    .fd-m1 .logo img:last-child {
        margin-left:70px;
    }

    .fd-m1 .vi img {
        height:50px;
        margin: 10px auto 5px;
    }
    
    .copyright {
        padding: 10px 0;
    }
    .copyright p {
        line-height: 20px;
        padding: 0 10px;
        font-size:14px;
    }
}

/* footer end */

/*  ==================*/

/* 重写class ==================*/


.wp_paging li span {
    background-color: #f6f6f6;
}

.wp_articlecontent p,
.wp_articlecontent span{
  font-size:18px !important;
}

.wp_articlecontent p {
    color: #444;
    line-height: 26px;
    font-family: Roboto-Regular;
}

.wp_articlecontent span {
    line-height: 26px;
    font-family: Roboto-Regular;
    color: #444;
}

.wp_articlecontent div {
    line-height: 2em;
    font-family: Roboto-Regular;
    color: #444;
}

.wp_articlecontent span,
.wp_articlecontent p {
    font-family: Roboto-Regular !important;
}

.paging_content p {
    color: #444;
    line-height: 26px;
    font-family: Roboto-Regular;
}

.paging_content span {
    line-height: 26px;
    font-family: Roboto-Regular;
    color: #444;
}

.paging_content div {
    line-height: 2em;
    font-family: Roboto-Regular;
    color: #444;
}

.paging_content span,
.paging_content p {
    font-family: Roboto-Regular !important;
}

@media screen and (max-width:500px) {
    .wp_articlecontent span,.wp_articlecontent p{font-size:14px !important;line-height:1.75em !important;text-align:left !important;}
}
