@charset "utf-8";

/**顶部样式**/
.header{
    height: 65px;
    background: #fff;
    line-height: 65px;
}
.logo{
    float: left;
}
.logo h1{
    margin-top: 10px;
}
.toolbar li a{
    display: inline-block;
    font-size: 16px;
    float: right;
    height: 65px;
    line-height: 65px;
    width: 95px;
    text-align: center;
    color: #333;
}

.toolbar li a:hover{
    display: inline-block;
    font-size: 16px;
    float: right;
    height: 65px;
    line-height: 65px;
    width: 95px;
    text-align: center;
    color: #ddd;
    background: #222;
}

.banner_hf {
    background: url("../images/banner.png") no-repeat center;
    height: 420px;
    margin-bottom: 20px;
}


/**导读**/
.daodu {
    position: relative;
    margin-top: 25px;
    padding: 15px;
}

.daodu_txt p{
    width: 560px;
    padding-left: 25px;
    line-height: 2em;
    font-size: 16px;
    border-right: 1px solid #ddd;
    padding-right: 25px;
    height: 120px;
}

.daodu_txt p a{
    color: #5ba7f4;
}

.name{
    margin-top: 10px;
    padding-right: 25px;
}

.name .name_p{
    width: 59px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
}

.name dl{
    padding-left: 34px;
}

.name dt{
    margin-bottom: 5px;
    font-size: 18px;
    color:#5ba7f4 ;
}

.name dd{
    margin-bottom: 5px;
    color: #999;
}

.no_box{
    background: #fff;
    height: 460px;
    margin-bottom: 20px;
}

.title_lan h1{
    color: #f45b25;
    font-weight: bold;
    font-size: 36px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

.no_box .no_title{
    height: 44px;
    margin-bottom: 20px;
}

.no_box .no_title span{
    font-weight: bold;
    color: #fff;
}

.no_box .no_title h1{
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    padding-top: 8px;
    margin-top: 10px;
}

.no_content .content_img{
    width: 430px;
    height: 245px;
    border: 1px solid #eee;
}

.no_content .content_text{
    width: 525px;
}

.no_content .content_text .content_p{
    font-size: 16px;
    color: #444;
    line-height: 1.8em;
}

.content_p span a{
    color: #f45b25;
}

.content_text .content_set {
    margin-top: 15px;
}

.content_text .content_set span{
    display: block;
    background: #f71b1b;
    border-radius: 30px;
    width: 55px;
    height: 65px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 25px;
    font-weight: bold;
}

.content_text .content_set p{
    width: 355px;
    padding-left: 15px;
    color: #777;
    line-height: 1.8em;
    margin-top: 5px;
}

.bottom_list{
    margin-top: 15px;
    height: 200px;
    border-top: 1px solid #eee;
}

.bottom_a{
    width: 430px;
    margin-top: 15px;
}

.bottom_list .bottom_a a{
    display: block;
    color: #f45b25;
    line-height: 1.7em;
}

.bottom_a dl{
    margin-bottom: 5px;
}

.bottom_a dl dt{
    margin-bottom: 0px;
    font-size: 16px;
    height: 25px;
    overflow: hidden;
}

.bottom_a dl dd{
    height: 20px;
    overflow: hidden;
}


.an_box .an_img{
    border: 1px solid #eee;
}

.an_box .an_text{
    width: 605px;
    margin-top: 8px;
}

.an_box .an_text dl{
    margin-bottom: 10px;
    height: 100px;
}

.an_box .an_text dt{
    font-size: 18px;
    margin-bottom: 5px;
    color: #222;
    font-weight: bold;
}

.an_box .an_text dd{
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6em;
    color: #777;
}






.list_first {
    margin-top: 25px;
    margin-bottom: 25px;
}
.list_first_title h2{
    border-bottom:1px solid #ddd;
    font-weight: normal;
    color: #454545;
    font-size: 20px;
    padding-bottom: 10px;
}

.list_first_hot {
    margin-top: 15px;
}
.list_first_hot_text {
    width: 480px;
}
.list_first_hot_text h3{
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.list_first_hot_right{
    margin-top: 15px;
    padding-left: 20px;
    width: 467px;
}
.list_first_hot_right dl{
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    padding-top: 7px;
    line-height: 2em;
}
.list_first_hot_right dt{
    font-size: 16px;
    font-weight: bold;
}

.list_first_hot_right dd{
    font-size: 14px;
    width: 499px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}



.four_list li{
    margin-bottom: 20px;
}

.four_list ul{
    margin-top: 20px;
}


.four_list .four_img{
    width: 190px;
    height: 150px;
}

.four_list .four_text{
    width: 280px;
    padding-left: 15px;
    margin-top: 10px;
}

.four_list .four_text dt{
    font-size: 16px;
    font-weight: bold;
    width: 280px;
    margin-bottom: 10px;
}

.four_list .four_text dd{
    line-height: 1.7em;
    color: #666;
    height: 83px;
    overflow: hidden;
}


.list_footer_news {
    padding-left: 13px;
    padding-right: 10px;
}
.list_footer_news li{
    width: 281px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.2em;
}
.list_footer_news ul {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 23px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list_footer_news li a{}





/**底部**/
.footer{
    height: 230px;
    background: #f1f1f1;
    position:relative;
    z-index:30;
    margin-top:15px;
}

.footer .link {
}

.footer .link dd {
    width: 120px;
    margin-top: 40px;

}

.footer .link dd a{
    display: block;
    height: 30px;
    line-height: 30px;
}

.footer .wx{
    margin-top: 50px;
    margin-left: 10px;
}

.footer .beian{
    margin-top: 60px;
}

.footer .beian p{
    color: #666;
    margin-bottom: 10px;
}

.footer .beian p span a ,.footer .beian p span{
    background: #379be9;
    color: #fff;
    padding: 2px 10px;
}

.footer .benan_cion{
    margin-top: 30px;
}



















