.search input[type="text"]::placeholder {
                color: #fff;}
.v_news_content table{
    word-break: break-word;}
iframe{
    max-width: 100%;
    margin: 0 auto;
    display: block;}
.v_news_content img {
    max-width: 100%;
    height: auto !important;}

.v_news_content video {
    width: 90%;
    height: auto !important;
     display: block;}

.v_news_content table {
    margin-bottom: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0;
    word-spacing: normal;
    max-width: 100%;
    overflow-y: auto;
    display: table;}

@media screen and (max-width: 1024px) {
.v_news_content table {
display: block;}
}
.tit {
    border-bottom: 1px solid #259fc8;
    margin: 25px 0 10px 0;
    padding-bottom: 5px;}
.tit p {
    float: left;
    font-size: 18px;
    color: #259fc8;
    font-weight: bold;}
.tit a {
    float: right;
    color: #666;
    font-size: 12px;}
.ul-list{}
.ul-list li {     text-indent: 10px;   position: relative;
    line-height: 35px;
    text-align: left;}
.ul-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #259fc8;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
  transform: translateY(-50%);}
.ul-list li span {
    float: right;}
.ul-list li p {
    width: calc(100% - 90px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;}
