@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

i,
em {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    COLOR: #b5020c;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}


/*公共样式开始*/

body {
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    color: #333;
    font-size: 14px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none;
}

.display {
    display: block;
}

.mt15 {
    margin-top: 15px;
}

.ml20 {
    margin-left: 20px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

.w1280 {
    width: 1200px;
    margin: 0 auto;
}


/***************header****************/

#header {
    width: 100%;
    position: relative;
}

#top {
    width: 100%;
    height: 128px;
    background: url(/hlx/images/navbg.png) bottom center no-repeat;
    position: absolute;
    top: 0;
    z-index: 999;
}

.top {
    max-width: 1200px;
    height: 128px;
    margin: 0 auto;
}

.top-one {
    max-width: 1200px;
    height: 52px;
    overflow: hidden;
}

.top-one ul {
    overflow: hidden;
}

.top-one ul li {
    float: left;
    color: #fff;
}

.top-one ul li a {
    color: #333;
}

.top-one .fl {
    width: 245px;
    height: 50px;
}

.top-one .fl li {
    margin: 0 8px;
    line-height: 50px;
}

.top-one .fr {
    width: 240px;
    height: 50px;
}

.top-one .fr li {
    line-height: 50px;
}

.top-two {
    max-width: 1200px;
    height: 76px;
}

.logo {
    width: 454px;
    height: 66px;
    padding-top: 10px;
}

.logo img {
    width: 100%;
}

.nav {
    position: relative;
    height: 76px;
    /* width:745px; */
    width: 100%;
}

.nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav ul li {
    float: left;
    text-align: center;
    height: 66px;
    padding-top: 10px;
    width: 12.28%;
    display: block;
    float: left;
    display: block;
    position: relative;
}

.nav ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
}

.nav ul li span {
    display: block;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding-top: 15px;
    /* font-weight:bold */
}

.nav ul li i {
    text-align: center;
    display: none;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #e39e9e;
    text-transform: uppercase;
}

.nav ul li ul {
    display: none;
}

.nav ul li ul li {
    width: 100%;
    position: static;
    padding-top: 0;
    border-right: none !important;
    height: auto;
}

.nav ul li:hover {
    color: #fff;
    background: #ab0c0f;
}

.nav ul li.hover {
    color: #fff;
    background: #ab0c0f;
}

.nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 76px;
    left: 0;
}

.nav ul li:hover ul li ul {
    display: none;
}

.nav ul li:hover ul li a {
    display: block;
    text-align: center;
    line-height: 35px;
    background: #ab0c0f;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #b91616;
}

.nav ul li:hover ul li a:hover {
    color: #fff;
    text-align: center;
    background: #bc2427;
}

.banner {
    width: 100%;
    background: #efefef;
    position: relative;
    z-index: 10;
    height: 587px;
    overflow: hidden;
}

.bannercon {
    position: relative;
    zoom: 1;
    margin: 0 auto;
    width: 100%;
}

.bannercon .main {
    width: 100%;
    float: left;
}

.bg_colors {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 587px;
}

.bgs_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 587px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.bgs_box a {
    display: block;
    height: 587px;
    line-height: 10000px;
}

.bg_colors .on {
    opacity: 1;
    filter: alpha(opacity=100)
}

.s_arr {
    position: relative;
}

.s_left,
.s_right {
    width: 30px;
    height: 65px;
    cursor: pointer;
    position: absolute;
    z-index: 66;
    margin-top: 160px;
}


/*.s_left{ background:url(/hlx/images/an1.png) no-repeat; left:50px;}
.s_right{background:url(/hlx/images/an2.png) no-repeat; right:50px;}*/

.switch_list {
    position: relative;
    left: 47%;
    top: 410px;
}

.switch_list div {
    position: absolute;
    bottom: -150px;
}

.switch_list div span {
    float: left;
    vertical-align: top;
    width: 17px;
    height: 17px;
    overflow: hidden;
    margin: 0 10px;
    background: url(/hlx/images/xb2.png) top left no-repeat;
    cursor: pointer;
}

.switch_list div .on {
    background: url(/hlx/images/xb1.png) top left no-repeat;
}


/* vivo-head */

