﻿#news{
    width:1200px;
    margin:0 auto;
    margin-top:50px;
    
}
.news_l{
    width:240px;
    float:left;
    height:760px;
    background:#e9eff7;
}
.news_item{
    width:90%;
    margin:0 auto;
    height:40px;
    
}
.news_item a{
    width:100%;
    text-align:left;
    height:40px;
    line-height:40px;
    display:block;
    color:#000;
    font-size:16px;
}
.item1{
    width:100%;
    margin:0 auto;
    height:40px;
    border-bottom:1px solid #e1e1e1;
    background:#213492;
    color:#fff;
    font-size:16px;
    text-align:left;
    height:40px;
    line-height:40px;
    display:block;
}
.item2{
    border-bottom:1px solid #e1e1e1;
    border-top:1px solid #e5e8ec;
}
.news_r {
    width: 900px;
    min-height: 800px;
    float:right;
}
.news_rtype{
    height:50px;
    line-height:50px;
    font-size:20px;
    font-weight:bold;
}
.news_r_info{
    width:100%;
    height:600px;
}

.news_pagelist{
    width:100%;
    clear:both;
    height:30px;
    padding-top:20px;
    text-align:right;
}
.news_pagelist a{
    height:10px;
    line-height:10px;
    padding:10px 10px;
    border:1px solid #ccc;
    border-radius:3px;
    display:inline-block;
    margin-left:5px;
    color:#000;
}
.news_pagelist a:hover{
    border:1px solid #213492;
}
.news_pagelist span{
    height:10px;
    line-height:10px;
    padding:10px 5px;
    display:inline-block;
    margin-left:5px;
}
.news_pagelist select{
    display:inline-block;
    height:30px;
    border:1px solid #ccc;
    border-radius:3px;
    padding:0 10px;
    min-width:60px;
}
.news_pagelist select:hover{
    border:1px solid #213492;
}
.video_list{
    width:280px;
    height:240px;
    display:inline-block;
    margin-right:10px;
}
.video_list img{
    width:280px;
    height:180px;
    position:absolute;
}
.video_list i{
    position:absolute;
    font-size:30px;
    margin-top:70px;
    color:#fff;
    text-shadow: 2px 2px 4px #000000;
    margin-left:130px;
}

.video_list span{
    width:260px;
    padding:0 10px;
    margin-top:200px;
    position:absolute;
    font-size:16px;
    text-align:center;
}
