<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*文章页样式*/
.centerBox {
    width: 1100px;
    margin:0 auto;
    position: relative;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
html {
    font-family: "微软雅黑";
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background: #f5f5f5;
}
/*****公共头部部分开始********/
.header {
    width: 100%;
    height: 500px;
    background: url("sf_banner.png") no-repeat center;
}
.nav {
    width: 100%;
    height: 50px;
    background: #77a88a;
    margin-bottom: 30px;
}
.nav_list li {
    float: left;
    line-height: 50px;
}
.nav_list li a {
    font-size: 15px;
    float: left;
    color: #fff;
}
.nav_list_icon {
    width: 17px;
    height: 18px;
    margin: 16px 10px 0 0;
    background: url("home.png") no-repeat;
}
.nav_list_tip {
    /*width: 7px;*/
    /*height: 7px;*/
    /*margin: 23px 6px 0 6px;*/
    color: #ffffff;
}
/*****公共头部部分结束********/

/*/!****公共底部开始***!/*/
/*.footer {*/
/*height: 110px;*/
/*background: #fff;*/
/*margin-top: 50px;*/
/*}*/
/*.footer_main {*/
/*padding-left: 200px;*/
/**padding-left: 330px;*/
/*}*/
/*.footer_main_pic {*/
/*width: 52px;*/
/*height: 110px;*/
/*margin-right: 40px;*/
/*}*/
/*.footer_main_pic img {*/
/*margin-top: 23px;*/
/*}*/
/*.footer_main_message {*/
/*width: 610px;*/
/*height: 110px;*/
/**height: 85px;*/
/*font-size: 13px;*/
/*color: #333333;*/
/*padding-top: 25px;*/
/*line-height:24px;*/
/*text-align: center;*/
/*}*/
/*/!****公共底部结束***!/*/

/***业务动态样式开始***/
.main {
    border: 1px dashed #77a88a;
    border-radius: 3px;
    padding: 5px;
}
.main_list {
    background: #fff;
    padding: 16px 20px 65px 20px;
}
.main_list_title {
    height: 34px;
    border-bottom: 2px solid #77a88a;
    margin-bottom: 15px;
}
.main_list_title h3 {
    height: 18px;
    font-size: 17px;
    color: #77a88a;
    line-height:18px;
    padding-left: 10px;
    border-left: 6px solid #77a88a;
    margin: 0;
}
.main_list_all {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
}
.main_list_all a {
    color: #666666;
    float: left;
    font-size: 15px;
}
.main_list_all_item {
    line-height: 45px;
    border-bottom: 1px dashed #dddddd;
}
.main_list_all .icon {
    width: 3px;
    height: 3px;
    background: #666;
    margin: 20px 10px 0 0;
}
.main_list_all .time {
    color: #999;
    font-size: 15px;
}
/***业务动态样式结束***/

/**各地风格样式开始**/
.main_pic .main_list {
    *height: 727px;
}
.main_list_pic {
    padding-bottom: 0;
    *height: 675px;
    *border-bottom: 1px solid #dadada;
}
.main_list_pic .main_list_item {
    float: left;
    width: 250px;
    height: 224px;
    border: none;
    margin-right:16px;
}
.main_list_pic .main_list_item a {
    display:block;
    width: 250px;
    *width: 236px;
    height: 165px;
    *height: 151px;
    border: 1px solid #dcdcdc;
    padding: 7px;
}
.main_list_pic .main_list_item a img {
    border: none;
}
.main_list_pic span {
    display:block;
    line-height:43px;
    text-align: center;
    font-size:15px;
    margin-top: 7px;
    color: #333;
    cursor: pointer;
}
/**各地风格样式结束**/

/**文章页样式****/
.main_article {
    padding: 55px 146px 82px 142px;
    background:#fff;
}
.main_article p {
    font-size: 15px;
    /*text-indent: 34px;*/
    line-height:30px;
    font-family: "microsoft yahei";
}
/**文章页样式结束****/
/*版权*/
.copy{
    width: 100%;
    height: 110px;
    background: #c8c8c8;
    float: left;
    margin-top: 25px;
}
.copy_logo{
    float: left;
    padding-left:225px;
    max-width: 55px;
    margin-top:10px;
}
.copy_con{
    width: 1150px;
    height: 80px;
    margin: 0 auto;
    font-size: 13px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}
.copy_con .copy_txt{
    text-align: center;
    margin-top: 10px;
    width: 850px;
    float: left;

}
.copy_con .copy_txt span{
    padding-top: 5px;
    max-width: 560px;
    width: 55%;
    height: 40px;
    color: #666666;
    font-family: "microsoft yahei";
}</pre></body></html>