#vivo-head {
    z-index: 1;
    position: relative;
    width: 100%;
    border-bottom: 1px #e7e7e7 solid;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    z-index: 99;
    background: #fff;
}


/*.vivo-nav { width:38px; height:40px; overflow:hidden;}
.vivo-nav .search-user{ position:absolute; width:38px; height:40px;}
.search-user a{ width:38px; height:40px; display:block; overflow:hidden;}*/

#vivo-head .vivo-search {
    height: 90px;
    width: 100%;
    background: #454545;
    z-index: 9999;
    display: none;
}

.vivo-search .search-box {
    width: 705px;
    height: 45px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -350px;
    position: relative;
    z-index: 9999;
}

.ssk111 {
    width: 550px;
    height: 25px;
    padding: 10px 20px;
    font-size: 14px;
    color: #555;
    border: none;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.ssbutton {
    width: 110px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    overflow: hidden;
    vertical-align: middle;
    background: #008cd6;
    outline: none;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.ssbutton:hover {
    background: #0074b2;
}

.ssbutton:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
}

.vivo-search .search-box a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: -40px;
    background: url() -86px 0 no-repeat;
    _background-image: url();
}

.vivo-search .search-box a.close:hover {
    background-position: -86px -25px;
}


/**********************main*************************/

#main {
    width: 100%;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.main-top {
    max-width: 1200px;
    margin: 0 auto;
    height: 370px;
    padding-top: 10px;
}

.main-top .new-tit {
    max-width: 1200px;
    height: 68px;
    overflow: hidden;
}

.main-top .new-tit h2 {
    line-height: 68px;
    width: 140px;
    font-weight: bold;
    background: url(/hlx/images/ico1.png) center left no-repeat;
    padding-left: 30px;
}

.main-top .new-tit a {
    display: block;
    line-height: 68px;
}

.menunav {
    width: calc(100% - 454px);
}

.new-list {
    overflow: hidden;
}

.new-list .fl {
    width: 77.5%;
}

.new-list .fl ul {
    overflow: hidden;
}

.new-list .fl ul li {
    float: left;
    width: 29%;
    margin-right: 4.333%;
}
.new-list .fl ul li a{display:block;}
.new-list .fl ul li a img{display:block; width:100%;}
.new-list .fl ul li h3 {
    font-size: 14px;
    padding-top: 3px;
    line-height: 30px;
}

.new-list .fl ul li p {
    font-size: 13px;
    color: #999;
    line-height: 25px;
}

.new-list .fr {
    width: 22.5%;
}

.new-list .fr ul li a {
    line-height: 21px;
}

.new-list .fr ul li b {
    border-top: 1px dashed #999;
    display: block;
    margin: 22px 0;
}

#main-mid {
    width: 100%;
    background-color: #e6e6e6;
}

.main-mid {
   max-width: 1200px;
    margin: 0 auto;
    height: 460px;
    padding-top: 20px;
}

.tit {
    height: 50px;
    line-height: 50px;
}

.tit h2 {
    width: 90px;
    font-size: 18px;
    font-weight: bold;
}

.tit a {
    font-size: 14px;
    color: #999;
}

.mtpy {
    width: 33.333%;
    height: 440px;
    overflow: hidden;
   
}

.mtpy .tit h2 {
    padding-left: 30px;
    background: url(/hlx/images/ico2.png) center left no-repeat;
}

.mtpy ul {
    margin-top: 20px;
}

.mtpy ul li {
    height: 70px;
    overflow: hidden;
    display: block;
    margin-bottom: 50px;
}

.mtpy ul li:last-child {
    margin-bottom: 0px;
}

.mtpy li .rq {
    display: block;
    width: 62px;
    height: 59px;
    margin-top: 5px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    font-size: 12px;
    color: #a1010a;
}

.mtpy li .rq h2 {
    font-size: 18px;
    color: #fff;
    background: #b5020c;
    line-height: 30px;
    display: block;
}

.mtpy li .zw {
   width: calc(100% - 75px);
    display: block;
    font-size: 15px;
    line-height: 24px;
}

.mtpy li .zw p {
    font-size: 14px;
    color: #999;
    display: block;
}

.xsky {
    width: 33.333%;
    height: 440px; margin-right: 3%;
margin-left: 3%;
    overflow: hidden;
}

