<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
p{margin: 0}
.content_div{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: table;
}
.content_title{
    width: 100%;
    max-width: 1100px;
    margin: 10px auto;
    display: table;
}
.content_title img{
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
    background: #167fea;
    display: block;
    float: left;
}
.content_title p{
    line-height: 30px;
    color: #444;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}
.news_div{
    width: 100%;
    height: auto;
    display: table;
}
.news_left{
    width: 23%;
    float: left;
    display: table;
    padding: 2.5%;
    box-shadow: 4px 4px 4px;
    border: 1px solid #e3e3e3;
}
.news_left p{
    line-height: 30px;
    border-bottom: 1px solid #333333;
}
.news_left input{
    width: 80%;
    height: 22px;
    text-indent: 5px;
    margin-top: 10px;
}
.news_left span{
    display: block;
    margin-top: 10px;
}
.news_left textarea{
    width: 80%;
    min-height: 50px;
    display: block;
}
#the_sumbit{
    width: 100px;
    height: 30px;
    text-indent: 0!important;
}
.news_right{
    width: 62%;
    min-height: 350px;
    margin-left: 5%;
    padding: 2%;
    float: left;
    display: table;
    box-shadow: 5px 5px 5px rgba(0, 0, 0,0.3);
    border: 1px solid #e3e3e3;
}
.news_right p{
    font-size: 24px;
    margin-bottom: 20px;
}
.news_list{
    width: 100%;
    display: table;
}
.news_item{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #dddddd;
}
.news_item img{
    width: auto;
    height: 5px;
    margin-top: 15px;
    display: block;
    float: left;
    margin-left: 10px;
}
.news_item a{
    width: 75%;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 10px;
    color: #444;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_item a:hover{
    color: red;
}
.news_item span{
    float: right;
    display: block;
    margin-right: 15px;
    color: #9d9d9d;
}
.news_page{
    width: 70%;
    display: table;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.news_page a{
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 5px;
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}
.news_page a:hover{
    color: red;
}
.news_page p{
    font-size: 14px;
    color: #999999;
    float: left;
    margin-left: 50px;
}
.news_page p span{
    color: red;
}
.select_div{
    float: right;
}
/*æ–°é—»è¯¦ç»†é¡µ*/
.news_title{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px dotted #333333;
}
.news_time{
    width: 60%;
    margin: 5px auto;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
/*è”ç³»æˆ‘ä»¬*/
.contact_div{
    font-size: 20px;
    line-height: 30px;
}</pre></body></html>