﻿.header {
    width: 100%;
    background-color: #ce0402;
    min-width: 1300px;
}

.header-nr {
    width: 1300px;
    margin: 0 auto;
    height:212px;
    background-color:#ce0402;
}

.header-nr img{
	margin-top:72px;
}

.h-l {
    float: left;
    margin-top: 27px;
}

.h-r {
    float: right;
    margin-top: 27px;
}

.h-r-one p {
    float: left;
    margin-right: 14px;
}

.h-r-one p label {
    font-size: 13px;
    color: #ffffff;
}

.h-r-one p input {
    width: 72px;
    height: 26px;
    border-radius: 3px;
    border: none;
    background-color: #e88988;
    padding: 0 10px;
    line-height: 26px;
}

.h-r-one p a {
    font-size: 15px;
    color: #e6001f;
    background-color: #f8dad9;
    width: 57px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    border-radius: 3px;
    margin-left: 10px;
    float: right;
}

.h-r-one p img {
    width: 71px;
    height: 28px;
    vertical-align: middle;
}

.h-r-two {
    text-align: right;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

.h-r-three {
    margin-top: 10px;
}

.h-r-three input {
    width: 296px;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    border: none;
    color: #fff;
    border-top-left-radius: 3px;
    background-color: #e47f7e;
    float: left;
    border-bottom-left-radius: 3px;
}

.h-r-three a {
    display: block;
    width: 58px;
    height: 35px;
    background-image: url(../images/ss.jpg);
    float: left;
}

.h-r-three {
    width: 375px;
    float: right;
}

.nav {
    width: 100%;
    background: url(../images/nav_bg.jpg) repeat-x;
    height: 61px;
    min-width: 1300px;
    border-bottom:2px solid #ce0402;
}

.nav .dha {
    display: block;
    margin: 0 auto; /* margin-bottom: 42px; */
    margin-top: -79px;
}

.nav-ul {
    width: 1300px;
    margin: 0 auto;
    line-height: 63px;
}

.nav-ul ul {
    overflow: hidden;
}

.nav-ul ul li {
    float: left;
}

.nav-ul ul li a {
    font-size: 18px;
    color: #e60020;
    padding: 0 46px;
    display: block;
    height: 63px;
    font-weight: 700;
}

.nav-ul ul li a:hover {
    font-size: 18px;
    color: #e60020;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/nav_h.jpg);
}

.carousel .swiper-container {
    width: 100%;
    position: relative;
}

.carousel .pagination {
    position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

.carousel .swiper-slide img {
    width: 100%;
}

.carousel .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #959595;
    margin: 0 5px;
    cursor: pointer;
}

.carousel .swiper-active-switch {
    background: #dd001f !important;
}

.carousel .swiper-visible-switch {
    background: #aaa;
}

.carousel .swiper-active-switch {
    background: #fff;
}

.carousel .arrow-left {
    background: url(/sites/sdw/images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.carousel .arrow-right {
    background: url(/sites/sdw/images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.focusBox {
    position: relative;
    width: 1920px;
    height: 750px;
    overflow: hidden;
}

.focusBox .pic img {
    width: 100%;
    height: 750px;
    display: block;
}

.focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 3
}

.focusBox .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 25px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #919191;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .hd .on {
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}

.focusBox .prev, .focusBox .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 321px;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .prev {
    background-image: url(../images/index.png);
    background-position: -112px 0;
    left: 0
}

.focusBox .next {
    background-image: url(../images/index.png);
    background-position: -158px 0;
    right: 18px;
}

.focusBox .prev:hover, .focusBox .next:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}

.slideBox-zt{
	height:140px;
	overflow:hidden; 
	position:relative;
	margin-top:20px;
}

.slideBox-zt .hd{
	overflow:hidden; 
	position:absolute;
	right:16px;
	bottom:10px;
	z-index:1001;
}

.slideBox-zt .hd ul{ 
	overflow:hidden; 
	zoom:1; 
}

.slideBox-zt .hd ul li{ 
	float:left; 
	margin-left:6px;  
	width:10px; 
	height:10px; 
	background:#fff;
	cursor:pointer;
	border-radius:50%;
	-ms-border-radius:50%;
}

.slideBox-zt .hd ul li.on{ 
	background:#da2244;
}

.slideBox-zt .bd li img{
	width:1300px;
	height:140px;
	display:block;
}

.index_hot {
    background-color: #f0f0f0;
    margin: 20px 0;
    min-width: 1300px;
    padding:20px 0;
}

.index_hot .inner{
	width:1300px;
	margin-left:auto;
	margin-right:auto;
}

.index_hot .hot-nr {
	float:left;
	width:934px;
}

.hot-nr p {
    position:relative;
    padding-left:100px;
}

.hot-nr p i {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background-color: #e60020;
    border-radius: 52px;
    height: 33px;
    line-height: 33px;
    padding: 0 14px;
    position:absolute;
    left:0;
    top:2px;
}

.hot-nr p a{
	display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.1;
    font-size: 34px;
    color: #dd001f;
    font-weight: bold;
}

.index_hot .inner .search-box{
	width: 346px;
    height: 31px;
    bottom: 16px;
    float: right;
    padding-top: 3px;
}

.index_hot .inner .search-box .ipt{
	float: left;
    border: 0;
    height: 31px;
    line-height: 31px;
    width: 284px;
    padding: 0 3px;
    font-size:18px;
    color:#333;
}

.index_hot .inner .search-box .search-btn{
	float:left;
	width:56px;
	height:31px;
	background:url(/sites/sdw/images/search-btn.jpg) no-repeat;
}

.main_n {
    width: 1300px;
    margin: 0 auto;
}

.m-one-l {
    float: left;
    width: 756px;
    height: 399px;
}

.focusBox1 {
    position: relative;
    width: 756px;
    height: 399px;
    overflow: hidden;
    text-align: left;
    background: white;
}

.focusBox1 .pic img {
    width: 756px;
    height: 399px;
    display: block;
}

.focusBox1 .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox1 .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.focusBox1 .txt li {
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.focusBox1 .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 16px;
    text-decoration: none;
	width: 555px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focusBox1 .num {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    right: 8px;
}

.focusBox1 .num li {
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 13px;
    cursor: pointer;
}

.focusBox1 .num li a, .focusBox1 .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    border-radius: 50%;
}

.focusBox1 .num li span {
    z-index: 1;
    background-color: #fff;
}

.focusBox1 .num li.on a, .focusBox .num a:hover {
    background-color: #0081ec;
}

.m-one-r {
    float: right;
    height: 399px;
    width: 529px;
}

.m-two {
    margin-top: 35px;
}

.two-l {
    width: 393px;
    float: left;
    height: 304px;
}

.two-l-t {
    border-bottom: 2px solid #d2d2d2;
    position: relative;
    height: 41px;
}

.two-l-t p span {
    font-size: 24px;
    color: #2263b7;
    vertical-align: middle;
}

.two-l-t p {
    float: left;
    height: 39px;
    border-bottom: 4px solid #2263b7;
    position: absolute;
    left: 0px;
}

.two-l-t p img {
    vertical-align: middle;
    margin-right: 10px;
}

.two-l-t a {
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.two-l-l ul li a {
    display: block;
    overflow: hidden;
    line-height: 35px;
}

.two-l-l ul li a p {
    float: left;
    font-size: 18px;
    color: #333333;
    background-image: url(../images/wz_icon.gif);
    background-repeat: no-repeat;
    padding-left: 23px;
    width: 68%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-position: left center;
}

.two-l-l ul li a span {
    float: right;
    font-size: 15px;
    color: #999999;
}

.one-d {
    margin-top: 25px;
}

.two-l-l ul li a:hover p {
    float: left;
    font-size: 15px;
    color: #333333;
    background-repeat: no-repeat;
    padding-left: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.two-l-l ul li a:hover span {
    font-size: 15px;
    color: #e60813;
}

.two-l-l ul li a:hover p {
    font-size: 15px;
    color: #e60813;
}

.there-list {
    width: 393px;
    overflow: hidden;
    float: left;
}

.hasMoreTab {
    width: 527px;
    font-family: "Microsoft YaHei";
    border: 1px solid #C8D1D5;
    height: 397px;
}

.hasMoreTab .hd {
    line-height: 37px;
    height: 37px;
    border-bottom: 1px solid #C8D1D5;
    background-color: #f3f3f3;
    position: relative;
    padding-right: 10px;
}

.hasMoreTab .hd .more {
    float: right;
}

.hasMoreTab .hd .more a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.hasMoreTab .hd ul {
    z-index: 5;
    position: absolute;
    height: 37px;
    zoom: 1;
}

.hasMoreTab .hd li {
    float: left;
    padding: 0 21px;
    cursor: pointer;
    margin-left: -1px;
    text-align: center;
}

.hasMoreTab .hd li.on {
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #C8D1D5;
    border-top: 0;
    border-bottom: none;
    font-weight: bold;
    color: #e60020;
    border-top: 3px solid #e60020;
}

.hasMoreTab .bd {
    padding: 20px;
    clear: both;
    position: relative;
}

.hasMoreTab .bd h2 {
    font-size: 14px;
}

.hasMoreTab .bd p {
    overflow: hidden;
    width: 448px;
    margin: 0 auto;
}

.xw-div .con ul li {
    margin-top: 7px;
}

.xw-div .con {
    margin-bottom: 33px;
}

.xw-div .con ul li a p {
    color: #333333;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xw-div .con ul li a span {
    float: right;
    font-size: 15px;
    color: #999999;
}

.hasMoreTab .bd p a {
    color: #2263b7;
    font-size: 20px;
    font-weight: bold;
    float: right;
    width: 74%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hasMoreTab .bd ul a {
    color: #3E78B3;
    display: block;
    overflow: hidden;
}

.xw-div .con p i {
    font-size: 15px;
    color: #fff;
    background-color: #e60012;
    border-radius: 3px;
    display: block;
    float: left;
    width: 93px;
    text-align: center;
    height: 27px;
    line-height: 27px;
}

.con .two-l-l ul li a p {
    width: 75%;
}

.hd-l-nav a {
    display: block;
    float: left;
    width: 96px;
    height: 29px;
    line-height: 29px;
    background-color: #2263b7;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-right: 10px;
}

.hd-l-nav {
    overflow: hidden;
}

.hd-l-b {
    width: 97%;
    margin: 0 auto;
}

.hd-l-nav {
    width: 97%;
    margin: 0 auto;
}

.hd-l-b a {
    display: block;
    font-size: 15px;
    color: #333333;
    float: left;
    width: 133px;
    margin-top: 11px;
}

.show {
    display: block;
}

.hd-l-b div {
    display: none;
}

.o-d-l {
    float: left;
    width: 625px;
    height: 136px;
    border: 1px solid #d1d1d1;
    background-color: #f8f8f8;
    position: relative;
    padding-left: 126px;
}

.gg-l {
    height: 110px;
    background-color: #fff;
    top: 12px;
    left: 6px;
    width: 120px;
    padding-top: 1px;
    position: absolute;
}

.gg-l img {
    margin-top: 11px;
    margin-left: 11px;
}

.txtMarquee-top {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 104px;
}

.txtMarquee-top .bd {
    padding: 15px;
}

.txtMarquee-top .infoList li a p {
    width: 60%;
}

.gg-r {
    float: left;
    width: 619px;
    background-color: #fff;
    margin-top: 12px;
    height: 111px;
}

.o-d-r {
    float: left;
}

.o-d-r a {
    display: block;
    float: left;
    width: 126px;
    height: 125px;
    margin-left: 10px;
}

.tabsList {
    overflow: hidden;
    zoom: 1;
    width: 1300px;
}

.tabsList li {
    float: left;
    display: inline;
    height: 547px;
    overflow: hidden;
    zoom: 1;
    margin-right: 2px;
}

.tabsList .tit {
    margin-bottom: 8px;
}

.tabsList li h4 {
    width: 56px;
    height: 547px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    background-color: #ce0402;
}

.tabsList li h4 p {
    width: 35px;
    text-align: center;
    margin: 0 auto;
    margin-top: 210px;
}

.tabsList li.on .tabBody {
    display: block;
    width: 1010px;
    background-color: #f9f9f9;
    display: inline;
    float: left;
    height: 547px;
}

.tabsList li .tabBody {
    display: none;
}

.tabsList li .tabBody .gz-cn {
    background-image: url(../images/gq.png);
    font-size: 24px;
    color: #dd001f;
    height: 25px;
    line-height: 25px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-top: 30px;
    margin-left: 30px;
}

.gz-cn p {
    float: left;
}

.gz-cn a {
    float: right;
    margin-right: 30px;
}

.tabsList li .tabBody h5 {
    font-size: 18px;
    font-weight: 100;
    font-family: "微软雅黑", "黑体";
    padding-bottom: 10px;
}

.tabsList li .tabBody .pic {
    float: left;
    display: inline;
    margin-right: 10px;
}

.tabsList li .tabBody .pic img {
    border: 1px solid #cbcbcb;
}

.tabsList li .tabBody .newsList li {
    height: 25px;
    line-height: 25px;
    background: none;
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
    clear: both;
    width: 230px;
}

.gz-cls {
    margin-top: 28px;
}

.gz-cls-l {
    background-color: #f2f2f2;
    width: 356px;
    height: 427px;
    float: left;
    margin-left: 30px;
}

.g-cls-l-img {
    width: 302px;
    height: 199px;
    margin: 0 auto;
    margin-top: 26px;
}

.g-cls-l-img img {
    width: 100%;
    height: 100%;
}

.g-cls-l-txt {
    width: 302px;
    margin: 0 auto;
    margin-top: 34px;
}

.g-cls-l-txt p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-cls-l-txt span {
    font-size: 15px;
    color: #838383;
    margin-top: 25px;
    display: block;
}

.g-cls-l-txt span a {
    font-size: 15px;
    color: #ce0402;
}

.gz-cls-r {
     margin: 0 45px;
}

.gz-cls-r ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    height: auto;
    padding: 15px 0;
}

.gz-cls-r ul li a {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    background-image: url(../images/dd.gif);
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    width: 500px;
}

.gz-cls-r ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.gzdt-ls {
    margin-top: 10px;
}

.mlbynr {
    width: 100%;
    background-image: url(../images/mlhq.jpg);
    margin-top: 16px;
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 1300px;
    background-color: #CE0402;
}

.mlbynr-nr {
    width: 1300px;
    margin: 0 auto;
    padding-top: 174px;
    padding-bottom:50px;
}

.ml-item {
    height: 476px;
    float: left;
    margin-right: 30px;
    background-color: #ffffff;
}

.ml-ti {
    overflow: hidden;
    height: 42px;
    border-bottom: 1px solid #ededed;
}

.ml-ti p {
    float: left;
    font-size: 18px;
    color: #333333;
    height: 24px;
    border-left: 5px solid #ce0402;
    margin-left: 10px;
    padding-left: 15px;
    margin-top: 9px;
}

.ml-ti a {
    background-image: url(../images/gd_wz.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 63px;
    border-left: 1px solid #ededed;
    float: right;
    height: 42px;
}

.ml-imglb {
	width: 480px;
    height: 345px;
    margin: 0 auto;
    margin-top: 13px;
}

.TB-focus .bd ul li a img {
    width: 282px;
    height: 139px;
}

.TB-focus .bd ul li a {
    display: block;
}

.TB-focus {
	width: 282px;
    position: relative;
    overflow: hidden;
}

.TB-focus .hd {
    position: absolute;
    right: 9px;
    bottom: 10px;
    z-index: 1;
    padding-left: 2px;
}

.ml-video {
	width: 767px;
    height: 435px;
}

.ml-video video {
    width: 100%;
    height: 100%;
}

.TB-focus .hd li {
    color: #f60;
    cursor: pointer;
    margin-left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    float: left;
    font-size: 13px;
    line-height: 18px;
    overflow: visible;
    text-align: center;
    opacity: .7;
    filter: alpha(opacity=70);
    border: 1px solid #d8d8d8;
    margin-left: -1px;
}

.TB-focus .hd li.on {
    background: #f60;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    position: relative;
}

.ml-txt p {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
    height: 48px;
}

.ml-txt span {
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin-top: 20px;
    display: block;
}

.f-cc-l {
    float: left;
}

.f-cc-l-item {
    width: 905px;
    height: 296px;
    background-color: #f6f6f6;
    border-left: 5px solid #ececec;
}

.four-cc {
    margin-top: 45px;
}

.gz-tit {
    width: 884px;
    border-bottom: 1px solid #ebebeb;
    padding: 17px 0;
    padding-bottom: 10px;
    overflow: hidden;
    margin-left: 21px;
}

.gz-tit p {
    float: left;
}

.gz-tit a {
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 18px;
    margin-right: 25px;
}

.gz-lss-l {
    width: 267px;
    height: 169px;
    border: 5px solid #fff;
    float: left;
}

.gz-lss-l img {
    width: 100%;
    height: 100%;
}

.gz-lss {
    border-top: 1px solid #fff;
    padding-top: 18px;
    margin-left: 21px;
}

.gz-lss-r-ti {
    font-size: 20px;
    color: #254671;
    margin-bottom: 13px;
}

.gz-lss-r-tx {
    font-size: 14px;
    color: #999999;
}

.gz-lss-r-tx a {
    font-size: 14px;
    color: #999999;
}

.gz-lss-r {
    float: right;
    margin-right: 32px;
    width: 548px;
}

.gz-lss-r-ul {
    margin-top: 10px;
}

.f-cc-r {
    float: right;
    width: 365px;
}

.t-r-phb {
    width: 365px;
    height: 497px;
}

.h-d-l {
    width: 362px;
    border: 1px solid #e60020;
}

.h-d-l .th {
    height: 34px;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #dcdcdc;
}

.h-d-l table {
    width: 100%;
}

.h-d-l table tr th {
    height: 43px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: 73px center;
    text-align: center;
    padding-left: 5px;
    border-bottom: 1px solid #e60020;
    font-size: 14px;
    color: #e60020;
    font-weight: normal;
}

.h-d-l table tr td {
    font-size: 15px;
    color: #e60020;
    text-align: center;
    border-bottom: 1px solid #a1a1a1;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
}

.fiven-ls a {
    float: left;
    display: block;
    width: 202px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px dashed #dcdcdc;
    margin-top: 20px;
    margin-left: 11px;
    font-weight: 700;
}

.ztc {
    background-image: url(../images/ztc_bg.gif);
    width: 1300px;
    height: 62px;
    margin-top: 44px;
}

.ztc-nr {
    width: 985px;
    float: right;
}

.ztc-nr select {
    width: 443px;
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
    color: #000;
    height: 35px;
    margin-top: 17px;
    margin-left: 33px;
}

.scrollBox {
    width: 1300px;
    background: url(images/scrollBg.png);
    padding: 10px;
    border-top: 1px solid #fff;
    position: relative;
}

.scrollBox .piclist {
    overflow: hidden;
    zoom: 1;
}

.scrollBox .ohbox {
    overflow: hidden;
    position: relative;
    width: 1300px;
    left: 20px;
}

.scrollBox {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.scrollBox .piclist li {
    float: left;
    display: inline;
    width: 300px;
    background: #fff;
    border: 1px solid #c9bea9;
    margin-right: 10px;
    height: 105px;
}

.scrollBox .piclist li img {
    width: 300px;
    height: 105px;
}

.scrollBox .piclist li span {
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
}

.scrollBox .pageBtn span {
    display: block;
    width: 23px;
    height: 68px;
    position: absolute;
    top: 31px;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
}

.scrollBox .pageBtn .prev {
    left: 0;
    background-image: url(../images/jt-p.png);
}

.scrollBox .pageBtn .next {
    right: 21px;
    background-image: url(../images/jt-n.png);
}

.scrollBox .pageBtn .list {
    overflow: hidden;
    zoom: 1;
    margin: 10px 0 0 413px;
}

.scrollBox .pageBtn .list li {
    background: url(images/bntBg.png);
    float: left;
    display: inline;
    width: 15px;
    height: 15px;
    background-position: -86px -57px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 10000px;
    overflow: hidden;
}

.scrollBox .pageBtn .list li.on {
    background-position: -114px -57px
}

.linkn {
    margin-top: 40px;
}

.footer {
    background-color: #f1f1f1;
    min-width: 1300px;
}

.f-link {
    width: 100%;
    background-color: #e60020;
    height: 57px;
    line-height: 57px;
    margin-top: 20px;
    min-width: 1300px;
}

.f-link-nr {
    width: 1300px;
    margin: 0 auto;
}

.f-link-nr p {
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.f-link-nr select {
    width: 270px;
    height: 29px;
    background-color: #fff;
    border: 1px solid #cccccc;
    margin-left: 31px;
}

.footer-nr {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #000000;
    padding: 35px 0;
}

.footer-nr p {
    line-height: 40px;
}

.footer-t {
    border-bottom: 1px solid #dbdbdb;
}

.footer-d {
    border-top: 1px solid #fff;
}

.l-t-title a {
    font-size: 25px;
    color: #000000;
    font-weight: bold;

    float: left;
    height: 47px;
    padding: 0 20px;
}

.l-t-title a.on {
    border-bottom: 4px solid #e30000;
}

.xxgk_box {
    max-width: 1300px;
    margin: 0 auto;
}

.weiz_box {
    overflow: hidden;
    text-align: right;
    margin-top: 20px;
}

.weiz {
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.weiz a {
    font-size: 14px;
    color: #333;
}

.weiz img {
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
}

.ldzc_box {
    width: 1300px;
    margin: 0 auto;
}

.ldzc_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c9c9c9;
    background: url(../images/redt.png) no-repeat 20px 4px;
    padding-left: 40px;
    box-sizing: border-box;
}

.ldzc_top a {
    font-size: 20px;
    font-weight: bold;
    color: #e60020;
}

.ldzc_list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.ldzc_list > li {
    width: 25%;
    float: left;
    border-right: 1px solid #c9c9c9;
    padding-top: 20px;
    box-sizing: border-box;
    min-height: 310px;
}

.ldzc_li_box {
    width: 260px;
    margin-left: 8%;
}

.ldzc_list .ldzc_last {
    border: none;
}

.ldzc_list_top {
    font-size: 18px;
    color: #333;
}

.shj_box, .fshj_box {
    width: 100%;
    overflow: hidden;
}

.shj_left, .fshj_left {
    float: left;
    font-size: 14px;
    color: #333;
}

.shj_right, .fshj_right {
    float: left;
    font-size: 14px;
    width: 134px;
}

.shj_right a, .fshj_right a {
    color: #015293;
}

.fshj_right li {
    min-width: 82px;
    float: left;
    border: none;
}

.cwei_box {
    width: 100%;
    overflow: hidden;
}

.cwei_left {
    float: left;
    font-size: 14px;
    color: #333;
    width: 55px;
}

.cwei_right {
    float: left;
    font-size: 14px;
    overflow: hidden;
    width: 108px;
}

.cwei_right li {
    float: left;
    border: none;
    margin-right: 10px;
}

.cwei_right li a {
    color: #015293;
}

.shj_box {
    margin-top: 40px;
}

.fshj_box {
    margin-top: 15px;
}

.cwei_box {
    margin-top: 15px;
}

.fshj_right li, .cwei_right li {
    margin-bottom: 8px;
}

.cwei_left {
    width: 65px;
}

.ldye_box {
    width: 100%;
}

.ldye_top {
    width: 100%;
    overflow: hidden;
}

.ldye_top li {
    line-height: 40px;
    background: #e6e6e6;
    width: 25%;
    float: left;
}

.ldye_top li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.ldye_top .ldye_first {
    background: #e4011d;
    color: #fff;
}

.ldye_top .ldye_first a {
    color: #fff;
}

.ldye_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.ldye_left {
    float: left;
    width: 20%;
}

.ldye_left li {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.ldye_left li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
}

.ldye_job {
    margin-top: 5px;
}

.ldye_left li a .ldye_jiant {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: '����';
    font-size: 18px;
}

.ldye_left .ldye_left_first {
    border: 1px solid #015293;
}

.ldye_left .ldye_left_first a {
    color: #015293;
}

.ldye_right {
    width: 77%;
    float: right;
}

.ldye_pic_box {
    overflow: hidden;
}

.ldye_pic {
    width: 20%;
    float: left;
}

.ldye_pic img {
    display: block;
    width: 100%;
}

.ldye_lvli {
    width: 77%;
    float: right;
}

.ldye_lvli_one {
    font-size: 18px;
    color: #015293;
    margin-bottom: 20px;
}

.ldye_lvli_main {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 30px;
}

.ldye_lvli_main2 {
    text-indent: 0em;
}

.ldye_right_list {
    width: 100%;
    margin-top: 30px;
}

.ldye_right_list li {
    overflow: hidden;
    line-height: 38px;
}

.ldye_right_list li a {
    display: block;
    float: left;
    width: 75%;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

.ldye_right_list li span {
    display: block;
    float: right;
    text-align: right;
    width: 25%;
    font-size: 16px;
    color: #333;
}

.ldye_right > div {
    display: none;
}

.ldye_right .ldye_right_one {
    display: block;
}

.ls-img ul li {
    width: 271px;
    float: left;
    margin-left: 19px;
    margin-top: 25px;
    text-align: center;

}

.ls-img ul li a {
    display: block;
}

.ls-img ul li a img {
    height: 202px;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.ls-img ul li span {
    font-size: 15px;
    color: #3e3a39;
}

.l-top-div {
    background-color: #ce0402;
    padding-bottom: 15px;
}

.l-top-div-t {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}

.l-top-div-h {
    width: 89%;
    overflow: hidden;
    margin: 0 auto;
}

.l-top-div-h label {
    color: #fff;
    font-size: 15px;
    display: block;
    float: left;
    width: 82px;
}

.l-top-div-h span {
    display: block;
    float: left;
    color: #fff;
    font-size: 15px;
    width: 167px;
}

.hetao-sec-01 .wgt-best-mask {
    position: absolute;
    z-index: 800;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background-color: #f6f6f6;
    background: -ms-linear-gradient(-180deg, rgba(246, 246, 246, .8) 0, #f6f6f6 63%);
    background: linear-gradient(-180deg, rgba(246, 246, 246, .8) 0, #f6f6f6 63%);
}

.hetao-sec-01 .wgt-best-showbtn {
    display: block;
    margin: 24px auto auto;
    width: 82px;
    font-size: 20px;
    color: #7a8f9a;
    cursor: pointer;
}

.dw-train {
    margin-top: 30px;
    margin-bottom:65px;
}

.dw-train .title {
    background: url(../images/ztc_bg.gif) no-repeat left center;
    height: 62px;
}

.dw-train .bd {
    border: 1px solid #E60020;
    border-top:0;
}

.dw-train .links {
    overflow: hidden;
    padding: 10px;
    height:155px;
    position:relative;
}

.dw-train .links .link {
    float: left;
    width: 132px;
    padding: 0 5px;
    margin: 7px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    text-align: center;
    font-size:18px;
}

.dw-train .counties {
    line-height: 40px;
    overflow: hidden;
}

.dw-train .counties .item {
    float: left;
    color: #fff;
    width: 185px;
    text-align: center;
    font-weight: 700;
}

.dw-train .counties .item:hover {
    text-decoration: underline;
}

.dw-train .wgt-best-mask {
    position: absolute;
    z-index: 800;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
    background: -ms-linear-gradient(-180deg, rgba(255, 255, 255, .8) 0, #fff 63%);
    background: linear-gradient(-180deg, rgba(255, 255, 255, .8) 0, #fff 63%);
}

.dw-train .wgt-best-showbtn {
    float: right;
    margin-top: 5px;
    margin-right: 12px;
    font-size: 16px;
    color: #e30000;
    cursor: pointer;
}

.exbase-w{
	margin-left:auto;
	margin-right:auto;
	width:1300px;
}

.exbase-titwrap{
	margin-bottom: 25px;
	margin-top:40px;
}

.exbase-titwrap .titimg{
	width:1300px;
	height:300px;
	display:block;
	margin-bottom:25px;
}

.exbase-titwrap .exbase-title{
	text-align:center;
}

.exbase-titwrap .exbase-title span{
	display:inline-block;
	vertical-align:middle;	
}

.exbase-titwrap .left{
	width:160px;
	height:16px;
	background:url(/sites/lh/images/left_1.png) no-repeat center;
}
.exbase-titwrap .middle{
	font-size:44px;
	padding:0 25px;
	color:#333;
	font-weight:700;
}
.exbase-titwrap .right{
	width:160px;
	height:16px;
	background:url(/sites/lh/images/right_1.png) no-repeat center;
}

.exbase-w .list-wz{
	margin:30px 0;
}

.exbase-w .list-wz a{
	color:#333;
}

.exbase-column .item{    
	width: 624px;
    float: left;
    margin-bottom: 20px;
    margin-right: 52px;
}

.exbase-column .item:nth-child(2n){
	margin-right:0;
}

.exbase-column .item .hd{
	background:url(../images/exbase-2.png) repeat-x center;
	overflow:hidden;
	margin-bottom:20px;
	line-height:26px;
}

.exbase-column .item .hd .title{
	font-size:28px;
	color:#15628d;
	font-weight:700;
	font-family:simsun;
	float:left;
	padding-right:10px;
	padding-left:15px;
	background:url(../images/exbase-1.png) no-repeat left center #fff;
}

.exbase-column .item .hd .more{
	float:right;
	font-size:16px;
	color:#221815;
	padding-left:15px;
	background-color:#fff;
}

.exbase-column .item .hd .more:hover{
	color:#CE0402;
}

.exbase-column .item .bd{
	height:205px;
}

.exbase-column .item .bd .list .it{
	overflow:hidden;
	margin:20px 0;
	display:block;
}

.exbase-column .item .bd .list .it .tl{
	float:left;
	width:500px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:url(../images/exbase-3.png) no-repeat left center;
	padding-left:15px;
	font-size:16px;
	color:#333;
}

.exbase-column .item .bd .list .date{
	float:right;
	font-size:16px;
	color:#666;
}

.exbase-column .item .bd .list .it:hover .tl{
	color:#CE0402;
}

.exbase-villagelink{
	margin-bottom:20px;
}

.exbase-villagelink .hd{
    background: url(../images/exbase-2.png) repeat-x center;
    overflow: hidden;
    margin-bottom: 24px;
    line-height: 26px;
}

.exbase-villagelink .hd .title{
	font-size: 28px;
    color: #15628d;
    font-weight: 700;
    font-family: simsun;
    float: left;
    padding-right: 10px;
    padding-left: 15px;
    background: url(../images/exbase-1.png) no-repeat left center #fff;
}

.exbase-villagelink .hd .more{
	float: right;
    font-size: 16px;
    color: #221815;
    padding-left: 15px;
    background-color: #fff;
}

.exbase-villagelink .list{
	overflow:hidden;
}

.exbase-villagelink .list .it{
	float:left;
	width:144px;
	height:38px;
	line-height:38px;
	font-size:18px;
	color:#333;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	border:1px solid #15628d;
	border-radius:19px;
	-ms-border-radius:19px;
	margin-right:20px;
	margin-bottom:26px;
	cursor:pointer;
	padding:0 9px;
}

.exbase-villagelink .list .it:hover{
	color:#15628d;
}

.exbase-ScrollLeft {
    width: 1300px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
}

.exbase-ScrollLeft .next {
	position: absolute;
    width: 24px;
    height: 62px;
    background: url(../images/btn-right-1.png) no-repeat;
    right: -43px;
    top: 50%;
    cursor: pointer;
    margin-top: -31px;
}

.exbase-ScrollLeft .prev {
    position: absolute;
    width: 24px;
    height: 62px;
    background: url(../images/btn-left-1.png) no-repeat;
    left: -43px;
    top: 50%;
	margin-top: -31px;
    cursor: pointer;
}

.exbase-ScrollLeft .tempWrap {
    width: 1300px !important;
}

.exbase-ScrollLeft .picList {
    overflow: hidden;
    zoom: 1
}

.exbase-ScrollLeft .picList li {
    float: left;
    width: 244px;
    margin-left: 8px;
    margin-right: 8px;
}

.exbase-ScrollLeft .picList li a {
    display: block;
}

.exbase-ScrollLeft .picList .pic {
    width: 244px;
    height: 163px;
    display: block;
}

.exbase-ScrollLeft .picList li a span{
	display:block;
	height:38px;
	line-height:38px;
	background-color:#ebebeb;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:0 5px;
	text-align:center;
	font-size:16px;
}

.exbase-info{
	margin:60px 0;
}

.exbase-info p{
	color:#333;
	text-align:center;
	font-size:16px;
	line-height:2;
}
@media screen and (max-width: 1300px) {
    .header {
        min-width: 100%;
        height: auto;
    }

    .header-nr {
        width: 100%;
    }

    .h-l {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
    }

    .h-l img {
        width: 100%;
    }

    .h-r {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .h-r-one {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .h-r-one p {
        display: inline-block;
        float: none;
    }

    .h-r-two {
        text-align: center;
        margin-top: 0;
    }

    .h-r-two p {
        float: none !important;
        margin-left: 0 !important;
    }

    .h-r-three {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .nav {
        background-image: none;
        margin-top: 0;
        background-color: #fff;
        height: auto;
        min-width: 100%;
    }

    .nav .dha {
        display: none;
    }

    .nav-ul {
        width: 100%;
        margin-top: 0;
        line-height: 1;
    }

    .nav-ul ul li {
        width: 33.3333%;
        text-align: center;
    }

    .nav-ul ul li a {
        margin-left: 0 !important;
        padding: 0 10px !important;
        font-size: 16px;
        height: auto;
        line-height: 2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .h-r-three input::-webkit-input-placeholder {
        color: #fff;
    }

    .nav-ul ul li a:hover {
        background-image: none;
        color: #e60020;
        font-size: 16px;
    }

    .index_hot {
        min-width: 100%;
    }

    .hot-nr {
        width: auto;
        margin: 0 50px;
    }

    .main_n {
        width: 100%;
    }

    .m-one-l {
        width: 100%;
        float: none;
    }

    .focusBox1 {
        width: 100%;
    }

    .focusBox1 .pic img {
        width: 100%;
    }

    .m-one-r {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .hasMoreTab {
        width: auto;
    }

    .hasMoreTab .hd li {
        padding: 0 10px;
    }

    .hasMoreTab .hd li {
        padding: 0 10px;
    }

    .hasMoreTab .bd p {
        margin: 0;
        width: 100%;
    }

    .hasMoreTab .bd p a {
        width: 69%;
        float: none;
        display: inline-block;
        margin-left: 10px;
    }

    .xw-div .con ul li a p {
        width: 70%;
    }

    .con .two-l-l ul li a p {
        width: 65%;
    }

    .o-d-l {
        float: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .gg-r {
        width: 99%;
    }

    .o-d-r {
        float: none;
        width: 85%;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .o-d-r a {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

    .index-ti {
        height: 102px;
        background: url(/sites/hq/images/gzdt_title.png) no-repeat top center;
    }

    .index-ti img {
        display: none;
    }

    .tabsList {
        width: auto;
    }

    .tabsList li {
        float: none;
        width: 100%;
        height: auto;
        display: inherit;
    }

    .tabsList li h4 {
        width: 100%;
        height: auto;
        float: none;
        padding: 10px 0;
    }

    .tabsList li h4 p {
        width: 100%;
        margin: 0;
    }

    .gz-cls {
        margin-top: 15px;
    }

    .gz-cls-l {
        float: none;
        width: 92%;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
        padding: 10px;
    }

    .g-cls-l-img {
        float: left;
        width: 30%;
        margin-top: 0;
        height: auto;
    }

    .g-cls-l-img img {
        display: block;
    }

    .g-cls-l-txt {
        float: right;
        width: 67%;
    }

    .gz-cls-r {
        float: none;
        width: 92%;
        margin: 0 auto;
    }

    .gz-cls-r ul li {
        width: 100%;
    }

    .gz-cls-r ul li a {
        width: 70%;
    }

    .tabsList li.on .tabBody {
        width: 100%;
        height: auto;
    }

    .mlbynr {
        min-width: auto;
        height: auto;
        padding-bottom: 75px;
    }

    .mlbynr-nr {
        width: 100%;
    }

    .ml-item {
        float: none;
        width: 100% !important;
        margin-top: 15px;
        height: auto;
    }

    .ml-imglb {
        width: 100%;
        height: auto;
    }

    .TB-focus .bd {
        width: 100%;
    }

    .TB-focus .bd video {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .ml-video {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .f-cc-l-item {
        width: 100%;
        border-left: 0;
        height: auto;
        padding-bottom: 25px;
        margin-bottom: 36px;
    }

    .gz-tit {
        width: auto;
    }

    .gz-lss {
        position: relative;
        padding-left: 290px;
        min-height: 185px;
    }

    .gz-lss-l {
        float: none;
        position: absolute;
        top: 11px;
        left: 0;
    }

    .gz-lss-r {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .gz-dutem {
        margin-right: 15px;
    }

    .f-cc-l {
        float: none;
    }

    .f-cc-r {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .t-r-phb {
        width: 100%;
        height: auto;
    }

    .h-d-t img {
        width: 100%;
    }

    .h-d-l {
        width: 100%;
    }

    .five-cc {
        margin-top: 20px;
    }

    .fiven-tit {
        height: 60px;
        background: url(/sites/hq/images/dwbm.png) no-repeat top center;
    }

    .fiven-tit img {
        display: none;
    }

    .fiven-ls {
        text-align: center;
    }

    .fiven-ls a {
        margin-left: 5px;
        margin-right: 5px;
        display: inline-block;
        float: none;
    }

    .dw-train {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .linkn {
        display: none;
    }

    .f-link {
        min-width: auto;
        height: auto;
        line-height: 1;
        padding-top: 10px;
    }

    .f-link-nr {
        width: auto;
        position: relative;
        padding-left: 135px;
    }

    .f-link-nr p {
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .f-link-nr select {
        margin-right: 15px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .footer {
        min-width: auto;
    }

    .footer-nr {
        width: auto;
    }

}

@media (max-width: 768px) {
    .h-l {
        width: 90%;
    }

    .h-r {
        margin-top: 10px;
        width: 90%;
    }

    .h-r-one p {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .h-r-three {
        width: 100%;
    }

    .h-r-three input {
        width: 80%;
        box-sizing: border-box;
    }

    .h-r-three a {
        width: 20%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .hot-nr {
        margin-left: 15px;
        margin-right: 15px;
    }

    .hot-nr p {
        font-size: 18px;
        margin-top: 15px;
    }

    .hot-nr span {
        margin-top: 10px;
    }

    .index_hot {
        padding-bottom: 20px;
    }

    .hot-nr p i {
        display: none;
    }

    .focusBox1 .txt {
        width: 60%;
    }

    .hasMoreTab .hd li {
        padding: 0 5px;
    }

    .g-cls-l-txt {
        margin-top: 0;
    }

    .g-cls-l-txt {
        margin-top: 0;
    }

    .g-cls-l-txt span {
        margin-top: 5px;
    }

    .gz-cls-r ul li a {
        width: 60%;
    }

    .mlbynr {
        background-image: url(../images/mlhq-2.jpg);
        margin-top: 0;
        padding-bottom: 25px;
    }

    .mlbynr-nr {
        margin-top: 120px;
    }

    .ml-video {
        width: 100%;
        height: auto;
    }

    .gz-tit p {
        width: 70%;
        overflow: hidden;
    }

    .gz-lss {
        padding-left: 0;
    }

    .gz-lss-l {
        display: none;
    }

    .f-cc-r {
        width: 95%;
    }

    .f-link-nr {
        padding-right: 15px;
    }

    .f-link-nr select {
        width: 100%;
    }

    .footer-nr {
        padding: 15px 10px;
    }

}
.tab {
    border: 1px solid #d9d9d9;
}

.tab .hd {
    background-color: #f3f3f3;
    border-bottom: 1px solid #d9d9d9;
}

.tab .hd .nav-tab {
    float: left;
    margin-left: -1px;
    list-style: none;
}

.tab .hd .nav-tab li {
    float: left;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.tab .hd .nav-tab li .line {
    position: absolute;
    top: -2px;
    left: -1px;
    width: 142px;
    height: 4px;
    background-color: #d01100;
    display: none;
}

.tab .hd .nav-tab li.active {
    font-size: 20px;
    color: #d01100;
    font-weight: 700;
    background-color: #fff;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    bottom: -1px;
}

.tab .hd .more {
    float: right;
    color: #999;
    font-size: 14px;
    margin-right: 15px;
    line-height: 50px;
}

.tab .tab-panel {
    display: none;
    position: relative;
}

.tab .tab-panel .more {
    position: absolute;
    right: 12px;
    top: -38px;
    color: #999;
}

.tab .tab-panel .list {
    margin: 0 30px;
    list-style:none;
}

.tab .tab-panel .list li {
    border-bottom: 1px solid #ddd;
    padding: 17px 0 17px 30px;
    overflow: hidden;
    background: url(../images/ico-arrow-1.png) no-repeat 8px center;
}

.tab .tab-panel .list li .title {
    font-size: 18px;
    color: #333;
    width: 678px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.tab .tab-panel .list li .time {
    float: right;
    font-size: 18px;
    color: #999;
}
.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left-1 {
    margin-bottom: 25px;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

.picScroll-left .hd .prev {
    background: url(../images/img-prev.jpg) no-repeat;
    width: 22px;
    height: 53px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -26.5px;
    cursor: pointer;
}

.picScroll-left .hd .next {
    background: url(../images/img-next.jpg) no-repeat;
    width: 22px;
    height: 53px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -26.5px;
    cursor: pointer;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    margin: 0 65px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 24px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .title {
    width: 177px;
    height: 32px;
    padding: 0 5px;
    background-color: #eaeaea;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 187px;
    height: 103px;
    display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}