.xsky .tit h2 {
    padding-left: 30px;
    background: url(/hlx/images/ico3.png) center left no-repeat;
}

.xsky ul {
    margin-top: 20px;
}

.xsky ul li {
    height: 35px;
    font-size: 15px;
    overflow: hidden;
    line-height: 35px;
}

.xsky ul li span {
    float: right;
    color: #999;
    font-size: 14px;
}

.xsky ul li.tt {
    height: 75px !important;
    overflow: hidden;
    line-height: 26px !important;
    font-size: 15px;
}

.xsky ul li.tt p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.zbgg {
    width: 27%;
    height: 440px;
    overflow: hidden;
}

.tszt .tit h2 {
    padding-left: 30px;
    background: url(/hlx/images/ico4.png) center left no-repeat;
}

.tszt ul {
    overflow: hidden;
    margin-top: 20px;
}

.tszt ul li {
    float: left;
width:48%;
margin-right:4%;
}
.tszt ul li:nth-child(2n){margin-right:0;}
.tszt ul li:nth-child(2n-1){margin-left:0;}
.tszt ul li a{display:block;}
.tszt ul li a img{display:block; width:100%;}
.kstd .tit {
    margin-top: 10px;
}

.kstd .tit h2 {
    padding-left: 30px;
    background: url(/hlx/images/ico5.png) center left no-repeat;
}

.kstd ul {
    overflow: hidden;
    margin-top: 20px;
}

.kstd ul li {
    float: left;
    width: 48%;
margin-left: 4%!important;
    height: 70px;
    padding-top: 10px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.kstd ul li:nth-child(2),.kstd ul li:nth-child(4){margin-left: 0!important;}

.kstd ul li a {
    color: #fff;
    font-size: 16px;
}

.ks1 {
    background-color: #993400;
}

.ks2 {
    background-color: #9a6600;
}

.ks3 {
    background-color: #cc6733;
}

.ks4 {
    background-color: #cc9900;
}

.ks5 {
    background-color: #989933;
}

.ks6 {
    background-color: #b4ae18;
}

.main-bot {
    max-width: 1200px;
    margin: 0 auto;
}

.main-bot .fj-tit {
    width: 1200;
    height: 85px;
    overflow: hidden;
}

.main-bot .fj-tit h2 {
    line-height: 85px;
    width: 140px;
    font-weight: bold;
    background: url(/hlx/images/ico6.png) center left no-repeat;
    padding-left: 30px;
}

.main-bot .fj-tit a {
    display: block;
    line-height: 85px;
}

.tply {
    overflow: hidden;
}

.tply li {
    float: left;
    width: 277px;
    height: 183px;
    position: relative;
    margin-right: 30px;
}

.tply li:last-child {
    margin-right: 0px;
}

.tply li p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 17px;
    width: 243px;
    height: 50px;
    line-height: 50px;
    background: url(/hlx/images/hstm.png) repeat;
}

.tply li p a {
    color: #fff;
}


/**********************footer*************************/

#footer {
    width: 100%;
    height: 120px;
    background: url(/hlx/images/ft-bg.jpg) center left no-repeat;
    margin-top: 40px;
}

.footer {
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding-top: 20px;
}

.footer-top {
    overflow: hidden;
}

.lxfs {
    color: #ebebeb;
    font-size: 14px;
    line-height: 30px;
    padding-top: 7px;
}

.ewm ul {
    overflow: hidden;
}

.ewm ul li {
    float: left;
    margin-left: 15px;
}

.ewm ul li p {
    color: #ebebeb;
    text-align: center;
}


/******************************************************/

.nybanner {
    height: 450px;
    width: 100%;
    z-index: -1;
    position: relative;
}


/*内页样式*/

.ny {
    background: #f6f6f5;
    max-width: 1200px;
    margin: 0 auto;
}
.ny_left{float: left;
    width: 250px;
}
.ny_left_top {
    height: 80px;
    width: 250px;
    color: #FFF;
    background: #a1010a;
    margin-top: -81px;
    position: absolute;
    z-index: 666;
}

