.search_content .news{
    margin-bottom: 0;
}
.search_content {
    padding-top: 80px; padding-bottom: 50px;
}
.searchbox1{

    width: 50%;
    height: 44px;
    margin: 0 auto;
    text-align: center; position: relative;
}
.searchbox1 .searchtext{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 80px;
    box-sizing: border-box;
    
}
/*.searchbox1 .searchtext:hover{
    background: url(/resources/images/fdj_hover.png) no-repeat 95% 50%;
}*/

.search-error{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box; margin-top: 20px;
}
.search-result-empry{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.searchbtn { position: absolute; right: 0px; top: 0px; background: url(/resources/sea/fdj.png) no-repeat center center; height: 44px; width: 60px; }
.searchbtn:hover { background: url(/resources/sea/fdj_hover.png) no-repeat center center; }

.copyright { margin-top: 20px; font-size: 16px; }
.copyright p { margin-top: 10px; line-height: 28px; text-align: justify; }

.basic_table {
    position: relative;
    border-left: none;
    border-right: none;
    border-spacing: 0px;
    border-collapse: collapse;
    /* table-layout: fixed; */
    color: #333;
    padding: 0 15px;
}
.basic_table:before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 50px;
    height: 50px;
    background: #fff;
}
.basic_table tr:first-child th {
    padding-left: 10px;
}
.basic_table tr:last-child th {
    border-bottom: 2px solid #189bd7;
}
.basic_table td:first-child, .basic_table th:first-child {
    text-align: left;
}
.basic_table thead th, .basic_table tr th {
    background: none;
    font-weight: bold;
}
.basic_table tr td, .basic_table tr th {
    padding-right: 10px;
    vertical-align: bottom;
    color: #333;
}
thead th {
    font-size: 16px;
}
.basic_table thead+tbody tr:first-child td {
    border-top: none;
}
.basic_table tbody tr:first-child td{
    padding-top: 12px;
    border-top: 1px solid #189bd7;
}
.basic_table td:first-child, .basic_table th:first-child {
    text-align: left;
}
.basic_table tr td {
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
}
.basic_table tr td, .basic_table tr th {
    color: #333;
}

.basic_table tbody td {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}
.basic_table tbody tr td:first-child{
    padding-left: 10px;
}

/* 2018-9-21 */
.pagingUl li a.active {
    color: #fff;
    background: #2a71b9;
}
.page.fl {
    margin-top: 20px;
}
.basic_table thead th {
    /* width: 30%; */
}
.module5 .list ul li {
    min-height: 260px;
}
.stock .img1 {
    padding: 0 0 50px 0;
}
.stock-data {
    margin: 15px 0;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.stock-data ul li {
    display: inline-block;
    margin: 0 25px;
}
.stock-data ul li div,
.text1 {
    text-align: left;
}
.text3,
.text2 {
    float: left;
}
.text1 {
    margin-bottom: 5px;
}
.text3 {
    margin-left: 12px;
    color: #83bd0c;
}
.text3.active {
    color: #ff190e;
}
@media screen and (min-width: 1200px) {
    .pagingUl li a:hover {
        color: #fff;
        background: #2a71b9;
    }
}
/* 2018-9-21 */



.znews { margin-top: 60px; overflow: hidden; }
.znews h3 { font-size: 32px; color: #000; position: relative; z-index: -1; }
.znews ul li { padding: 30px 0px; border-bottom: 1px solid #e8e8e8; }
.znews ul li h4 a { font-size:18px; font-weight: bold; color: #333; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;   }
.znews ul li h4 a:hover { color: #e60412; } 
.znews ul li p { margin-top: 10px; line-height: 26px;  font-size: 14px; max-height: 52px; overflow: hidden; text-align: justify; }
.znews ul li span { font-weight: bold; color: #000; display: block; margin-top: 10px; }
.znews ul li h6 a { font-size: 14px; color: #e60412; display: inline-block; margin-top: 10px; position: relative; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; }
.znews ul li h6 a:after { content: ''; position: absolute; bottom: -2px; background: #e60412; left: 0px; height: 1px; width: 100%; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; z-index: 2; }
.znews ul li h6 a:hover { color: #e60412;  padding-left: 20px;  }
.znews ul li h6 a:hover:after { content: ''; position: absolute; bottom: -2px; background: #e60412; left: 0px; height: 1px; width: 100%; z-index: 2 }

@media screen and (max-width: 1199px) {

.searchbox1 { width: 100%; }
.search_content { padding-top: 30px; padding-bottom: 20px; }
.znews ul li h4 a { font-size: 14px; }
.znews { margin-top: 30px; }

}

