
/*info*/

.article .article_top{
    border-bottom: solid 2px #1e8ecf;
    height: 35px;
    margin-bottom: 50px;
}
.article p{
    font-size: 14px;
    color: #363636;

}
.article p img{
    padding-left: 20px;
    padding-right: 10px;
}
.article p a{
    font-size: 14px;
    color: #36366;
}
.article p a:hover{
    text-decoration: none;
    color: #49A0F2;
}.article .article_text .article_title{
    margin-bottom: 30px;
 }

.article .article_text .article_title h1{
    font-size: 18px;
    color: #0698ed;
    text-align: center;
}
.article .article_text .article_title p{
    text-align: center;
}

/*list*/
.list{
    padding-top: 5px;
}
.list_left{
    width: 280px;
    border: solid 1px #c8c8c8;
}
.list_left p{
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border-top: solid 2px #1e8ecf;
    border-bottom: solid 1px #c4c4c4;
    color: #1770c6;
    padding-left: 15px;
    margin-bottom: 15px;
    background: #f3f8fe;
}

.list_left ul li{
    height: 30px;
    line-height: 15px;
    border-bottom: dashed 1px #c8c8c8;
    margin: 0px 15px 15px 15px;

}
.list_left ul li img{
    padding-left: 20px;
}
.list_left ul li a{
    
padding-left: 15px;

}
.list_left ul li a:hover{
    color: #49A0F2;
    text-decoration: none;
}
.list_right{
    width: 790px;
    margin-left: 20px;
    border: solid 1px #c8c8c8;
}
.list_right_top{
    height: 50px;
    line-height: 50px;
    border-bottom: solid 2px #1e8ecf;
    margin:0 20px;
    margin-bottom: 15px;
}
.list_right_top img{
    padding-right: 10px;
}
.list_right_top p{
    font-size: 16px;
    color: #363636;
}
.list_right_top p a:hover{
    color: #49A0F2;
    text-decoration: none;
}

.list_right .content li{
    background: url('tib_01.jpg') 10px 50% no-repeat;
    padding-left: 30px;
    height: 40px;
    line-height: 35px;
    margin-left: 30px;
}
.list_right .content li a:hover {
    color: #49A0F2;
    text-decoration: none;
}
.list_right .content li span{
    float: right;
    padding-right: 20px;
}
.list_right .list_right_bottom{
    height: 50px;
    line-height: 50px;
    background: #efefef;
    border-top: solid 1px #c8c8c8;
    text-align: center;
   margin-top: 20px;
}

.list_right .list_right_bottom a:hover{
    color: #49A0F2;
    text-decoration: none;
}


/*list_more*/
.list_more p{
    color: #1770c6;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 20px 10px 40px;
    padding: 10px 0px 5px 0px;
    border-bottom: dashed 1px #c8c8c8;
}
.list_more p a{
    font-weight: lighter;
    float: right;
}
.list_more p a:hover{
    color: #49A0F2;
    text-decoration: none;
}
/*pic_list*/
.pic{
    width: 850px;
    height: 530px;
}
.pic ul li{
    float: left;
    width: 189px;
    padding-left: 20px;
    padding-right: 71px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.pic ul li img{
    width: 189px;
    height: 117px;
    padding-bottom: 10px;
}
.pic ul li a{
    color: #000000;
    float: left;
    text-align: center;
}
.pic ul li a:hover{
    color: #49A0F2;
    text-decoration: none;
}