.ny_left_top h2 {
    font-size: 20px;
    display: block;
    width: 250px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.ny_right {
    float: right;
    background: #fff;
    width: calc(100% - 250px);
    min-height: 500px;
    padding-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}

.ny_right1 {
    background: #fff;
    max-width: 1166px;
    margin: 0 auto;
    padding: 15px;
    min-height: 500px;
}

.ny_right_con {
    line-height: 34px !important;
    padding: 15px 5px 10px 10px;
}

.nytit {
    background: url(/hlx/images/dqwz.png) left center no-repeat;
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}

.nytit a {
    padding-right: 7px;
}

.dqwz {
    background: url(/hlx/images/dqwz.png) left center no-repeat;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    padding-left: 30px;
}

.dqwz a {
    padding-right: 7px;
}


/*次级页面二级菜单*/

.snav {
    width: 250px;
    margin-top: 10px;
}

.snav li {
    width: 235px;
    margin-left: 15px;
    font-size: 16px;
}

.snav .s1 {
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    display: block;
}

.snav .s1:after {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #bc2427;
    background: url(/hlx/images/nynav.jpg) left center no-repeat #fff;
}

.snav li.on .s1:after,
.snav .s1:hover:after,
.snav .li-open .s1:after {
    display: none;
}

.snav .li-add .s1 {
    height: 50px;
    line-height: 50px;
}

.snav .li-open .s1 {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #bc2427;
    font-weight: bold;
    background: url(/hlx/images/nynav.jpg) 15px center no-repeat #fff;
}

.snav .on.li-add .s1 {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #bc2427;
    font-weight: bold;
    background: url(/hlx/images/nynav.jpg) 15px center no-repeat #fff;
}

.snav .on.li-open .s1 {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #bc2427;
    font-weight: bold;
    background: url(/hlx/images/nynav.jpg) 15px center no-repeat #fff;
}

.snav li.on .s1,
.snav .s1:hover {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #bc2427;
    font-weight: bold;
    background: url(/hlx/images/nynav.jpg) 15px center no-repeat #fff;
}

.snav dl {
    display: none;
    border-top: 1px solid #eaeaea;
}

.snav li.on dl {
    display: block;
    background: #fff;
}

.snav dl a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 39px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 30px;
}

.snav dd.on a,
.snav dl a:hover {
    color: #bc2427;
    background: url(/hlx/images/gicon8.png) no-repeat 220px center #fff;
    padding-left: 30px;
}

.dpzw {
    text-indent: 2em;
    font-size: 16px;
}

.dpzw p {
    text-indent: 2em;
    text-align: justify;
    font-size: 15px;
    text-justify: inter-ideograph;
    margin-bottom: 15px;
}

.dpzw img {
    text-align: center;
    max-width: 600px;
    margin: 15px auto;
    display: block;
}


/*信息列表开始*/

.Newslist {}

.Newslist ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(/hlx/images/xb.jpg) no-repeat left 22px;
    padding-left: 15px;
}
.Newslist ul li a{display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.Newslist ul li span {
    float: right;
    color: #999999;
    margin-right: 2px;
}


/*图片列表开始*/

.Pic {}

.Pic ul {
    padding-top: 15px;
}

.Pic ul li {
   
    float: left;
    margin-bottom: 15px;
    display: block;
    width: 23%;
margin-left:2.6667%;
    height: 190px;
}
.Pic ul li:nth-child(4n-3){margin-left:0;}
.Pic ul li img {display:block;
    padding: 1px;
    border: 1px solid #DDDDDD;
    height: 145px;
    width: 100%;
    overflow: hidden;
}

.Pic ul li span {
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.line1 {
    border-top: 1px dashed #DDDDDD;
}


/*详细页*/

.content {
    max-width: 1100px;
    padding: 20px 33px 0 33px;
}

.content-title {
    max-width: 1100px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.content-title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #bc2427;
    padding-bottom: 5px;
}

.content-title i {
    TEXT-ALIGN: center;
    MARGIN: 0px auto;
    BACKGROUND: #f6f6f6;
    HEIGHT: 32px;
    display: block;
    line-height: 32px;
    font-style: normal;
}

.content-con {
    max-width: 1100px;
    font-size: 16px;
    line-height: 35px;
    padding: 10px 0;
}

.content-con p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}

.content-con img {
    text-align: center;
    max-width: 600px;
    margin: 15px auto;
    display: block;
}

.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb;
}

