/*新闻栏目*/
.dh{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    background: url(../images/left_class_bg.gif) no-repeat;
    align-items: center;

}
.serach{
    width: 250px;
    height: 24px;
    display: flex;
    justify-content: space-between;
}
.serach form{
    width: 250px;
    height: 24px;
    display: flex;
    justify-content: space-between;
}
.txt{
    width: 171px;
    height: 22px;
    border: 1px solid black;
    background: white;
}
.submit{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 69px;
    height: 24px;
    line-height: 20px;
    background: url(../images/searchButton.gif) no-repeat;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}
.newsul{
    width: 100%;
    height: auto;
    list-style-type: none;
}
.newsul a li{
    list-style-type: none;
    color: #666;
    border-bottom: 1px dashed #CCC;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.newtitle{
    width: 460px;
    height: 30px;
    overflow: hidden;
    background: url(../images/news_arrow.gif) no-repeat left;
    background-position: 0px 10px;
    padding-left: 15px;
}
.newtitle:hover{
    color: #f39000;
}
.newdate{
    color: #7E7E7E;
    padding-right: 15px;
}

/*新闻内容*/
.newstitle{
    height: 40px;
    line-height: 30px;
    border-bottom: #f5f5f5 2px solid;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #4a4a4a;
}
.divxx{
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 12px;
}
.fg{
    padding: 5px;
    line-height: 1.7em;
    color: #868686;
    background-color: #F5F5F5;
    border: #E5E5E5 1px solid;
    margin: 0 1px 10px 1px;
    text-indent: 24px;
    width: 100%;
}
.fontSizeChangeButtonCheck{
    cursor: pointer;
}
.fontSizeChangeContentCheck{
    width: 100%;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
}
.fontSizeChangeContentCheck p{
    width: 100%;
    text-align: left;
    color: #595959;
}
.pnext{
    width: 100%;
    height: auto;
    color: #595959;
    font-size: 14px;
    margin-top: 30px;
}
.pre{
    width: 100%;
    height: auto;
    font-size: 14px;
    margin-bottom: 5px;
}
.pre a{
    color: #595959;
}
.pre a:hover{
    color: #f39000;
}
.next{
    width: 100%;
    height: auto;
    font-size: 14px;
    margin-bottom: 5px;
}
.next a{
    color: #595959;
}
.next a:hover{
    color: #f39000;
}
.divinfo{
    padding-left: 10px;
    height: 23px;
    font-size: 12px;
    margin-top: -20px;
}
/*CARGO内容页*/