.content{
    width:100%;
    min-width:1200px;
    background:#fff;
}

.content .content_wrap{
    width:1200px;
    margin:0 auto;
}

.content .content_wrap .photo{
    width:1200px;
    height:200px;
    background:url(../images/photo.jpg) no-repeat center;
    margin-bottom:15px;
}

.content .content_wrap .main{
    width:100%;
}

.content .content_wrap .main .left{
    width:370px;
    float:left;
    margin-bottom:15px;
}

.content .content_wrap .main .right{
    width:806px;
    float:right;
    margin-bottom:15px;
}

.content .content_wrap .main .left .item1{
    width:100%;
    height:318px;
}

.content .content_wrap .main .left .item1 .title{
    width:100%;
    height:42px;
    background:url(../images/boxS_03.jpg) no-repeat center;
}

.content .content_wrap .main .left .item1 .title span{
    width:125px;
    height:42px;
    float:left;
    color:#fff;
    font-size:18px;
    line-height:42px;
    text-align:left;
    text-indent:20px;
}

.content .content_wrap .main .left .item1 .title a{
    display:block;
    width:42px;
    height:42px;
    float:right;
    color:#fff;
    font-size:14px;
    line-height:42px;
    text-align:center;
}

.content .content_wrap .main .left .item1 .news{
    width:100%;
    height:276px;
}

.content .content_wrap .main .left .item1 .news ul{
    list-style:none;
}

.content .content_wrap .main .left .item1 .news ul li a{
    display:block;
    width:100%;
    height:69px;
    background:#eeeeee;
    color:#ad2727;
    font-size:18px;
    line-height:72px;
    text-align:center;
    border-bottom:1px dotted #c2c2c2;
    box-sizing: border-box;
}






.content .content_wrap .main .left .item2{
    width:100%;
}

.content .content_wrap .main .left .item2 .title{
    width:100%;
    height:42px;
    background:url(../images/boxS_03.jpg) no-repeat center;
}

.content .content_wrap .main .left .item2 .title span{
    width:125px;
    height:42px;
    float:left;
    color:#fff;
    font-size:18px;
    line-height:42px;
    text-align:left;
    text-indent:20px;
}

.content .content_wrap .main .left .item2 .title a{
    display:block;
    width:42px;
    height:42px;
    float:right;
    color:#fff;
    font-size:14px;
    line-height:42px;
    text-align:center;
}

.content .content_wrap .main .left .item2 .news{
    width:100%;
}

.content .content_wrap .main .left .item2 .news ul{
    list-style:none;
}
.content .content_wrap .main .left .item2 .news ul li table tr td
{
   height:35px;
   line-height:35px;  
}
.content .content_wrap .main .left .item2 .news ul li tr td a span{
    display:block;
    width:380px;
    height:25px;

}

.content .content_wrap .main .left .item2 .news ul li tr td span:nth-child(1){
    display:block;
    width:310px;
    color:#000;
    font-size:14px;
    line-height:25px;
    float:left;
    text-indent:20px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position:relative;
}

.content .content_wrap .main .left .item2 .news ul li tr td span:nth-child(2){
    display:block;
    width:100px;
    height:25px;
    color:#000;
    font-size:14px;
    font-style: normal;
    line-height:25px;
    float:left;
    text-align:center;
}

.content .content_wrap .main .left .item2 .news ul li tr td span:nth-child(1)::before{
    content:'';
    width:6px;
    height:6px;
    border-radius:50%;
    background:black;
    position:absolute;
    left:10px;
    top:10px;

}




/*_______________________________________________*/


.content .content_wrap .main .right .item1{
    width:806px;
    background:gray;
}

.content .content_wrap .main .right .item1 .title{
    width:806px;
    height:42px;
    background:url(../images/rightB_03.jpg) no-repeat center;
    float:left;
}

.content .content_wrap .main .right .item1 .title span{
    width:125px;
    height:42px;
    float:left;
    color:#fff;
    font-size:18px;
    line-height:42px;
    text-align:left;
    text-indent:20px;
}

.content .content_wrap .main .right .item1 .title a{
    display:block;
    width:42px;
    height:42px;
    float:right;
    color:#fff;
    font-size:14px;
    line-height:42px;
    text-align:center;
}

.content .content_wrap .main .right .item1 .news{
    width:806px;
}

.content .content_wrap .main .right .item1 .news ul{
    list-style:none;
}

.content .content_wrap .main .right .item1 .news ul li table tr td
{
    height:35px;
    line-height:35px; 
}

.content .content_wrap .main .right .item1 .news ul li tr td span:nth-child(1){
    display:block;
    width:590px;
    height:25px;
    color:#000;
    font-size:14px;
    line-height:25px;
    float:left;
    text-indent:20px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position:relative;
}

.content .content_wrap .main .right .item1 .news ul li tr td span:nth-child(2){
    display:block;
    width:100px;
    height:25px;
    color:#000;
    font-size:14px;
    font-style: normal;
    line-height:25px;
    float:left;
    text-align:center;
}

.content .content_wrap .main .right .item1 .news ul li tr td span:nth-child(1)::before{
    content:'';
    width:6px;
    height:6px;
    border-radius:50%;
    background:black;
    position:absolute;
    left:10px;
    top:10px;

}



.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;
}
.pageCode{
    width:100%;
    height:40px;
    float:left;
    font-size:14px;
    color:#000;
    line-height:40px;
    text-align:center;
    background:#bbbbbb;
    margin-bottom:15px;
margin-top: 15px;
}
.pageCode .font3{color:Red;}
