h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1400px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #333333;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p,
dl,
dt,
dd {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #013996;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.mwrap {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #013996;
}

 ::selection {
    color: #fff;
    background: #013996;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #013996;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #013996;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.head {
    background: url(../images/headbg_02.jpg) no-repeat center;
    background-size: 100% 100%;
}

.head .wrap {
    height: 195px;
}

.head select {
    background: #fff;
    border-radius: 0;
    height: 40px;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
    color: #999999;
}

.head .search {
    border: 1px #939393 solid;
    margin-top: 20px;
}

.head .search input {
    text-indent: 1em;
    width: 260px;
    font-size: 16px;
}

.head .topright {
    font-size: 16px;
}

.nav {
    height: 80px;
    background: #013996;
}
.nav .wrap{
    text-align: center;
}
.nav ul{
    display: inline-block;
}
.nav li {
    float: left;
    line-height: 80px;
    font-size: 18px;
    margin-right: 35px;
}

.nav li a {
    color: #ffffff;
    font-family: 黑体;
}

.nav .on {
    font-weight: bold;
}

.ny-banner {
    background-size: auto 100% !important;
    height: 513px;
    color: #ffffff;
    width:100%;
}

.ny-banner .en {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: lighter;
}

.ny-banner .line {
    width: 63px;
    height: 8px;
    background: #ffffff;
    margin: 8px 0;
}

.ny-banner .font {
    font-size: 50px;
    font-weight: bold;
}

.ny-fl {
    font-size: 16px;
    padding: 60px 0;
}

.ny-fl .wrap {
    border-bottom: 1px #efefee solid;
}

.ny-fl a {
    padding-bottom: 10px;
}

.ny-fl .on {
    border-bottom: 3px #013996 solid;
}

.zhjy {
    background: #f3f4f8;
    padding: 70px 0;
}

.zhjy ul {
    margin-right: -3%;
}

.zhjy li {
    width: 30.3%;
    float: left;
    margin-right: 3%;
    margin-bottom: 60px;
}

.zhjy .img {
    padding-bottom: 66%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.zhjy .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.zhjy .txt {
    background: #ffffff;
    padding: 12px;
}

.zhjy .txt .title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0;
    display: block;
}

.zhjy .txt .t1 {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.zhjy .txt .date {
    color: #939393;
    margin-top: 5px;
}

.pagination {
    margin-top: 30px;
}

.pagination form {
    text-align: center;
}

.pagination a {
    border: 1px #e7e7e7 solid;
    margin-left: 6px;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 39px;
    cursor: pointer;
}

.pagination span a {
    color: #888;
}

.pagination a:hover,
.pagination .active {
    border-color: #409efa;
    background: #409efa;
    color: #fff;
}

.pagination #test_page {
    width: 50px;
    height: 25px;
    border: 1px #e7e7e7 solid;
}

.friendlink {
    padding: 8px 0;
    border-top: 1px #dae2f0 solid;
}

.friendlink .link {
    color: #013996;
    line-height: 40px;
    font-size: 16px;
    flex-wrap: wrap;
    width: 91%;
}

.friendlink span {
    font-size: 16px;
    font-weight: bold;
    color: #013996;
    line-height: 40px;
    display: block;
    width: 8%;
}

.friendlink .link a {
    margin-right: 30px;
}

.foot {
    background: #013996;
    padding: 30px 0;
}

.foot .box1 {
    color: #ffffff;
}

.foot .box1 h1 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: bold;
}

.foot .box1 p {
    font-size: 16px;
    line-height: 40px;
}

.copyright {
    color: #999999;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.tgw .item {
    margin-bottom: 40px;
}

.tgw .item .img {
    width: 20%;
    padding-bottom: 12%;
    height: 0;
    position: relative;
    display: block;
}

.tgw .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.tgw .item .center {
    width: 66%;
    transition: transform 0.5s ease;
}

