﻿.search_box
{
    width: 300px;
    height: 32px;
    border: 1px solid #0094ff;
    border-radius: 5px;
    margin: 0px auto;
}
.search_box > .search_text
{
    width: 235px;
    border: none;
    margin-top: 8px;
    margin-left: 10px;
    color: #9E9C9C;
    outline: none;
}
.search_box > .search_btn
{
    float: right;
    width: 50px;
    height: 32px;
    border: none;
    background: #0094ff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    color: white;
    font-size: 14px;
    outline: none;
}
.pageto
{
    font-size: 14px;
    /*position: absolute;*/
    right: 0px;
    bottom: 13px;
    color: #555;
    text-indent: 24px;
    margin-left: 15px;
}
.page_p
{
    font-size: 14px;
    float: right;
    /*position: absolute;*/
    right: 150px;
    bottom: 0px;
    margin-right: 20px;
    color: #555;
    text-indent: 24px;
    padding-top: 10px;
}
.page_p > span > a
{
    color: #555;
    text-decoration: none;
}
.page_p > span > a:hover
{
    color: #ff6a00;
}
.content .point_p
{
    font-size: 14px;
    color: #555;
    text-indent: 24px;
    line-height: 24px;
    border-bottom: 1px dashed #d4d4d4;
    word-break: break-all;
    padding-bottom: 10px;
}
.content .point_p > a
{
    text-decoration: none;
    color: #555;
}
.content .point_p > a:hover
{
    color: #ff6a00;
}
.content .point_p > .date
{
    float: right;
    margin-right: 10px;
    font-size: 12px;
}
.content .point_p > .person
{
    font-size: 15px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}
.news_tr
{
    border-bottom: 1px dotted #555;
}
.news_tr > td
{
    padding: 10px;
}
.news_tr a
{
    text-decoration: none;
    color: #1296db;
    font-size: 16px;
    font-style: normal;
    margin-top: 10px !important;
    line-height: 30px;
}
.news_tr a:hover
{
    color: #ff6a00;
}
.news_tr p
{
    font-size: 14px;
    color: #555;
    line-height: 24px !important;
    word-break: break-all;
    text-indent: 24px;
}
.news_img
{
    width: 150px;
    height: 90px;
}