@charset "utf-8";
.list_news{
    width:70%;
    min-width: 1200px;
    margin:0 auto;
}
.list_news .title{
    text-align: center;
    margin:50px 0 30px 0;
}
.list_news .title h1{
    color:#014fa2;
    font-size:36px;
}
.list_news .title span{
    font-size: 12px;
    color:#999;
}
.list_news .title h3{
    font-weight: normal;
    font-size:18px;
    color:#888;
}
.list_news .son{
    text-align: center;
}
.list_news .son li{
    display: inline-block;
    width:10%;
    height:30px;
    line-height: 30px;
}
.list_news .son li a{
    display: block;
    background: #eee;
    border-radius: 20px;
}
.list_news .son .this a{
    background: #004ea2;
    color:white;
}
.list_news .son li a:hover{
    background: #004ea2;
    color:white;
}

.list_news .connect .list li{
    float: left;
    width:100%;
    border-bottom:1px dashed #ddd;
}
.list_news .connect .list li a{
    display: block;
    height:155px;
    background: #f8f8f8;
    margin:20px 0;
    position: relative;
}
.list_news .connect .list li a:hover{
    background: #fdddaa;
}
.list_news .connect .list li a .left{
    float: left;
    width:15%;
}
.list_news .connect .list li a .left img{
    width:100%;
    height:135px;
    padding:10px;
}
.list_news .connect .list li a .right{
    float: right;
    width:80%;
}
.list_news .connect .list li a .right h3{
    font-size:16px;
    font-weight: normal;
    color:black;
    margin:15px 0;
}
.list_news .connect .list li a .right p{
    font-size:16px;
    line-height: 25px;
    text-align: justify;
    width:98%;
}
.list_news .connect .list li a .right span{
    position: absolute;
    right:25px;
    bottom:10px;
    color:red;
}