.tgw .item .center .title {
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.tgw .item .center .detail {
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #939393;
}

.tgw .item .center .date {
    width: 10%;
    color: #939393;
}

.tgw .item .center .date p {
    font-size: 50px;
}

.tgw .item .center .txt {
    width: 90%;
}

.tgw .item .arrow img {
    display: block;
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
}

.tgw .item:hover .arrow img {
    transform: translateX(-20px);
    /* 向左移动20px */
}

.tgw .item:hover .center {
    transform: translateX(-20px);
}

.tgw {
    padding-bottom: 80px;
}

.lxwm h1 {
    text-align: center;
    margin: 70px 0 50px 0;
    font-size: 36px;
    font-weight: bold;
}

.lxwm .lx {
    flex-wrap: wrap;
    padding: 50px 30px;
    background:#f3f4f8;
}

.lxwm .lx .item {
    width: 25%;
    margin-bottom: 60px;
}

.lxwm .lx .item p {
    font-size: 20px;
    font-weight: bold;
    border-left: 2px #013996 solid;
    text-indent: 0.5em;
    margin-bottom: 30px;
}

.lxwm .lx .item span {
    font-size: 20px;
}

.lxwm .lx .item:last-child {
    margin-right: auto;
    width: auto;
}

.lxwm .liuyan {
    background: #f3f4f8;
    padding: 50px 20px;
    margin-bottom: 50px;
}

.lxwm .liuyan .flex {
    flex-wrap: wrap;
}

.lxwm .liuyan input {
    width: 48%;
    height: 58px;
    border: 1px #dcdcdc solid;
    margin-bottom: 20px;
    font-size: 16px;
    text-indent: 2em;
}

.lxwm .liuyan textarea {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    border: 1px #dcdcdc solid;
    height: 240px;
}

.lxwm .liuyan .btn {
    width: 180px;
    height: 55px;
    line-height: 55px;
    background: #013996;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin: 30px auto;
    display: block;
}

.about-content {
    padding-bottom: 50px;
    background: url(../images/about_03.jpg) no-repeat bottom center;
}

.about-content img {
    float: right;
    margin-left: 100px;
    margin-bottom: 40px;
}

.about-content p {
    font-size: 16px;
    line-height: 38px;
    color: #666666;
}

.ny-title {
    text-align: center;
    margin-bottom: 100px;
}

.ny-title .t1 {
    font-size: 20px;
    color: #013996;
    text-transform: uppercase;
}

.ny-title .t2 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

#imgbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    z-index: 90;
}

#imgbox-loading div {
    background: #FFF;
    width: 100%;
    height: 100%;
}

#imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80;
}

.imgbox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    display: none;
    z-index: 90;
}

.honor-img {
    width: 100%;
    display: block;
}

.honor-img img {
    width: 100%;
}

.ryzz-content {
    padding-bottom: 250px;
    background: url(../images/about_03.jpg) no-repeat center bottom;
}

.ryzz-content #imglist {
    flex-wrap: wrap;
    margin-right: -2%;
}

.ryzz-content #imglist li {
    width: 23%;
    margin-right: 2%;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background: #ffffff;
}

.ryzz-content #imglist p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

.ryzz-content #imglist span {
    font-size: 14px;
    line-height: 25px;
    color: #939393;
    float: right;
    margin-top: 10px;
}

.toutiao {
    background: #f5f5f5;
    position: relative;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
}

