#container{
    width: 1000px;
    height:auto;
    margin: 20px auto;
}
.container_l{
    width:270px;
    height:auto;
    float: left;
}


.container_l .fl .tt{
    width: 270px;
    height:117px;
}
.container_l .fl .list{
    width: 240px;
    height:auto;
    background-color: #e5e5e5;
    overflow: hidden;
    padding: 10px 15px;
}
.container_l .fl .list ul li{
    width: 240px;
    height:45px;
    background-color: #ffffff;
    text-align: center;
    line-height:45px;
    margin: 10px 0;
}
.container_l .fl .list ul li a{
    display: block;
    width: 240px;
    height:45px;
    background:  no-repeat left 25px center;
    font-size: 18px;
    font-weight: bold;
}
.container_l .tj{
    width: 270px;
    height: auto;
    border:1px solid #cc0000;
    margin-top: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.container_l .tj .tt{
    width: 270px;
    height:50px;
    border-bottom: 1px solid #cc0000;
    line-height:50px;
    background-color: #cc0000;
}
.container_l .tj .tt h2{
    color:#ffffff;
    font-size: 18px;
    margin-left: 15px;
}
.container_l .tj .list{
    width: 240px;
    height:auto;
    padding: 15px;
}
.container_l .tj .list h3{
    width: 240px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px auto;
}
.container_l .tj .list ul li{
    width: 240px;
    height:230px;
    margin: 10px auto;
}
.container_l .tj .list ul li img{
    display: block;
    width: 240px;
    height:200px;
}
.container_l .tj .list ul li h3{
    text-align: center;
    line-height:30px;
}
.container_r{
    width: 710px;
    height:auto;
    float: right;
    border:1px solid #cc0000;
}
.container_r .tt{
    width: 710px;
    height:50px;
    border-bottom:1px solid #cc0000;
}
.container_r .tt h2{
    width: 180px;
    height:50px;
    float: left;
    background:  no-repeat center center;
    text-align: center;
    line-height:50px;
    color:#ffffff;
}

.container_r .tt .pos{
    width: 300px;
    height:50px;
    float: right;
    line-height:50px;
}


.container_r .list{
    width: 710px;
    height:auto;
    padding: 10px 0;
}
.container_r .list ul li{
    width: 220px;
    height:210px;
    float: left;
    margin: 10px 8px;
}
.container_r .list ul li .img{
    width: 212px;
    height:150px;
    border:2px solid #ec0000;
    padding: 5px;
}
.container_r .list ul li .img img{
    display: table;
    height: 150px;
    width: 210px;
    margin: 0 auto;
}
.container_r .list ul li h3{
    width: 220px;
    height:40px;
    text-align: center;
    line-height:40px;
}
.container_r .pages{
    width: 600px;
    height:40px;
    margin: 20px auto;
}
.container_r .pages ul li{
    float: left;
}
.container_r .pages ul li a{
    display: block;
    padding: 3px 10px;
    border:1px solid #cc0000;
    margin: 0 2px;
}

.container_r .pages ul li a:hover{
    display: block;
    padding: 3px 10px;
    border:1px solid #cccccc;
    margin: 0 2px;
    background-color: #cc0000;
    color:#ffffff;
}
.container_r .title{
    width: 690px;
    height: 170px;
    padding: 10px;
}

.container_r .title .img{
    width: 200px;
    height:170px;
    float: left;
    border:1px solid #cc0000;
    padding: 5px;
}
.container_r .title .img img{
    width: 200px;
    height:170px;
    display: block;
}
.container_r .title .info{
    width: 460px;
    height:180px;
    float: right;
}

.container_r .title .info p{
    width: 460px;
    height:40px;
}
.container_r .title .info p span{
    font-size: 16px;
    font-weight: bold;
}
.container_r .title .info p b{
    font-size: 18px;
    color:#cc0000;
}
.container_r .bt{
    width: 690px;
    height: 40px;
    margin: 20px auto;
    border-bottom: 2px solid #cc0000;
}
.container_r .bt h3{
    width: 120px;
    height:40px;
    float: left;
    background-color: #cc0000;
    color:#ffffff;
    text-align: center;
    line-height:40px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.container_r .body{
    width: 680px;
    height:auto;
    padding: 15px;
}
/*****************************新闻列表*************************************/
.container_r .list_news{
    width: 680px;
    height:auto;
    padding: 15px;
}
.container_r .list_news ul li{
    width: 680px;
    height:40px;
    line-height:40px;
    border-bottom: 1px dashed #7e8795;
}
.container_r .list_news ul li span{
    float: right;
}
/*****************************新闻文章*************************************/
.container_r #title{
    width: 680px;
    height:70px;
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #cc0000;
}
.container_r #title h1{
    width: 680px;
    height:40px;
    line-height:40px;
    font-size: 18px;
}