@charset "utf-8";/* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1100px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;background:#ffffff;
}

ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}


a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/*header*/
.header{ width:100%; height: 140px; background: #920000;min-width:1200px;}
.header_bg{background:url("../images/header_bg.png") 400px bottom no-repeat; height: 140px}
.header .top-line{ background: #00406e; height: 32px; line-height: 32px; color: #8eb0d7; font-size: 12px; font-family: simsun; position: absolute; top: 0; width: 100%; }
.header .top-line a{ color: #8eb0d7;}
.header .top-line-l{ float: left;}
.header .top-line-r{ float: right;}
.header .logo{ float: left; margin: 26px 0 0 0}
.header .logo img{ max-height:68px;}
.header .top-right{ float: right; margin: 0 0 0 0; width: 260px;}
.top-link { color: #ffffff; font-size: 14px; line-height: 50px; float: right; text-align: right}
.top-link a{ color: #ffffff; font-size: 14px; line-height: 50px;}
/*search*/
.i-search {
    width: 246px;
    height: 36px;
    overflow: hidden;
    position: relative;
    float: right;
    margin:15px 0 0 0;
}
.i-search .search-txt {
    width: 201px;
    padding-left: 5px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    color: #9e9e9e;
    border: none;
}

.i-search .search-btn {
    width: 45px;
    height: 36px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/search_ico.png") center no-repeat #000000;
    border: 0;
    cursor: pointer
}

.i-search .search-btn:hover {
    background: url("../images/search_ico.png") center no-repeat #ff9933;
    border: 0;
    cursor: pointer
}


/*i-menu*/

.i-menu { width:100%; height: 46px; z-index: 9999; margin: 0 auto; background: #660000;min-width:1200px;}
.nav{ width:1400px; margin: 0 auto; height:46px; line-height:46px;  position:relative; z-index:1;  }
.nav a{ color:#fff;  }
.nav .nLi{ float:left;  position:relative; display:inline;margin:0 25px;  }
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ display:block; padding:0 9px; font-size:16px; font-weight:normal; color: #ffffff  }
.nav .sub{ display:none; width:180px; left:0; top:46px;  position:absolute; background:#000000;  line-height:36px; padding:0 0; opacity: 0.8  }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 10px; }
.nav .sub a:hover{ background:#950000; color:#fff;  }
.nav .on h3 a{ background:#000000; color:#fff;   }

/*banner*/
.i_bannerbox{background: url("../images/banner_bg.png");}
.ibanner {
    width:1200px; height: 372px; margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right:2%;
    bottom: 10px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    margin-right:10px;
    width: 10px; border-radius: 50px;
    height:10px;
    line-height:10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.ibanner .hd ul li.on {
    background: #980000;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute; width: 100%;
    bottom:0;
    left:0;
    background: url("../images/tt_bg.png");
    font-size:18px;
    color: #ffffff; height: 44px; line-height: 44px; padding: 0 0 0 20px;
}
.ibanner .bd img {
    width:1200px; height: 372px;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}


/*p_news*/
.p_news{ width: 1200px; margin: 20px auto 0 auto; height: auto; overflow: hidden; position: relative;}
.p_news_left{ float: left; width:770px; margin-right: 25px;}
.p_news_center{float: left; width: 485px;}
.p_news_right{float: right; width: 398px; overflow: hidden}
.t_title{ border-bottom: #dadada 1px solid; height:50px; line-height: 50px;}
.t_title h1{ color: #333333; font-size:24px;padding:0 10px;font-weight:500; border-bottom: #990000 2px solid; display:inline-block; height:49px; line-height:49px;}
.t_title span{ color: #ff9900; font-size: 12px;}
.t_title .more{ float: right; margin: 15px 5px 0 0}

.n_list{height:auto; padding:5px 0 0 0 !important; position: relative}
.n_list li{width: 100%; height: 30px; line-height: 30px; display: block;color: #999999;font-size: 14px; background: url("../images/xhx.png") bottom repeat-x}
.n_list li a{font-size: 14px;color: #666666;  background: url("../images/ico_list.png") left center no-repeat; padding-left:20px; float: left}
.n_list li a:hover{color: #cc3300}
.n_list li .date{float: right}
.n_list li i{ font-style: normal; color: #ff9900}


.ns_list{height: 330px; padding: 5px 0 0 0 !important; position: relative}
.ns_list li{width: 100%; height: 31px; line-height: 31px; display: block;color: #999999;font-size: 14px;}
.ns_list li a{font-size: 14px;color: #666666; float: left}
.ns_list li a:hover{color: #cc3300}
.ns_list li .date{float: right}
.ns_list li i{ font-style: normal; color: #ff9900; margin-right: 3px;}


.tw_top{ width: 100%;height: auto; overflow: hidden; margin: 5px auto 10px auto}
.tw_top img{ width:20%; height:100px; padding: 2px; border: #dfdfdf 1px solid; float: left; margin-right: 10px}
.tw_top .tw_txt{float: right;width:75%; height:auto; overflow: hidden; }
.tw_top .tw_txt h1{ color: #cc0000; font-size:17px; line-height:30px;}
.tw_top .tw_txt h1 a{ color: #cc0000;}
.tw_top .tw_txt p{ font-size: 14px; line-height: 24px; color: #999999; margin:5px 0 ;padding: 0;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.tw_top .tw_txt p a{  color: #999999}
.top_pic{ width: 322px;height: auto; overflow: hidden; margin: 5px auto 10px auto;}
.top_pic img{ width: 142px; height: 95px;padding: 3px; border: #dfdfdf 1px solid; float: left; margin-right: 10px}



.date_list{height:318px; padding:5px 0 0 0 !important; position: relative; overflow: hidden;}
.date_list li{border-bottom: #e4e4e4 1px solid;
    width: 100%;
    height:50px;
    display: block;
    padding: 16px 0;}
.date_list li a{ font-size: 14px; color: #666666; line-height: 22px;}
.date_list li a:hover{color: #cc3300;}
.date_list li span {
    float: left;
    display: block;
    width: 50px;
    height:50px;
    background: #ffffff;
    text-align: center;
    color: #333333;
    font-size: 12px;line-height:18px;
    margin-right: 12px; border:#990000 1px solid; letter-spacing: -1px;
}
.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #990000;
    font-size: 18px;
    font-style: normal;
    line-height:30px;
}


/*i-others*/
.i-others{ background: url("../images/newsbg.png");width: 100%; height: 215px; margin:20px auto 0px auto; padding:20px 0;min-width:1200px;}
.i-others_left{ width:385px; margin-right:20px; float: left}
.i-others_center{ width:385px;  float: left}
.i-others_right{ width:385px;  float: right}


/*i-others1*/
.i-others1{ width: 100%; height: 215px; margin:10px auto 30px auto; padding:5px 0;min-width:1200px;}
.i-others1_left{ width:385px; margin-right:20px; float: left}
.i-others1_center{ width:385px;  float: left}
.i-others1_right{ width:385px;  float: right}


.i-link3{ background: url("../images/newsbg.png");width: 100%}
.i-link{ width: 1200px; margin:0 auto; height: auto; overflow:hidden; padding: 10px 0}
.i-link_left{ width: 800px; float: left; height: auto; overflow: hidden;}
.i-link_right{ width: 385px; float: right;overflow: hidden}
.i-link_left ul{ width: 1000px; float: left;}
.i-link_left a{  float:left; display: block; width: 254px; height: 88px; margin: 5px 15px 15px 0; }
.i-link_left img{ width:240px; height: auto; overflow: hidden}
.i-link_right .kstd_link{ font-size: 15px; color: #333333; line-height: 40px;padding: 15px 0 0 0}
.i-link_right .kstd_link { width: 400px; height: auto; overflow: hidden}
.i-link_right .kstd_link li{ background: url("../images/ico_004.png") left center no-repeat; padding-left: 10px; float:left; width: 120px}
.i-link_right .kstd_link a{  }



/*n_list*/
.n_list2{height:auto; padding: 5px 0 0 0 !important; position: relative;display: block;overflow: hidden;}
.n_list2 li{width: 100%; height: 33px; line-height: 30px; display: block;color: #999999;font-size: 14px;}
.n_list2 li a{font-size: 14px;color: #666666;  background: url("../images/ico_001.png") left center no-repeat; padding-left: 10px; float: left}
.n_list2 li a:hover{color: #cc3300}
.n_list2 li .date{float: right}
.n_list2 li i{ font-style: normal; color: #ff9900}



/*list*/
.lm_banner{ width: 100%; margin: 0 auto; height: 209px;}
.list-main{ width: 1200px; margin: 15px auto;height:auto;  position: relative;}
.list-main-left{ float: left; width: 231px;  top: -20px; position: relative;}
.list-main-left .subbox{ position:absolute; top:-50px; z-index: 99999}
.list-main-left .this-lmname{width: 230px; height:68px; background: url("../images/left_subbg.png") right center no-repeat; padding:0}
.list-main-left .this-lmname H1{ font-size: 22px; color: #ffffff; line-height:68px;margin: 0; padding: 0 0 0 10px;}
.list-main-left .this-lmname H3{ font-size: 16px; color: #cce9ff; line-height: 30px; margin: 0; padding: 0;}

.list-sub{width: 231px; height: auto; overflow: hidden;}
.left_logo{ background: url("../images/left_logo.png") right bottom no-repeat; border-bottom:#d1d1d1 4px solid }
.list-sub li{height: 43px; width: 231px; overflow: hidden; }
.list-sub li a{ height: 42px; line-height:42px;width: 197px; display: block; background: url("../images/list_sub_bg.png") 190px center no-repeat; border-bottom: #d6d6d6 1px solid; border-left:#970000 3px solid; border-right:#d1d1d1 1px solid; padding-left: 30px;}
.list-sub li a:hover{background: url("../images/list_sub_bgon.png") 190px center no-repeat #970000; color: #ffffff}

.list-hot{ margin: 30px 0 0 0; width: 210px; border: #cccccc 1px solid; padding: 10px}
.list-hot h1{background: url("../images/lmhot_line.png") left bottom no-repeat; font-size: 16px; color: #006633; line-height: 40px; padding-left: 10px; }
.list-hot-list{ padding:0; margin: 10px auto}
.list-hot-list li{ text-align: center}
.list-hot-list img{ width: 190px; height: 70px; margin: 5px auto}

.list-main-right{ float: right; width: 940px; min-height: 600px; padding:0; overflow: hidden;}
.list-main-right .lm_name{ height: 50px; line-height: 50px; border-bottom: #cccccc 1px solid}
.list-main-right .lm_name h2{ float: left; text-align: center; font-size:22px; color: #970000; font-weight: bold;}
.list-main-right .lm_name span{ float: right; color: #666666; font-size: 12px; }
.list-main-right .lm_name span a{ color: #666666;}

.fy-list{height: auto; overflow: hidden; margin: 0 auto; padding: 20px 0}
.fy-list li{ line-height: 40px; height: 40px; background: url("../images/ico_005.png") left center no-repeat; font-size: 16px; color: #999999; padding-left: 15px; text-align: right; }
.fy-list li a{ color: #666666; float: left; display: block;line-height: 40px; height: 40px; width:80%;overflow: hidden;text-overflow:ellipsis; white-space:nowrap;text-align:left;}
.fy-list li a:hover{ color: #006ab8; }
.fy-list li span.date_sp{ float: right}
.listmor{ text-align: center; margin:30px auto;}



/*zinfo*/
.content-box{ width: 1200px; margin: 15px auto;overflow: hidden;}
.content-box .lm_name{ height: 50px; line-height: 50px; border-bottom: #cccccc 1px solid;overflow:hidden; }
.content-box .lm_name h2{ float: left; text-align: center; font-size:22px; color: #970000; font-weight: bold;}
.content-box .lm_name span{ float: right; color: #666666; font-size: 12px; }
.content-box .lm_name span a{ color: #666666;}

.c-content { height: auto; overflow:hidden; position: relative; margin: 20px auto 20px auto; padding: 0; }
.c-content .c-title { font-size: 30px; color: #333333; line-height: 40px; text-align: center; margin: 15px 0 20px 0;overflow: hidden; } 
.c-content .other-s { font-size: 14px; line-height: 30px; text-align: center; color: #7f0000; background: #ececec; }
 .c-content .nr-info { height: auto; overflow:hidden; position: relative; text-align: left } 
.c-content .nr-info p { font-size: 16px; color: #666; line-height: 34px; font-family:"微软雅黑"; margin: 15px 0; text-indent: 2em; text-align: left }
 .c-content .nr-info img{ text-indent: 0em;height:auto; }


/*footer*/
.footer{ height: 144px; background: url("../images/end_bg.png") top center repeat-x; margin: 15px auto 0 auto; min-width:1200px;}
.footer-left{ padding: 30px 0 0 0; width: 700px; float: left}
.footer-left p{ color: #ffffff; line-height: 27px; font-size: 14px; margin: 0; padding: 0;}
.footer-right{ padding: 30px 0 0 0; width: 200px; float: right; text-align: right}

.wx_sm{ float: left; color: #ffffff; font-size: 12px; margin-left: 40px;}
.wx_sm img{ width: 65px; height: 65px;}
.wx_sm a span { color: #ffffff; display: block; text-align: center; line-height: 24px;}



.menuph{
	display:none;
    float: right;
}

.phxia
{
	display:none;
}

@media screen and (max-width: 1025px) {
body {
    margin: 0;
    padding: 0;
  
    min-width: 300px;
  }
.w1200 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.header{ width:100%; height: 80px; background: #920000;min-width:300px;}
.header{ width: 100%;
    height: 100%;
    background: #920000;
    min-width: 300px;
    padding: 1em 0;
}
.header .logo{ float: left; margin: 0 0 0 0; width:65%; }
.header .logo img{max-width:90%;max-height:85%;}
.header .top-right{ float: right; margin: 0 0 0 0; width: 14%;}

.top-link {display:none;}
.top-link a{ color: #ffffff; font-size: 14px; line-height: 50px;}
/*search*/
.i-search {display:none;}

.i-menu{display:none;}

.ibanner {
    width:100%; height: 160px; margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.ibanner .bd img {
    width:100%; height: 160px;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    display: none;
}
.ibanner .bd li h1 {
    position: absolute; width: 100%;
    bottom:0;
    left:0;
    background: url();
    font-size:18px;
    color: #ffffff; height: 44px; line-height: 44px; padding: 0 0 0 20px;
}
.p_news{ width: 100%; margin: 20px auto 0 auto; height: auto; overflow: hidden; position: relative;}
.p_news_left{ float: none;margin:0 auto; padding:2%; width:96%; }
.p_news_center{float: left; width: 485px;}
.p_news_right{float: none;padding:2%; margin:0 auto; width: 96%; overflow: hidden}

.t_title{ border-bottom: #dadada 1px solid; height:50px; line-height: 50px;display: block;overflow: hidden;}
.t_title h1{ color: #333333; font-size:18px;padding:0 10px;font-weight:500; border-bottom: #990000 2px solid; display:inline-block; height:49px; line-height:49px;}
.t_title span{ color: #ff9900; font-size: 12px;}
.t_title .more{ float: right; margin: 15px 5px 0 0}


.tw_top img{ width:30%; height:90px; padding: 2px; border: #dfdfdf 1px solid; float: left; margin-right: 10px}
.tw_top .tw_txt{float: right;width:60%; height:auto; overflow: hidden; }
.tw_top .tw_txt h1{ color: #cc0000; font-size:16px; line-height:30px;}
.tw_top .tw_txt h1 a{ color: #cc0000;}
.tw_top .tw_txt p{ font-size: 12px; line-height: 22px; color: #999999; margin:2px 0;padding: 0;overflow: hidden;}
.tw_top .tw_txt p a{  color: #999999}



.n_list li a{font-size: 14px;color: #666666;  background: url("../images/ico_list.png") left center no-repeat; padding-left:15px; float: left;   width:80%;overflow: hidden;text-overflow:ellipsis; white-space:nowrap;   }
.n_list li a:hover{color: #cc3300}
.n_list li .date{float: right}

/*n_list*/
.n_list2{height:auto; padding: 5px 0 0 0 !important; position: relative;display: block;overflow: hidden;}
.n_list2 li a{font-size: 14px;color: #666666;  background: url("../images/ico_001.png") left center no-repeat; padding-left: 10px; float: left; width:80%;overflow: hidden;text-overflow:ellipsis; white-space:nowrap;}
.n_list2 li a:hover{color: #cc3300}
.n_list2 li .date{float: right}


/*i-others*/
.i-others{ background: url("../images/newsbg.png");width: 100%; height: auto; margin:30px auto 20px auto; padding: 20px 0;min-width:300px;}
.i-others_left{  width:96%; margin:0 auto; padding:2%; float: none;  }
.i-others_center{  width:96%; margin:0 auto; padding:2%; float: none; }
.i-others_right{ width:96%; margin:0 auto; padding:2%; float: none;  }
.i-link{background: url("../images/newsbg.png"); width: 100%; margin:0 auto; height: auto; overflow:hidden; padding: 10px 0}
.i-link_left{  width:96%; margin:0 auto; padding:2%; float: none;   height: auto; overflow: hidden;}
.i-link_right{  width:96%; margin:0 auto; padding:2%; float: none;   overflow: hidden}
.i-link_left ul{  width:96%; margin:0 auto; padding:2%; float: none;     }

.i-link_left a{  float:left; display: block; width: 48%; height: 70px; margin: 5px 1% ;}
.i-link_left img{ width:auto; max-width:100%;height: auto; overflow: hidden}
.i-link_right .kstd_link{ font-size: 15px; color: #333333; line-height: 40px;padding: 15px 0 0 0}
.i-link_right .kstd_link { width: 100%; height: auto; overflow: hidden}
.i-link_right .kstd_link li{ background: url("../images/ico_004.png") left center no-repeat; padding-left: 10px; float:left; width: 46%}


.footer{ height: 144px; background: url("../images/end_bg.png") top center repeat-x; margin: 15px auto 0 auto; min-width:300px;}
.footer-left{ width:100%; margin:0 auto; padding:2%; float: none;text-align: center; }
.footer-left p{ color: #ffffff; line-height: 27px; font-size: 14px; width:100%; margin:0 auto; padding: 0;text-align: center;}
.footer-right{ width:100%; margin:0 auto; padding:2%; float: none; text-align: center; }

.wx_sm{ float: none; color: #ffffff; font-size: 12px; margin:0 auto;width:100%;text-align: center;}


	
/*手机按钮*/

.menuph{
	display:block;
    float: right;
    margin-right: 10px;
}
.menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 1em;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {
    width: 28px;
}

.menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #ffffff;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #ffffff;
}

.menuph .navbtn::after {
    top: -11px;
}

.menuph .navbtn::before {
    top: 10px;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*手机下拉*/

.phxia
{
	display:block;
    position: absolute;
 
    width:100%;
    z-index: 80;
}

.xialaph
{
    font-family: '微软雅黑';

    position: absolute;
    z-index: 1049;
    top: 0;
    left: 0;
    border-top: 1px solid #ddd;
    display: none;
    padding:0 2%;
    width: 100%;
    padding-bottom: 61px;

    background-color: #cc0000;
}

.xialaph.active
{
    top: 106px;
}

.xialaph .ul2,
.xialaph .ul3
{
    display: none;
}

.xialaph h4 a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;

    text-transform: uppercase;

    color: #ffffff;
}

.xialaph h4
{
    position: relative;
}

.xialaph h4::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    opacity: .5;
    background-color: #e5e5e5;
}

.xialaph h5 a
{
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 40px;

    text-transform: uppercase;

    color: #ffffff;
}

.xialaph h5
{
    position: relative;

    padding-left: 15px;
}

.xialaph h5::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';

    opacity: .5;
    background-color: #fff;
}
.img_d{
    display: none;
}
.xialaph h4 img
{
    float: right;

    width: 13px;
    margin-top: 23px;

    cursor: pointer;
}

.xialaph h5 img
{
    float: right;

    width: 13px;
    margin-top: 26px;

    cursor: pointer;
}

.xialaph h4.active,
.xialaph h5.active
{
    border-bottom: 0;
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s
{
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d
{
    display: block;
}

.xialaph .ul1
{
	width:96%;
padding:0;

}
.xialaph .ul2
{
	padding-top: 7px;
	padding-bottom: 8px;
	background-color: #cc0000;
}

.xialaph .ul3
{
    position: relative;

    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.xialaph .ul3 li a
{
    font-size: 12px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    color: #999;
}

.xialaph .ul3 li
{
    padding-top: 5px;
}

.xialaph .ul3 li:first-child
{
    padding-top: 0;
}


.list-main{ width: 100%; margin: 15px auto;height:auto;  position: relative;}
.list-main-left{ float: left; width: 96%; padding:2%; margin:0 auto; display:none;}


.list-main-right{ float: right; width: 96%; padding:2%; min-height: 600px; overflow: hidden;}
.list-main-right .lm_name{ height: 50px; line-height: 50px; border-bottom: #cccccc 1px solid;overflow: hidden;}

.c-content .nr-info p { font-size: 16px; color: #666; line-height: 34px; font-family:"微软雅黑"; margin: 15px 0; text-indent: 0em; text-align: left;word-break:break-all; }
.c-content .nr-info img{ text-indent: -2em;height:auto;max-height:100%;width: 100%; }
.c-content img{height:auto;;width: 100%; }


.fy-list li a{ color: #666666; float: left; display: block;line-height: 40px; height: 40px; width:100%;overflow: hidden;text-overflow:ellipsis; white-space:nowrap;text-align:left;}
.fy-list li span{display: none;}
.listmor{ text-align: center; margin:30px auto;}

.content-box{ width: 100%; margin: 15px auto}

}

@media screen and (max-width: 360px) {.header .logo{ float: left; margin: 0 0 0 0; width:85%; }}