body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
	margin-top:20px;
    border-radius:5px;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
	background:#FFF;
	border:1px solid #f5f5f5;
    padding:0px;
	width:50%;
    cursor:pointer;
    position:relative;
	left:-22px;
    line-height:0px;
}
.nbs-flexisel-item img {
	max-width:100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

}
.nbs-flexisel-item:hover img{
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.03,1.05,1);
	transform: scale3d(1.05,1.03,1);
}
.slide a:hover img{
    
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.03,1.05,1);
    transform: scale3d(1.05,1.03,1);
}

/*** Navigation ***/

/*.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}*/

.demo{padding: 2em 0; background: #fff;}
    a:hover,a:focus{
        text-decoration: none;
        outline: none;
    }
    #accordion .panel{
        border: none;
        box-shadow: none;
        border-radius: 0;
        margin: 0 0 15px 10px;
    }
    #accordion .panel-heading{
        padding: 0;
        border-radius: 30px;
    }
    #accordion .panel-title a{
        display: block;
        padding: 12px 20px 12px 50px;
        background: #17509d;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 30px;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    #accordion .panel-title a.collapsed{
        background: #fff;
        color: #000000;
        border: 1px solid #ddd;
    }
    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after{
        content: "\f107";
        font-family: fontawesome;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 50%;
        background: #17509d;
        font-size: 25px;
        color: #fff;
        text-align: center;
        border: 1px solid transparent;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
        position: absolute;
        top: -5px;
        left: -20px;
        transition: all 0.3s ease 0s;
    }
    #accordion .panel-title a.collapsed:after{
        content: "\f105";
        background: #fff;
        color: #0d345d;
        border: 1px solid #ddd;
        box-shadow: none;
    }
    #accordion .panel-body{
        padding: 20px 25px 10px 9px;
        background: transparent;
        font-size: 14px;
        color: #8c8c8c;
        line-height: 25px;
        border-top: none;
        position: relative;
    }
    #accordion .panel-body ul{
        padding-left: 25px;
        border-left: 1px dashed #8c8c8c;
    }
    #accordion .panel-body ul li{
    width: 20%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    float: left;
    overflow: hidden;
}
    }


       /* 列表*/
       ul,
li,
dl,
dt,
dd,
ol {
    list-style: none;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

       .red-date,
.wh-date {
   /* width: 129px;
    height: 185px;*/
    position: relative;
}

.red-date div,
.wh-date div {
   /* width: 55px;*/
    height: 34px;
    position: absolute;
    left: 7px;
    top: 12px;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 20px;
    line-height: 34px;
    padding-left: 60px;
}

.wh-date img {
    width: 129px;
    height: 185px;
}

.red-date div {
    background: url(../images/reddate.png);
    color: #fff;
}

.wh-date div {
    background: url(../images/whdate.png);
    color: #000;
    text-align: center;
}

       .wrap {
    /*width: 1048px;*/
    margin: 0 auto;
}

.icon-dot {
    width: 20px;
    height: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    *vertical-align: middle;
    background: url(../images/dot_3px.png) no-repeat center center;
}

.btn-ok {
    height: 42px;
    line-height: 36px;
    padding-left: 45px;
    padding-right: 20px;
    border: none;
    background: #ed000b url(../images/icon_g.png) no-repeat 20px center;
    color: #fff;
    font-size: 15px;
}

.box {
    *zoom: 1;
}

.box:before,
.box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box .hd {
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px;
}

.box .hd h2 {
    color: #555555;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
    background: url(../images/dot_6px.png) no-repeat 0 center;
    border-top: 1px solid #fff;
    font-weight: normal;
}

.box .hd h2 .en {
    height: 15px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e4e4e4;
    line-height: 19px;
}

.box .hd .more {
    width: 20px;
    height: 40px;
    float: right;
    display: block;
    background: url(../images/dot_g_3px.png) repeat-x 0 center;
}

.box .hd-tabs {
    height: 40px;
    position: relative;
    z-index: 1;
}

.box .hd-tabs h2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    padding-right: 15px;
    background: none;
    border-bottom: 1px solid #e8e8e8;
    height: 39px;
    line-height: 39px;
}