.sxt p {
    display: block;
    width: 1000px;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}


/*搜索结果*/

.ssjg-list {
    min-height: 500px;
    padding: 20px;
}

.ssjg-list li {
    border-bottom: 1px dotted #bfc1c2;
    padding: 10px 15px;
}

.ssjg-list li h3 {
    color: #bc2427;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssjg-list li p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.ssjg-list li i {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-style: normal;
}

.maincontent h2 {
    background: #01438d;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    padding: 2px 5px;
    width: 100px;
    text-align: center;
}

.maincontent table {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
}

.maincontent table a {
    color: #323232;
}

.maincontent table a:hover {
    color: #01438d;
    text-decoration: underline;
}

.maincontent table img {
    max-width: 600px;
}

.maincontent table td {
    text-align: center;
    padding: 5px 10px;
    border: 1px #eee solid;
    width: 20%;
}

.maincontent table td:hover {
    background: #eef2fa;
}

.odd {
    background: #f9f9f9;
}

.logo .zhuzhan {
    float: left;
    width: 340px;
}

.logo .zizhan {
    float: left;
}

.logo .zhuzhan img {
    width: 100%;
}

.logo .zizhan {
    font-size: 30px;
    /* color: #fff;*/
    font-weight: normal;
    line-height: 58px;
}


/* 移动端 */

.wap {
    display: none;
}

.l-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.l-top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.ny_left_top::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    display: none;
}

@media screen and (max-width: 1200px) {
    .top,
    .main-top,
    .main-mid,
    .main-bot,
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
.ny_right{ padding-right: 15px;}
.logo .zhuzhan{width:235px;}
.logo .zizhan{font-size:22px;line-height: 45px;}
.logo{padding-top:15px;}
.kstd ul li a{font-size:12px;}
}
@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }
    .top {
        display: none;
    }
.ny_right{float:none;width:100%;padding:15px;}
#top{background: none;}
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 16px 10px;border-bottom: 1px solid #eee;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        border: none;
outline:none;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
      background: #b5020c;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/hlx/images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
 .ny_left {
        float: none;
        width: 100%;
    }
    .ny_left_top {
        position: relative;
        width: 100%;
    }
    .ny_left_top h2 {
        width: 100%;
        text-align: left;
        padding: 0 15px;box-sizing:border-box;
    }
    .ny_left_top::after {
        display: block;
    }
.snav{width:100%;display:none;}
.snav li{width:100%;}
}
@media screen and (max-width: 1000px) {
    .new-list .fl {
        float: none!important;
        width: 100%;
    }
#footer{height: initial;background-size: cover;}
.footer{height: initial;}
.main-mid{height: initial;}
    .new-list .fr {
        float: none!important;
        width: 100%;
        margin-top: 15px;
    }
    .mtpy {
        float: none!important;
        width: 100%;height: initial;
    }
    .xsky {
        float: none!important;
        width: 100%;
        margin: 15px 0;height: initial;
    }
    .zbgg {
        float: none!important;
        width: 100%;height: initial;
    }
    .lxfs {
        float: none!important;
        ;
        width: 100%;
        text-align: center;height: initial;
    }
    .ewm {text-align: center;
        float: none; 
    }
    .ewm ul li {
        float: none;display: inline-block;margin-left: 0;

    }
    .main-top {
        height: initial;
        padding-bottom: 15px;
    }
}@media screen and (max-width: 700px) {
#footer{margin-top:0;}
.dpzw p,.dpzw p span{font-size:14px!important;}
    .new-list .fl ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .new-list .fl ul li a img {
        height: initial!important;
    }
    .mtpy ul li {
        margin-bottom: 10px;
    }
    .kstd ul li a {
        padding: 10px;
    }
    .lxfs {
        font-size: 12px;
    }
.nytit{height: initial;
    line-height: 32px;}
.content-title h3{  line-height: 32px;}
.content-title i{   height: initial;}
.content{padding:15px;}
.Pic ul li{width:48%;margin-left:0;margin-right:4%;height: initial;}
.Pic ul li:nth-child(2n){margin-right:0;}
.Pic ul li img{    height: 118px;}
}