main {
    padding-bottom: 40px;
}

.news_detail > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_detail_left > h1 {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0;
}

.news_detail_left > h3 {
    font-size: 16px;
    font-family: ArialMT;
    color: #999999;
    text-align: center;
    margin: 15px 0 45px;
}

.news_detail_left > .detail_text {
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
}

.news_detail_left > .detail_text > img {
    margin: 40px 0;
    width: 100%;
}

.switch {
    display: flex;
    border: 1px solid #eaeaea;
    margin-top: 70px;
}

.switch > div {
    width: calc(50% - 27px);
}

.switch > div > a {
    display: block;
    background: none;
    border: none;
    text-align: center;
    width: 100%;
    height: 100%;
	display:inline-block;
	height:54px;line-height:54px;
	color:#333333;
}

.switch > div > a > img {
    width: 25px;
    margin: -3px 10px 0;
}

.switch > img {
    width: 54px;
}

.news_detail_right > .title_class_2 {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #DD3333;
    margin: 40px 0 25px;
}

.news_detail_right > .title_class_2:nth-child(1) {
    margin: 0 0 25px;
}

.news_detail_right > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news_detail_right > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.news_detail_right > ul > li:nth-last-child(1) {
    border-bottom: none;
}

.news_detail_right > ul > li > a {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: ArialMT;
    color: #333333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_detail_right > .share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news_detail_right > .share > a > img {
    width: 35px;
}

.related_search {
    position: relative;
}

.related_search > img {
    position: absolute;
    top: 20.5px;
    left: 7px;
    width: 20px;
}

.related_search > form > input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #979797;
    padding: 16px 16px 16px 33px;
    font-size: 18px;
    font-family: ArialMT;
    color: #000;
}

.related_search > form > input::-moz-placeholder {
    color: #999999;
}

.contact > div {
    margin-top: 18px;
    font-size: 18px;
    font-family: ArialMT;
    color: #666666;
}


.contact > button {
    width: 100%;
    margin-top: 25px;
    padding: 15px 0;
}
.margin-left-15px{
    margin-left: 20px;
}
.strong{
    color: #6c6b6b;
}



@media (max-width: 992px) {
    main {
        padding-bottom: 20px;
    }

    .news_detail > div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news_detail_left > h1 {
        font-size: 16px;
    }

    .news_detail_left > h3 {
        font-size: 13px;
        margin: 10px 0 20px;
    }

    .news_detail_left > .detail_text {
        font-size: 14px;
    }

    .news_detail_left > .detail_text > img {
        margin: 15px 0;
        width: 100%;
    }

    .switch {
        margin-top: 20px;
    }

    .switch > div {
        width: calc(50% - 27px);
    }

    .switch > div > a {
        font-size: 14px;
    }

    .switch > div > a > img {
        width: 14px;
        margin: -2px 10px 0;
    }

    .switch > img {
        width: 54px;
    }

    .news_detail_right > .title_class_2 {

    }

    .news_detail_right > .title_class_2:nth-child(1) {

    }

    .news_detail_right > ul {

    }

    .news_detail_right > ul > li {

    }

    .news_detail_right > ul > li > a {

    }

    .news_detail_right > ul > li:nth-last-child(1) {

    }

    .news_detail_right > .share {

    }

    .news_detail_right > .share > a > img {

    }

    .related_search {

    }

    .related_search > img {

    }

    .related_search > input {

    }

    .related_search > input::-moz-placeholder {

    }

    .contact > div {

    }

    .contact > button {

    }
}
{"msg":"SUCCESS","code":20000,"data":null}