 .search_box{
    float: right;
    height: 30px;
    width: 239px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: flex
;
    justify-content: space-between;
    align-items: center;}
.search_box_text{
color: #fff;
    font-family: 'Microsoft YaHei', serif;
    outline: none;
    width: 190px;
        background: none;
        border:none
;}
::-webkit-input-placeholder { 
/* webkit browsers，webkit内核浏览器 */
color: #fff; 
font-size: 15px;} 
:-moz-placeholder { 
/* mozilla firefox 4 to 18 */ 
color: #fff; 
font-size: 15px;} 
::-moz-placeholder { 
/* mozilla firefox 19+ */ 
color: #fff; 
font-size: 15px;} 
:-ms-input-placeholder { 
/* internet explorer 10+ */ 
color: #fff; 
font-size: 15px;}

/*
*组件样式
*/
.content-sxt {
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    line-height: 30px;
    font-size: 13px;
    width: 100%
;}

.content-sxt a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
    
    .v_news_content TABLE{border-collapse:collapse; border:1px solid #bbb;margin: 0 auto !important; width:100% ;float: none !important;} 
.v_news_content TABLE TD{ border:1px solid #bbb; padding:0px 5px;     white-space: pre-wrap;} 

.v_news_content TABLE TD P {
    text-indent: 0px !important;
    margin: 0px !important; font-size: 14px;}

.v_news_content P,.v_news_content P a ,.v_news_content P span ,.v_news_content P a span，.v_news_content a{
word-break:break-all !important;}

.v_news_content video {
    max-width: 90%;
    height: auto;
    margin: 0 auto !important;
    display: block;}
.v_news_content iframe{
    max-width: 95%;
    margin: 0 auto;
    display: block;}
.v_news_content .px50{
    display: inline !important;
    vertical-align: baseline;}

/*一般用于手机端文章中img的大小*/
.v_news_content .vsbcontent_img img,.v_news_content img{
    display: block !important;
    margin: 0 auto !important;
    max-width: 80% !important;
    height: auto !important;}


.ewm{
    display: flex
;
    width: 220px;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;}
.ewm p{
    line-height: 26px;}
