.search_box{
    display: inherit;
    align-items: center;
    justify-content: space-between;
    background:#ededed;
    padding:10px;
    margin-top:10px;
}
.search_box .sea_text1{
    font-size:16px;
    font-weight: bold;
    margin-right:30px;
    display: none;
}
.search_box .sea_left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:10px;
}
.search_box .date_input{
    width:100px;
    height: 30px;
}
.search_box .keyword_input{
    border:none;
    background:#fff;
    height: 28px;
    margin-left:10px;
    padding:0 5px;
    width: 100%;
}
.search_box .input_box{
    display: flex;
    align-items: center;
    flex:1;
}
.search_box .sea_btn{
    display: block;
    width:50px;
    height:30px;
    background:#e6242c;
    font-size:14px;
    color:#fff;
    text-align: center;
    line-height:30px;
    margin-left:10px;
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
		}
	100% {
		opacity: 1;
		transform: translateY(0);
		}
}

.h_text2 span {
	display: inline-block;
	opacity: 0;
	animation: slideUp 0.6s ease-out forwards;
}
@keyframes slideInFromLeft {
	0% {
		opacity: 0;
		transform: translateX(-30px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.h_text1 {
	display: block;
	opacity: 0;
	animation: slideInFromLeft 0.6s ease-out 0.1s forwards;
}

.new_warp{
    padding:0 10px;
}
.news_box{
    padding-bottom:30px;
}
.n_list{
    position: relative;
}
.n_list:after{
    content:'';
    width:1px;
    height:100%;
    position: absolute;
    background:none;
    top:0;left:75px;
}
.n_list li{
    display: inherit;
    align-items: center;
    margin-top:20px;
}
.n_list li a{
    width: 100%;
}
.n_list li .date{
    text-align: left;
    margin-right:24px;
}
.n_list li .d_t1{
    font-size:16px;
    color:#e3111a;
    font-weight: bold;
}
.n_list li .d_t2{
    font-size:14px;
    color:#e3111a;
}
.n_list li .border{
    width:44px;
    height:1px;
    background:none;
    margin-right:20px;
}
.n_list li .info_box{
    display: flex;
    align-items: center;
    background:#f8f8f8;
    flex:1;
    padding:11px 10px 15px 15px;
    margin-top:10px;
}
.n_list li .info_left{
    flex:1;
    margin-right: 10px;
    text-align: left;
}
.n_list li .info_text1{
    font-size:16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.n_list li .info_text2{
    font-size:14px;
    color:#999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 46px;
    margin-top:15px;
    line-height:24px;
}
.n_list li .info_img{
    width:104px;
    height:104px;
    background:url('../images/pic1.jpg') no-repeat;
    border-radius:5px;
    background-size:cover;
}
.news_detail{
    text-align: center;
}
.news_detail .title1{
    font-size:18px;
    margin-top:30px;
}
.news_detail .n_text1{
    font-size:12px;
    margin-top:10px;
}
.news_detail .n_t2{
    margin-left:10px;
}
.news_detail .n_text2{
    font-size:12px;
    color:#666;
    line-height:34px;
    text-align: justify;
    margin-top:30px;
    min-height:320px;
}
.news_detail .n_text2 table{
    width:100%!important;
}
.news_detail img{
    width:100%;
    margin:10px 0;
}
.news_detail .page_box{
    margin:40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_detail .page_box .page_btn{
    display:inline-block;
    width:100px;
    height:30px;
    border:1px solid #e5242c;
    color:#e5242c;
    text-align:center;
    line-height:30px;
    font-size:14px;
}
.news_detail .page_box .page_btn.active{
    background:#e5242c;
    color:#fff;
}
/* 证券概况 */
.gk_box .cat_list{
    width:100%;
     display: flex;
}
.gk_box .cat_list li{
    padding:10px;
    border-bottom:1px solid #eee;
    margin-top:20px;
    cursor: pointer;
    margin:20px 5px 0;
}
.gk_box .cat_list li.active{
    color:#e6212a;
    border-bottom:1px solid #e6212a;
}
.gk_box .cat_list li.active a{
    color:#e6212a;
}
/* 招聘信息 */
.zp_warp{
    padding:0 0 40px;
}
.table_box{
    margin-top:30px;
}
.table_box .t_head{
    background:#8a8a8a;
}
.table_box .t_head .t_item{
    padding:15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    font-size:14px;
    text-align: center;
}
.table_box .t_n1{
    width:30%;
}
.table_box .t_n2{
    width:17.5%;
}
.table_box .t_n3{
    width:17.5%;
}
.table_box .t_n4{
    width:17.5%;
}
.table_box .t_n5{
    width:17.5%;
}
.table_box .t_list{
    border:1px solid #e2e2e2;
    padding:0 40px 30px;
}
.table_box .item_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #dedede;
    cursor: pointer;
    text-align: center;
    padding:26px 0;
}
.table_box .bottom_info{
    background:#f6f6f6;
    margin-top:1px;
    padding:0 44px;
    display: none;
}
.table_box .bot_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom:1px solid #d8d8d8;
    padding:25px 0;
}
.table_box .bot_list:last-child{
    border-bottom:none;
}
.table_box .bot_list .b_text1{
    width:25%;
    line-height:30px;
}
.table_box .bot_box{
    width:50%;
}
.table_box .b_title1{
    font-size:14px;
    font-weight: bold;
}
.table_box .b_text2{
    font-size:12px;
    color:#666;
    line-height:30px;
}
.table_box .email_box{
    display: flex;
    align-items: center;
}
.table_box .e_icon{
    display: inline-block;
    width:27px;
    height:16px;
    background:url('../images/news/email.png') no-repeat;
    background-size:100%;
    margin-right:18px;
}
.table_box .b_text3{
    color:#0062f5;
}
.table_box1{
    display: none;
}
.table_box2{
    display: block;
}
.table_box2 .t_n1{
    width: 33%;
}
.table_box2 .t_list{
    padding:0 10px 30px;
}
.table_box2 .t_head .t_item{
    padding:15px 10px;
}
.table_box2 .bottom_info{
    padding:0 15px;
}
.table_box2 .bot_list{
    display: inherit;
    padding:10px 0;
}
.table_box2 .bot_list .b_text1{
    width: 100%;
    line-height:24px;
}
.table_box2 .bot_box{
    width: 100%;
    margin-bottom:10px;
}


/* 联系我们 */
.contact_warp{

}
.contact_box{
    background:url('../images/news/bg1.jpg') no-repeat;
    background-size:100% 100%;
    padding:28px 10px 0;
    background-position: center;
}
.contact_box .con_title{
    font-size:16px;
    text-align: center;
}
.contact_box .cont_list{
    display: flex;
    flex-wrap: wrap;
    border:3px solid #e72530;
    padding:10px;
    margin-top:20px;
}
.contact_box li{
    display: flex;
    width: 50%;
    margin-bottom:20px;
}
.contact_box .icon{
    width:25px;
    height: 25px;
}
.contact_box .icon1{
    background:url('../images/news/icon1.png') no-repeat;
    background-size:cover;
}
.contact_box .icon2{
    background:url('../images/news/icon2.png') no-repeat;
    background-size:cover;
}
.contact_box .icon3{
    background:url('../images/news/icon3.png') no-repeat;
    background-size:cover;
}
.contact_box .icon4{
    background:url('../images/news/icon4.png') no-repeat;
    background-size:cover;
}
.contact_box .icon5{
    background:url('../images/news/icon5.png') no-repeat;
    background-size:cover;
}
.contact_box .icon6{
    background:url('../images/news/icon6.png') no-repeat;
    background-size:cover;
}
.contact_box .icon7{
    background:url('../images/news/icon7.png') no-repeat;
    background-size:cover;
}
.contact_box .icon8{
    background:url('../images/news/icon8.png') no-repeat;
    background-size:cover;
}
.contact_box .cont_right{
    margin-left:10px;
    flex:1;
}
.contact_box .c_text1{
    font-size:14px;
    font-weight: bold;
}
.contact_box .c_text2{
    font-size:12px;
    line-height:inherit;
    word-break:break-all;
}
.message_box{
    margin-top:30px;
}
.message_box .m_title{
    font-size:18px;
    text-align: center;
    font-weight: bold;
}
.message_box .m_text1{
    font-size:16px;
    text-align: center;
    margin-top:16px;
}
.message_box .input_box{
    display: flex;
    justify-content: space-between;
    margin-top:36px;
    flex-wrap: wrap;
}
.message_box .item_input{
    display: flex;
    align-items: center;
    border:1px solid #d4d4d4;
    height: 30px;
    border-radius:5px;
    padding:0 5px;
    width: 42%;
    margin:0 0 10px;
}
.message_box .lable{

}
.message_box .item_input input{
    flex:1;
    border:none;
    background:none;
    outline: none;
    padding:0 5px;
    font-size:14px;
    width: 100%;
    height:100%;
}
.message_box .submit_btn{
    width:120px;
    height:40px;
    background:#e5242c;
    font-size:16px;
    color:#fff;
    text-align: center;
    line-height:40px;
    margin:16px auto;
    border-radius:5px;
}
.contact_box .m_text2{
    font-size:14px;
    text-align:center;
}
.map{
    height: 300px;
    margin-top:20px;
}