.content{
    width:100%;
    min-width:1200px;
    background:#fff;
}

.content .content_wrap{
    width:1200px;
    margin:15px auto;
}


.content .content_wrap .main{
    width:1200px;
    margin-bottom:15px;
}


.content .content_wrap .main .article_header{
    width:100%;
    height:210px;
}

.content .content_wrap .main .article_header .title_top{
    width:100%;
    height:50px;
    border-bottom:1px solid #ffba04;
    box-sizing: border-box;
    float:left;
}

.content .content_wrap .main .article_header .title_top span{
    width:450px;
    height:50px;
    font-size:18px;
    color:#747474;
    line-height:52px;
    text-align:right;
}
.content .content_wrap .main .article_header .title_top span:nth-child(2){
    width:450px;
    height:42px;
    font-size:14px;
    color:#747474;
    line-height:52px;
    text-align:right;
}


.content .content_wrap .main .article_header .title_center{
    width:100%;
    height:100px;
    float:left;
    text-align:center;
}

.content .content_wrap .main .article_header .title_center span{

    width:680px;
    height:100px;
    margin:0 auto;
    font-size:30px;
    color:#000;
    line-height:100px;
    text-align:center;
}


.content .content_wrap .main .article_header .title_bottom{
    width:100%;
    float:left;
}

.content .content_wrap .main .article_header .title_bottom p{
    width:1200px;
    height:50px;
    background:#f4f4f4;
    margin:6px auto;
    border:1px solid #959595;
    border-radius:3px;
    box-sizing: border-box;
    font-size:14px;
    line-height:50px;
    color:#959595;
    text-align:center;
}



.content .content_wrap .main .article{
    width:100%;
    border: 1px #ffba04 solid;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius:3px;
    padding: 10px;
}

.content .content_wrap .main .article p{
 line-height:2;
 font-size:16px;
 padding-top:15px;

}

.content .content_wrap .main .article p img{
    max-width:100%;
    margin:5px auto;
    display:block;
}

.content .content_wrap .main .article .caozuo{
     width:100%;
     height:100px;
     float:left;
 }

.content .content_wrap .main .article .caozuo>span{
    display:block;
    width:200px;
    height:20px;
    font-size:14px;
    color:#000;
    line-height:20px;
    text-align:left;
    float:left;
    margin-bottom:15px;

}

.content .content_wrap .main .article .caozuo>span i{
    font-style: normal;
    margin-left:15px;
}

.content .content_wrap .main .article .caozuo .shangxia{
    width:100%;
    height:60px;
    float:left;
}

.content .content_wrap .main .article .caozuo .shangxia span{
    display:block;
    width:100%;
    height:20px;
    float:left;
    margin-bottom:5px;
}

.content .content_wrap .main .article .caozuo .shangxia span em{
    font-size:16px;
    color:#ad2727;
    line-height:20px;
    text-align:left;
}

.content .content_wrap .main .article .caozuo .shangxia span i{
    font-style: normal;
    font-size:16px;
    color:#000;
    line-height:20px;
    text-align:left;
}





















.content .content_wrap .video{
    width:100%;
    height:170px;
    float:left;
    margin-bottom:15px;
}

.video .title{
    width:100%;
    height:42px;
    background:#eeeeee;
}


.video .title span{
    width:125px;
    height:42px;
    float:left;
    color:#fff;
    font-size:18px;
    line-height:42px;
    text-align:left;
    text-indent:20px;
    background:url(../images/box_03.jpg) no-repeat center;
}

.video .title a{
    display:block;
    width:42px;
    height:42px;
    float:right;
    color:#000;
    font-size:14px;
    line-height:42px;
    text-align:center;
}

.video .pic{
    width:100%;
    height:128px;
}

.video .pic ul{
    list-style:none;
}

.video .pic ul li a img{
    display:block;
    width:200px;
    height:128px;
    background:green;
    float:left;
    border:1px solid #fff;
    box-sizing: border-box;
}
