@charset "UTF-8";
html, body {
    width: 100%;
    min-width: 1220px;
    height: 100%;
    /* overflow: hidden;*/
    /* color: #fff;*/
}

/*a {
  color: #fff;
}*/

/* 灰色边框*/
.font_blue {
    color: #BE1B2F;
}

.font_red {
    color: #BE1B2F;
}

.font_red a {
    color: #BE1B2F;
}

/* 灰色边框*/
.show {
    display: block;
}

.hide {
    display: none;
}

.margin_right20 {
    margin-right: 100px;
}

.margin_right20 a {
    color: #000;
    cursor: pointer;
}

/*头部样式*/
.main_header .header_login_bg {
    height: 52px;
    background: #BE1B2F;
}

.main_header .header_login {
    font-family: "微软雅黑", 'Microsoft YaHei';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.main_header .header_login a:hover {
    color: #F6D2D6;
}

.main_header .header_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.main_header .header_content .header_logo {
    position: absolute;
    top: 35px;
    left: 0;
    margin: auto;
    width: 270px;
    height: 75px;
    cursor: pointer;
    z-index: 9;
}

.main_header .header_content .header_logo span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/u19.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.main_header .header_content .header_search_wrap {
    position: absolute;
    top: 55px;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 0;
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap {
    display: inline-block;
    font-size: 14px;
    width: 145px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #bebebe;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title {
    height: 40px;
    line-height: 40px;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title em {
    display: inline-block;
    width: 20px;
    height: 40px;
    background: url("../images/arrow_left.png") 5px 16px no-repeat;
    vertical-align: middle;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title .search_arrow_hover {
    background: url("../images/arrow.png") 5px 15px no-repeat;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .search_msg_title:hover {
    color: #BE1B2F;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list {
    display: none;
    position: absolute;
    top: 40px;
    left: -1px;
    width: 145px;
    z-index: 10;
    margin: auto;
    text-align: center;
    border: 1px solid #bebebe;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #bebebe;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:hover {
    color: #BE1B2F;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .select_list li:last-of-type {
    border-bottom: 0px solid #bebebe;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap .active {
    display: block;
}

.main_header .header_content .header_search_wrap .header_formsearch_wrap span {
    display: inline-block;
}

.main_header .header_content .header_search_wrap .input_content {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: blue;
    vertical-align: middle;
    cursor: pointer;
}

.main_header .header_content .header_search_wrap .search_text {
    font-size: 14px;
    text-indent: 25px;
    min-width: 400px;
    height: 40px;
    line-height: 40px;
    float: right;
}

.main_header .header_content .header_search_wrap .btn {
    width: 68px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    float: right;
    cursor: pointer;
    background: #BE1B2F url("../images/search_grey.png") 24px 13px no-repeat;
}

/*头部导航样式*/
.header_nav {
    width: 100%;
    height: auto;
    background-color: #BE1B2F;
}

.header_nav .nav_container {
    width: 78%;
    margin: 0 auto;
    background-color: #BE1B2F;
    display: table;
    table-layout: fixed;
}

.header_nav .nav_container ul {
    display: table-row;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid black;
}

.header_nav .nav_container ul .nav_item {
    position: relative;
    display: table-cell;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.header_nav .nav_container ul .nav_item a {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    width: 98%;
    height: 50px;
    color: #fff;
    font-size: 16px;
}

.header_nav .nav_container ul .nav_item span {
    float: right;
    color: #FFFFFF;
    width: 2%;
    text-align: right;
}

.header_nav .nav_container ul .nav_item .no_border_line {
    border: 0px solid #fff;
}

.header_nav .nav_container ul .nav_item.active {
    background-color: #fff;
}

.header_nav .nav_container ul .nav_item.active a {
    color: #BE1B2F;
}



.header_nav .nav_container ul .nav_item1 {
    border-bottom: 1px solid #BE1B2F;
}

/*主体样式*/
.main_body {
    width: 1300px;
    min-height: 595px;
    margin: 0 auto 100px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

/*主体轮播样式*/
.main_body .carousel_wrap {
    width: 1200px;
    height: 350px;
    margin: 40px 0 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    overflow: hidden;
}

/*主体轮播图片样式*/
.main_body .carousel_wrap .carousel_left {
    display: inline-block;
    width: 1200px;
    height: 350px;
    overflow: hidden;
    /* border: 1px solid #bebebe;*/
    box-sizing: border-box;
    /*  margin: 15px 0px 15px 6px;*/
}

/*.main_body .carousel_wrap .carousel_left img {
  width: 850px;
  height: 320px;*/
/*轮播右侧文章样式*/
.main_body .carousel_wrap .carousel_right {
    position: relative;
    display: inline-block;
    width: 320px;
    padding: 0 17px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
    color:#000;
}

.main_body .carousel_wrap .carousel_right .artical_title {
    margin-top: 40px;
    line-height: 24px;
}

.main_body .carousel_wrap .carousel_right .artical_title a {
    color:#000;
    font-size: 18px;
    font-weight: bold;
}

.main_body .carousel_wrap .carousel_right .artical_detail {
    margin-top: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_left {
    height: 20px;
    line-height: 20px;
    cursor: default;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_left .zhuanlan {
    display: inline-block;
    padding: 0 7px;
    background-color: #BE1B2F;
    color: #fff;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_left .zhuanlan_name {
    display: inline-block;
    padding: 0 8px;
    background-color: #efefef;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}

.main_body .carousel_wrap .carousel_right .artical_detail .detail_right .artical_from {
    padding-left: 15px;
    background: url("../images/comp.png") 0 3px no-repeat;
}

.main_body .carousel_wrap .carousel_right .artical_content {
    line-height: 18px;
    height: 140px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.main_body .carousel_wrap .carousel_right .artical_footer_unfold {
    position: absolute;
    bottom: -16px;
    margin: auto;
    width: 300px;
    height: 58px;
    line-height: 40px;
    text-align: right;
    border-top: 1px solid #bebebe;
    box-sizing: border-box;
}

.main_body .carousel_wrap .carousel_right .artical_footer_unfold a {
    color: #BE1B2F;
}

/*主体左侧样式*/
.main_body .body_part_left {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 830px;
}

/*左侧新闻列表嵌套模板*/
.main_body .body_part_left .artical_wrap {
    /*  width: 830px;*/
    width: 100%;
    height: auto;
}

.main_body .body_part_left .artical_wrap .artical_column_nav {
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    font-size: 0;
}

.main_body .body_part_left .artical_wrap .artical_column_nav li {
    /* width: 110px;*/
    min-width: 150px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    height: 45px;
    text-align: center;
    margin-right: 10px;
}

.main_body .body_part_left .artical_wrap .artical_column_nav li a {
    width: 100%;
    height: 43px;
    display: inline-block;
    color: #000;
    padding: 0 5px;
    cursor: default;
}

.main_body .body_part_left .artical_wrap .artical_column_nav li a.active {
    /* background-color: #BE1B2F;*/
    background-color: #BE1B2F;
    color: #fff;
}

/*.main_body .body_part_left .artical_wrap .artical_column_nav li a:hover {
  background-color: #BE1B2F;
  color: #fff;
}*/
.main_body .body_part_left .artical_wrap .artical_show_part {
    color: #000;
}

.main_body .body_part_left .artical_wrap .artical_show_part li {
    padding: 20px 20px;
    border-bottom: 1px solid #bebebe;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title {
    line-height: 18px;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title a {
    color:#000;
    font-size: 16px;
    letter-spacing: 1px;
    /*  font-weight: bold;*/
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail {
    /*margin-top: 5px;*/
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail span {
    cursor: default;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left {
    height: 20px;
    line-height: 20px;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan {
    display: inline-block;
    padding: 0 7px;
    background-color: #BE1B2F;
    color: #fff;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_left .zhuanlan_name {
    display: inline-block;
    padding: 0 8px;
    background-color: #efefef;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    float: right;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_from {
    padding-left: 15px;
    background: url("../images/comp.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right .artical_time {
    padding-left: 15px;
    background: url("../images/clock.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail .detail_right span {
    margin: 0 10px;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content {
    line-height: 22px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /*height: 64px;*/
}

/*左侧文章定位样式*/
.main_body .body_artical_location {
    margin-top: 40px;
    height: 36px;
    font-size: 15px;
    color: #000;
}

.main_body .body_artical_location p {
    text-indent: 20px;
}

.main_body .body_artical_location p a {
    color: #000;
}

.main_body .body_artical_location p a:hover {
    color: #BE1B2F;
}

/*左侧文章内容样式*/
.main_body .body_part_left .artical_page_detail {
    padding: 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    color: #000;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    /* margin-bottom: 20px;*/
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap h3{
    line-height: 40px;
    text-align: center;
}
.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap {
    height: 48px;
    line-height: 48px;
    color: #7c7c7c;
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap em {
    margin: 0 10px;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_left {
    float: left;
    font-size: 14px;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right {
    float: right;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .right_13px {
    margin-right: 14px;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .share_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    vertical-align: middle;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .weixin_share {
    background: url("../images/weixin_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .weibo_share {
    background: url("../images/weibo_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .tieba_share {
    background: url("../images/tieba_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_caption_wrap .artical_info_wrap .artical_info_right .rb_share {
    background: url("../images/rb_icon.png") 0px 0px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_content_wrap p {
/* text-indent: 35px;
   line-height: 24px;
   font-size: 12px;
   padding: 20px 0; */
    -moz-user-select: text;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap {
    text-align: right;
    margin-top: 16px;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_from {
    padding-left: 15px;
    background: url("../images/comp.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right .artical_time {
    padding-left: 15px;
    background: url("../images/clock.png") 0 3px no-repeat;
}

.main_body .body_part_left .artical_page_detail .artical_pagefooter_wrap .detail_right span {
    margin: 0 10px;
}

/*左侧相关文章样式*/
.main_body .body_part_left .native_artical_wrap {
    padding: 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    color: #000;
    margin-top: 20px;
}

.main_body .body_part_left .native_artical_wrap .native_artical_title {
    border-bottom: 1px solid #bebebe;
    height: 30px;
    line-height: 25px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.main_body .body_part_left .native_artical_wrap .native_artical_title span {
    display: inline-block;
    height: 30px;
    border-bottom: 5px solid #BE1B2F;
    box-sizing: border-box;
}

.main_body .body_part_left .native_artical_wrap .native_artical_title span em {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("../images/zx_icon_red.png") 0 5px no-repeat;
}

.main_body .body_part_left .native_artical_wrap ul {
    padding: 10px 10px 6px 10px;
}

.main_body .body_part_left .native_artical_wrap ul li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    list-style: decimal;
    list-style-position: inside;
}

.main_body .body_part_left .native_artical_wrap ul li a {
    color: #000;
    display: inline-block;
}

.main_body .body_part_left .native_artical_wrap ul li span {
    display: inline-block;
    float: right;
    color: #9f9f9f;
}

/*右侧样式*/
.main_body .body_part_right {
    position: relative;
    display: inline-block;
    float: right;
    width: 350px;
}

/*右侧文章搜索样式*/
.main_body .body_part_right .artical_search_wrap {
    width: 350px;
    height: 150px;
    background-color: #F6D2D6;
    text-align: center;
}

.main_body .body_part_right .artical_search_wrap .search_artical_title {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color:#000;
    text-indent: 20px;
}

.main_body .body_part_right .artical_search_wrap .search_artical_input {
    height: 45px;
    width: 310px;
    line-height: 45px;
    margin: 0 auto;
    background-color: #fff;
}

.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content {
    height: 45px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .search_text {
    display: inline-block;
    width: 265px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 20px;
    float: left;
    border: none;
}

/*右侧专栏直通车样式*/
.main_body .body_part_right .artical_search_wrap .search_artical_input .input_content .btn {
    float: right;
    display: inline-block;
    width: 40px;
    height: 45px;
    background: url("../img/search_red.png") 5px 10px no-repeat;
    cursor: pointer;
    border: none;
}

.main_body .body_part_right .special_column_style, .main_body .body_part_right .special_column_wrap {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.main_body .body_part_right .special_column_style .column_title, .main_body .body_part_right .special_column_wrap .column_title {
    border-bottom: 4px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
}

.main_body .body_part_right .special_column_style .column_title span, .main_body .body_part_right .special_column_wrap .column_title span {
    /*width: 50%;*/
    display: inline-block;
    height: 30px;
    border-bottom: 4px solid #BE1B2F;
    box-sizing: border-box;
}

.main_body .body_part_right .special_column_style .column_title span em, .main_body .body_part_right .special_column_wrap .column_title span em {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("../images/zx_icon_red.png") 0 5px no-repeat;
}

.main_body .body_part_right .special_column_style .column_list, .main_body .body_part_right .special_column_wrap .column_list {
    width: 270px;
    margin: 10px 0 0 30px;
    text-align: center;
    font-size: 14px;
}

.main_body .body_part_right .special_column_style .column_list li, .main_body .body_part_right .special_column_wrap .column_list li {
    width: 130px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-top: 10px;
}

.main_body .body_part_right .special_column_style .column_list li a, .main_body .body_part_right .special_column_wrap .column_list li a {
    color: #676868;
    font-size: 14px;
}

.main_body .body_part_right .special_column_style .column_list .duck_grey, .main_body .body_part_right .special_column_wrap .column_list .duck_grey {
    background-color: #e8e7e7;
}

.main_body .body_part_right .special_column_style .column_list .light_grey, .main_body .body_part_right .special_column_wrap .column_list .light_grey {
    background-color: #f2f2f2;
}

/*右侧大家关注样式*/
.main_body .body_part_right .people_interest_wrap .column_list_interest {
    color: #000;
    font-size: 14px;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li {
    padding: 10px 0;
    border-bottom: 1px solid #bebebe;
    line-height: 25px;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li span {
    font-size: 12px;
    color: #BE1B2F;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    border: 1px solid #BE1B2F;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: default;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li p {
    font-size: 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main_body .body_part_right .people_interest_wrap .column_list_interest li a {
    color: #000;
}

/*底部样式*/
.main_footer {
    background-color: #BE1B2F;
    width: 100%;
    height: 165px;
}

.main_footer a {
    color: #fff;
}

.main_footer .footer_content {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px !important;
}

.main_footer .footer_content p {
    height: 10vh;
    line-height: 30px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 12px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 12px;
}

input:-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.phcolor {
    color: #999;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 65px;
}

div.slideBox div.tips div.nums {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    bottom: 0;
    height: 100%;
    text-align: center;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_content a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}

.zhuanlan_name a {
    background-color: #efefef;
}

.main_body .carousel_wrap .carousel_right .artical_content a {
    color: #000;
    font-size: 14px;
}

/*# sourceMappingURL=main.css.map */
/*加载更多*/
.ajaxMore {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #BE1B2F;
    cursor: pointer;
}

.pagination1 {
    width: 100px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 999;
    margin-right: 400px;
}

/*home-new  头部样式 start*/
.search {
    position: relative;
    top: -6vh;
    left: 59vh;
}

.search_term {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN-Bold;
}

.search_term span {
    /* margin-right: 100px; */
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.search_content {
    margin-top: 10px;
    line-height: 50px;
    font-size: 0;
    display: flex;
}

.search_input {
    width: 600px;
    height: 45px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    text-indent: 20px;
    vertical-align: middle;
}

.search_btn {
    vertical-align: middle;
    width: 130px;
    height: 45px;
    background: #BE1B2F;
    border: 0;
    transition: background-color 0.3s ease;
    color: #fff;
    font-size: 15px;
    font-family: SourceHanSansCN-Bold, sans-serif;
}
.search_btn:hover {
    background: #99000e;
}

.search_term .active {
    color: #fff;
    background-color: #BE1B2F;
    border-radius: 25px;
    position: relative;
}

.search_term .active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #BE1B2F;
}

.thisimg {
    width: 1200px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.thisimg li {
    position: absolute;
    top: -29px;
    right: 45%;
    z-index: 99;
}

/*logo 返回首页*/
.block-hmoe {
    display: table;
}

/*home-new  头部样式 end*/

input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
}

.artical_content_wrap {
    padding-top: 20px;
    color: #000;
}

.editPwd {
    position: absolute;
    top: 28px;
    right: 60px;
}

.editPwd a {
    color: #000;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-size: 12px;
}

.username a {
    cursor: pointer;
}

.header_edit_icon {
    position: absolute;
    width: 15px;
    top: 38px;
    height: 10px;
    right: 91px;
    background: url(../images/header_edit_icon.png) no-repeat;
}

/*.header_login_bg{
  width: 100%;
  background: #f5f3f0;
}*/

.header_login a {
    color: white;
}

.header_login lable {
    font-size: 14px;
}

.color_red {
    color: #BE1B2F;
}

.header_login em {
    padding: 0 5px;
}

.header_login>span>div{
    display: flex;
    align-items: center;
    gap: 5px;
}
.header_login>span>div>img{
    width: 20px;
    height: 20px;
}

.main_header .header_login .header_login_span a:hover {
    color: #fff;
    text-decoration: none;
}
.header_login_span {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

/*焦点图兼容safari浏览器*/
.pic_left {
    float: left;
}

/*改变模板的字体大小*/
.main_body .body_part_left .artical_page_detail .artical_content_wrap p {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 2;
    margin: 0px;
}

.search_text {
    width: 250px !important;
}

/* 响应式设计 - 小屏幕适配 */
@media screen and (max-width: 1550px) {
    .search {
        position: relative;
        top: -10vh;
        width: auto;
        max-width: 100%;
        left: 77vh;
    }
    
    .search_term span {
        margin-right: 30px;
        font-size: 13px;
        padding: 6px 15px;
    }
    
    .search_content {
        align-items: center;
    }
    
    .search_input {
        width: 100%;
        max-width: 500px;
    }
    
    .search_btn {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .search {
        position: static;
        top: auto;
        left: auto;
        margin: 10px;
        width: calc(100% - 20px);
    }
    
    .search_term {
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .search_term span {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 12px;
        padding: 5px 12px;
        display: block;
        width: fit-content;
    }
    
    .search_content {
        margin-top: 15px;
        flex-direction: column;
        width: 100%;
    }
    
    .search_input {
        width: 100%;
        max-width: none;
        height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .search_btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .search_term .active::after {
        bottom: -8px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #BE1B2F;
    }
}

@media screen and (max-width: 480px) {
    .search {
        margin: 5px;
        width: calc(100% - 10px);
    }
    
    .search_term {
        font-size: 12px;
    }
    
    .search_term span {
        font-size: 11px;
        padding: 4px 10px;
        margin-bottom: 8px;
    }
    
    .search_input {
        height: 35px;
        font-size: 12px;
        text-indent: 15px;
    }
    
    .search_btn {
        height: 35px;
        font-size: 12px;
    }
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
