﻿.fix-clear{
    clear: both;
}


.body-container {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}

.body-container h1{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.nav {
    height: 596px;
    background:url(../img/banner-bg.jpg) no-repeat 50% 0;
    position: relative;
}

.nav-header {
    width: 100%; 
    height: 20px;
    position: absolute;
    bottom: 224px;
}

.nav-container {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
}

.main-container {
   
}

.nav-c-inner {
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

.nav-head-inner {
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

.nav-bar {
}
.nav-bar li{
    height: 20px;
    float: left;
}

.home-btn ,.view-btn , .post-btn , .down-btn{
    display: block;
    height: 20px;
    background-image: url(../img/btn-bg-def.png);
    background-repeat:  no-repeat;
    overflow: hidden;
}
.home-btn:hover , .view-btn:hover , .post-btn:hover , .down-btn:hover{
    background-image: url(../img/btn-bg-down.png);
}

.home-btn{
    width: 75px;
    background-position:  10px 0;
}
.home-btn:hover{
    background-position:  10px 0;
}

.view-btn {
    width: 115px;
    background-position:  -50px 0;
}

.post-btn {
    width: 115px;
    background-position:  -164px 0;
}
.down-btn {
    width: 120px;
    background-position:  -290px 0;
}

.footer {
    width: 100%;
    height: 170px;
    line-height: 150px;
    font-size: 12px;
    border-top: 1px solid #dcdcdc;
    vertical-align: middle;
}

.footer-inner {
    width: 960px;
    height: 100%;
    margin: 0 auto;
}

.footer-r-block {
    float: right;
}
.footer-r-block img{
    vertical-align: middle;
}

.footer-l-block {
    float: left;
}

.block-head {
    width: 100%;
    height: 28px;
    margin-bottom: 25px;
    background-image: url(../img/titles.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.block-view {
    background-position: 0 0;
}

.block-post {
    background-position: 0 -28px;
}

.block-sm {
    background-position: 0 -58px;
}

.block-down {
    background-position:0 -88px;
}

.block {
    margin-bottom: 25px;
}

.new-list {
    width: 470px;
    float: left;
}
.new-list li{
    height: 24px;
    margin: 12px 0;
    background-image: url(../img/list_bg.gif);
    background-repeat: no-repeat;
}
.new-list a{
    margin-left: 35px; display: block; padding-top: 5px;}

.new-list-one{
    background-position: 0 0;
}
.new-list-tow{
    background-position: 0 -50px;
}
.new-list-three{
    background-position: 0 -98px;
}
.new-list-four{
    background-position: 0 -146px;
}

.block-content {
    padding: 0 10px;
}

.box-img {
    width: 246px;
    height: 155px;
    float: left;
    overflow: hidden;
    position: relative;
}

.box-img:hover .box-img-over{
    display: block;
}

.box-content {
    width: 665px;
    float: left;
}

.box {
    border-bottom: 1px solid #DCDCDC;
    padding-top: 20px;
    padding-bottom: 25px;
}

.box-post {
    line-height: 24px;
}

.box-mr {
    margin-right: 25px;
}

.box-last{
    border-bottom: none;
}
.box-img-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    display: none;
    background: url(../img/play.png) no-repeat 50% 50%;
}

.sm-lf {
    width: 690px;
    float: left;
}

.box-sm {   }

.box-sm .box-img{
    width: 229px;
}
.box-sm .box-content{
    width: 410px;
}

.sm-lr {
    float: left;
    width: 240px;
    border:1px solid #DADBDC;
background: #f8f7f7;
}

.box-info {
    margin: 10px;
}
.box-info p{
   line-height:24px;
}
.box-info-line {
    margin: 0 10px;
    height: 1px;
    background-color: #dedede;
}

.down-slider {
    margin: 0 25px;
}
.down-slider .slick-prev{
    height: 36px;
    top:40%;
    background: url(../img/11.png) no-repeat;
    border-radius: 3px;
}
.down-slider .slick-next{
    height: 36px;
    top:40%;
    background: url(../img/11.png) no-repeat -15px 0;
    border-radius: 3px;
}

.down-item {
    margin: 10px;
}

.down-title {
    text-align: center;
line-height: 22px;
font-size: 12px;
margin-top: 10px;
}

.box-slider {
    width: 250px;
    height: 150px;
    float: left;
    border: 3px solid #f8fcfd;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.top-item {
    position: relative;
    height: 100%;
}
.top-item img{
    height: 150px; width:250px;
    overflow: hidden;
}

.top-title {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    font-weight: bold;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    filter:alpha(opacity=40);
}


.single-item .slick-prev{
    height: 36px;
    left: 0;
    background: url(../img/arrow.png) no-repeat;
    border-radius: 3px;
}
.single-item .slick-next{
    height: 36px;
    right: -1px;
    background: url(../img/arrow.png) no-repeat -22px 0;
    border-radius: 3px;
}
.box-publish {
    float: left;
    width: 620px;
    height: 125px;
    padding: 15px;
    margin-top: 30px;
    background-color: #fff;
    position: relative;
}

.xsm-btn {
    display: block;
    width: 195px;
    height: 38px;
    margin-top: 15px;
    background: url(../img/jinzhan.gif) no-repeat;
}

.head-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.box-sm-over {
    width: 100%;
    color: #fff;
    line-height: 28px;
    position: absolute;
    bottom: -3px;
    padding-left: 16px;
    background: url(../img/lanbg.png) no-repeat -6px;
}

.content-container {left: 3px;
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    border: 1px solid #f1f1f1;
    top: -202px;
    margin-bottom: -150px;
}

.content-inner {
    margin-left: 40px;
    margin-bottom: 40px;
    margin-right: 40px;
}

.content-header {
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.content-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 58px;
}

.content-info {
    font-size: 12px;
    text-align: center;
    color: #888;
}
.content-info span{
    margin:0 10px;
}

.cccc {
    background-color: #f0f0f0;
}

.content-body {
    padding: 15px 0;
}
.content-body embed{
    margin: 0 auto;
}
.content-body p{
    margin-bottom: 30px;
    line-height: 2.1;
}

.video-box {
    width: 600px;
    height: 480px;
    margin: 0 auto;
}

.myshare {
    display: inline;
    position: absolute;
    margin-top: -4px;
}

.block-first {
    margin-top: 10px;
}

.xiaoxin {
    position: fixed;
    right: 10px;
    top: 80%;
}

.ppt-box {
    width: 690px;
    height: 440px;
    margin: 0 auto;
}
.box2 { border:0px;}

.footer-l-block p{ line-height: 1.8; margin-top: 50px;}