.toutiao p,
.toutiao h1 {
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao h1 {
    color: #333333;
    font-size: 30px;
    margin-bottom: 10px;
}

.toutiao p {
    color: #666666;
}

.index01 {
    overflow: hidden;
    padding-bottom: 50px;
}

.index01 .swiper-container {
    width: 55%;
    margin: 0;
    float: left;
}

.index01 .imgZoom {
    display: block;
    padding-bottom: 56%;
    height: 0;
    position: relative;
    width: 100%;
}

.index01 .imgZoom img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index01 .swiper-slide {
    position: relative;
}

.index01 .swiper-slide .title {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 9;
    display: block;
    bottom: 0;
    left: 0;
    text-indent: 2em;
    font-size: 16px;
}

.index01 .swiper-slide .title span {
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index01 .swiper-pagination {
    width: 15% !important;
    right: 20px;
    left: auto !important;
    bottom: 20px !important;
}

.index01 .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.index01 .swiper-pagination-bullet-active {
    background: #013996;
}

.index01 .right {
    float: right;
    width: 43%;
}

.index01 .right .bt {
    border-bottom: 1px #ededed solid;
}

.index01 .right .bt .fl {
    width: 220px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    position: relative;
    background: #d6dffd;
}

.index01 .right .bt .on {
    color: #fff;
    font-weight: bold;
    background: #013996;
}

.index01 .right .bt .on::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #013996;
    bottom: -10px;
    left: 100px;
}

.index01 .right .bt a {
    line-height: 46px;
}

.index01 .right .box1 {
    margin: 20px 0;
}

.index01 .right .box1 .h1 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.index01 .right .box1 .h1 span {
    background: #013996;
    color: #ffffff;
    padding: 2px 5px;
    margin-right: 20px;
}

.index01 .right .box1 .detail span {
    color: #0d4db9;
}

.index01 .right .box2 .item {
    line-height: 36px;
    text-indent: 2em;
    position: relative;
}

.index01 .right .box2 .item a {
    font-size: 16px;
    width: 74%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.index01 .right .box2 .item a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999999;
    left: 0;
    top: 18px;
}

.index01 .right .box2 .item span {
    color: #999999;
}

.box-hidden {
    display: none;
}

.index-tit {
    height: 84px;
    background: #f3f4f8;
}

.index-tit .lf {
    font-size: 24px;
    font-weight: bold;
    color: #013996;
}

.index-tit .lf img {
    margin-right: 20px;
}

.index-tit .more {
    display: block;
    font-size: 16px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 40px;
    background: #013996;
}

.index02 .left {
    width: 38%;
    background: #ffffff;
}

.index-newsitem {
    padding: 10px 20px;
    background: #ffffff;
}

.index-newsitem .item {
    line-height: 36px;
    text-indent: 2em;
    position: relative;
}

.index-newsitem .item a {
    font-size: 16px;
    width: 71%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.index-newsitem .item i {
    font-style: normal;
    color: #013996;
}

.index-newsitem .item span {
    color: #999999;
}

.index-newsitem .item a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #013996;
    left: 0;
    top: 18px;
}

.index02 .right {
    width: 59%;
    background: #ffffff;
}

.index-newsitem .box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.index-newsitem .box .img {
    width: 32%;
    display: block;
    padding-bottom: 20%;
    height: 0;
    position: relative;
}

.index-newsitem .box .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index-newsitem .box .font {
    width: 65%;
}

.index-newsitem .box .font .title {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.index-newsitem .box .font .date {
    font-size: 16px;
    font-weight: bold;
    color: #013996;
    margin: 8px 0;
}

.index-newsitem .box .font .detail {
    line-height: 25px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index03 .left,
.index03 .right {
    width: 48.5%;
}

.index04 .content {
    background: #ffffff;
    padding-top: 40px;
    flex-wrap: wrap;
}

.index04 .content .item {
    width: 20%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
}

.index04 .content .item a {
    display: block;
}

.index05 .content .bg1 {
    background: url(../images/fwzj1.png) no-repeat;
}

.index05 .content .bg2 {
    background: url(../images/fwzj2.png) no-repeat;
}

.index05 .content .bg3 {
    background: url(../images/fwzj3.png) no-repeat;
}

.index05 .content .bg4 {
    background: url(../images/fwzj4.png) no-repeat;
}

.index05 .content .bg5 {
    background: url(../images/fwzj5.png) no-repeat;
}

.index05 .content .item {
    width: 18%;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    background-size: 100% 100%;
}

.index05 .content .item h1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.index05 .content .item p {
    font-size: 16px;
    line-height: 28px;
    color: #eceff5;
}

.index06 .content .item {
    width: 31%;
    margin-bottom: 100px;
}

.index06 .content .item .img {
    width: 100%;
    display: block;
    padding-bottom: 61%;
    height: 0;
    position: relative;
}

.index06 .content .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index06 .content .item .title {
    background: #013996;
    color: #fff;
    display: block;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 16px;
}

.ny-banner .wrap {
    padding-left: 140px;
}

.djzh {
    background: #f7f7f7;
    padding: 0 40px 40px 40px;
}

.djzh .left {
    width: 49%;
}

.djzh .left .item {
    border-bottom: 1px #9a9a9a dashed;
    padding: 20px 0;
}

.djzh .left .item .date {
    background: #ce0001;
    width: 11%;
    height: 70px;
    text-align: center;
    color: #ffffff;
}

.djzh .left .item .date p {
    font-size: 30px;
    margin-top: 5px;
}

.djzh .left .item .txt {
    width: 80%;
}

.djzh .left .item .txt .title {
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.djzh .left .item .txt .detail {
    font-size: 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
}

.djzh .right {
    width: 48%;
    margin-top: 40px;
}

.djzh .right .img {
    width: 100%;
    padding-bottom: 54%;
    height: 0;
    position: relative;
    display: block;
}

.djzh .right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.djzh {
    margin-bottom: 70px;
}

.news01 .left {
    width: 46%;
}

.news01 .left .imgZoom {
    display: block;
    padding-bottom: 65%;
    height: 0;
    position: relative;
    width: 100%;
}

.news01 .left .imgZoom img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news01 .left .title {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 9;
    display: block;
    bottom: 0;
    left: 0;
    text-indent: 2em;
    font-size: 16px;
}

.news01 .left .title span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news01 .right {
    width: 50%;
}

.news01 .right .date {
    width: 11%;
    text-align: center;
    color: #013996;
}

.news01 .right .date p {
    font-size: 50px;
    margin-top: 5px;
}

.news01 .right .txt {
    width: 85%;
}

.news01 .item {
    border-bottom: 1px #9a9a9a dashed;
    padding: 25px 0;
}

.news01 .right .txt .title {
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #013996;
    font-weight: bold;
}

.news01 .right .txt .detail {
    font-size: 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
}

.news01 {
    margin-bottom: 80px;
}

.location {
    line-height: 100px;
    font-size: 16px;
}

.news-nei {
    background: #f3f4f8;
}

.news-nei .left {
    padding: 40px;
    background: #ffffff;
    width: 67%;
}

.news-nei .left .top {
    margin-bottom: 40px;
}

.news-nei .left .top h1 {
    font-size: 26px;
}

.news-nei .left .top p {
    color: #999999;
    margin: 20px 0;
}

.news-nei .left .content {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
}
.news-nei .left .content p,
.news-nei .left .content span{
    font-family: 仿宋;
}
.news-nei .right {
    width: 30%;
    background: #ffffff;
}

.news-nei .right img {
    width: 100%;
}

.news-nei .right .item {
    border-bottom: 1px #eeeeed solid;
    padding: 20px;
}

.news-nei .right .item .num {
    font-size: 26px;
    margin-right: 20px;
}

.news-nei .right .item .txt {
    width: 90%;
}

.news-nei .right .item .txt .title {
    font-size: 18px;
    line-height: 27px;
}

.news-nei .right .item .lei {
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #285bf9;
    color: #ffffff;
    border-radius: 40px;
}

.news-nei .right .item .date {
    color: #939393;
}

.news-nei .right .item .box {
    margin-top: 15px;
}

.news-nei {
    padding-bottom: 100px;
}

.piao {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 99999;
}

.piao a {
    display: block;
    margin-bottom: 20px;
}

.foot .t1 {
    float: left;
    margin-right: 100px;
}

.ny-ejfl {
    background: url(../images/ejflbg.jpg) no-repeat center;
    padding: 50px 0;
    background-size: 100%;
}

.ny-ejfl .content {
    flex-wrap: wrap;
    margin-right: -2%;
}

.ny-ejfl .item {
    text-align: center;
    padding: 20px 30px;
    font-size: 16px;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.zhkj-bt {
    text-align: center;
}

.zhkj-bt h1 {
    font-size: 44px;
    color: #000;
    margin-bottom: 10px;
}

.zhkj-bt p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 40px;
}
.lanmu50 .wrap,.lanmu48 .wrap,.lanmu4 .wrap,.lanmu47 .wrap, .lanmu49 .wrap{
    width:30%;
}