.box .hd-tabs h2 .more {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.box .hd-tabs h2.one {
    background: url(../images/dot_6px.png) no-repeat 0 center;
    border-left: none;
    background-color: #fff;
}

.box .hd-tabs .current {
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #fff;
    height: 39px;
    line-height: 39px;
    background: #fff;
}

.box .hd-tabs .current .more {
    display: block;
}

.box-row-2 {
    *zoom: 1;
}

.box-row-2:before,
.box-row-2:after {
    content: " ";
    display: table;
}

.box-row-2:after {
    clear: both;
}

.box-col-1 {
    width: 510px;
    float: left;
}

.box-col-2 {
    width: 500px;
    float: right;
}

.box-row-3 {
    *zoom: 1;
}

.box-row-3:before,
.box-row-3:after {
    content: " ";
    display: table;
}

.box-row-3:after {
    clear: both;
}

.box-row-3 .box-col-1,
.box-row-3 .box-col-2,
.box-row-3 .box-col-3 {
    width: 340px;
    height: 236px;
    float: left;
    overflow: hidden;
}

.box-row-3 .box-col-1 .bd,
.box-row-3 .box-col-2 .bd,
.box-row-3 .box-col-3 .bd {
    padding: 17px 0;
}

.box-row-3 .box-col-2 {
    width: 343px;
    margin: 0 16px;
}

.box-row-3 .box-col-3 {
    width: 332px;
}
       .book-scroll {
    padding: 10px;
    position: relative;
    z-index: 1;
}

       .book-scroll .btn-prev,
.book-scroll .btn-next {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    background: url(../images/icons.png) no-repeat 0 -46px;
    z-index: 1;
    text-indent: -999em;
    margin-top: -10px;
}

.book-scroll .btn-prev {
    left: 0;
}

.book-scroll .btn-prev:hover {
    background-position: 0 -66px;
}

.book-scroll .btn-next {
    background-position: -20px -46px;
    right: 0;
}

.book-scroll .btn-next:hover {
    background-position: -20px -66px;
}

.book-scroll-wrap {
   /* width: 976px;*/
    /*height: 185px;*/
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.book-scroll-wrap ul {
    width: 100%;
}

.book-scroll-wrap li {
    padding-right:0px;
    width: 12.5%;
   /* height: 185px;*/
    float: left;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.book-scroll-wrap li img {
    width: 129px;
    height: 185px;

}

.book-scroll-wrap li .pic {
    /*width: 129px;*/
   /* height: 185px;*/
    display: block;
    z-index: 1
}

.book-scroll-wrap li .detail {
   /* width: 380px;
    height: 185px;*/
    padding: 10px;
      padding-top: 0px;
      padding-left: 20px;
    position: absolute;
    left: 129px;
    top: 0;
   /* background: #f7f7f7;*/
}

.book-scroll-wrap li .detail p {
    font-size: 14px;
    line-height: 21px;
    color: #666;
    margin-bottom: 0px;
}

.book-scroll-wrap li .detail  a {
    color: #f00;
    text-decoration: underline;
    background: url(../images/arrow_red.png) no-repeat right center;
    padding-right: 10px;
}

.book-scroll-wrap li .detail h3 {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 6px;
    padding-bottom: 5px;
}

.book-scroll-wrap li.open {
    /*width: 549px;*/
    width: 48%;
}

/*复写css*/
.listcent{
    width: 1200px; 
    margin:5px auto;
    /*background: #fff;*/
  /*  background-color: rgba(255, 255, 255, 0.9);*/
}
.listcent .m-t-15{
   margin-top: 0px;

}
.w-l-2 {
    background-color: rgba(255, 255, 255, 0.98);
    padding:20px 20px!important;
}
.w-l-title{
    border-bottom: 1px solid #000;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding-left: 10px;
}
.w-l-title a{ color: #000; }
.w-l-title h2{ padding-left: 15px;background: url(../images/u98.png) no-repeat left center; font-size: 18px; font-weight: 400;}
.w-l-l ul li{
    padding:0px 20px!important;
    background: url(../images/u98.png) no-repeat left center;
}
.w-l-l{padding-top: 15px;}
.w-l-img{margin-bottom: 20px;}
.w-l-img img{width: 100%;max-width: 300px;}
.w-l-jianjie span {display: block; border-bottom: 1px solid #999999; height: 40px; line-height: 40px; padding-left: 20px;}
.ld span {display: block; border-bottom: 1px solid #999999; height: 40px; line-height: 40px; padding-left: 20px;font-size:16px;font-weight: bold;}
.w-l-jianjie p{padding-left: 20px;}
.w-l-jianjie .name{font-size: 16px; margin-top: 10px; color: #000; font-weight: bold;}
.w-l-jianjie .js{font-size: 14px;}
.w-l-jianjie a{color:#666666;}
.w-l-jianjie a:hover{color:#666666;}
.articleInfo {font-size: 14px;}
.articleInfo p{
    font-size: 16px!important;
    line-height: 30px!important;
    letter-spacing: 0.02em!important;
    font-family: "微软雅黑"!important;
    margin: 0px 0px 10px 0px;

}
.zhaosheng{padding:5px 10px 0px 10px;}
.w-l-zhaosheng span {display: block; font-size: 16px; font-weight: 400; border-bottom: 1px dashed #999999; height: 40px; line-height: 40px; padding-left: 20px;}
/*.w-l-zhaosheng p{padding:5px 10px 0px 10px;}*/
.w-l-zhaosheng .name{font-size: 16px; margin-top: 10px; color: #000; font-weight: bold;}
.w-l-zhaosheng .js{font-size: 14px; }
.w-l-zhaosheng .fr1{font-size: 12px; color: #ff0000}
.w-l-zhaosheng .list ul li {
    font-size: 14px;
    overflow: hidden;
    letter-spacing: 1px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ddd9d9;
   
}
.w-l-zhaosheng .list ul{margin-bottom: 5px;}
.w-l-img:hover img{
    
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.03,1.05,1);
    transform: scale3d(1.05,1.03,1);
}