/********************************************** 通用样式 **********************************************/
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    box-sizing: border-box;
}
/* img图片保持盒子宽高图片等比例缩放 防止图片变形 */
img {
    object-fit: contain;
}
.text_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text_1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 去掉li前面的原点 */
ul li {
    list-style-type: none;
}
/********************************************** 模版背景色 **********************************************/
body {
    background-color: #E8EFF7;
}
/********************************************** 模版背景色 **********************************************/

/********************************************** 页面头部导航样式 **********************************************/
.head_nav {
    background-color: #fff;
}
/* 头部导航版心层 */
.head_nav_area {
    max-width: 1530px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 右侧登录/合作 */
.head_nav_right {
    display: flex;
}
/* 商务合作按钮 */
.head_nav_right_cooperate {
    /*background: #FFECDF;*/
    display: flex;
    margin-right: 20px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    height: 38px;
    /*border-radius: 38px;*/
    /*line-height: 38px;*/
}
.head_nav_right_cooperate_left_icon {
    background-color: #005FCD;
    border-radius: 15px 0 0 15px;
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 商务合作文字 */
.head_nav_right_cooperate_text {
    border: 1px solid #005FCD;
    border-radius: 0 15px 15px 0;
    line-height: 36px;
    padding: 0 10px;
}
/* 商务合作图标 */
.head_nav_right_cooperate_img {
    width: 24px;
    height: 24px;
}
/* 登录按钮 */
.head_nav_right_logon {
    font-size: 14px;
    background: #005FCD;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 30px;
    line-height: 38px;
}
/* 左侧名称/log */
.head_nav_left {}
/* 网站标题 */
.head_nav_left_title {
    color: #005FCD;
    font-size: 27px;
    cursor: pointer;
}
/* 网站标题英文 */
.head_nav_left_en {
    font-size: 10px;
}

/********************************************** 页面头部导航样式 **********************************************/

/********************************************** body **********************************************/
/*  左侧  */
.article_body {
    width: 1530px;
    margin: 20px auto 0;
    display: flex;
    position: relative;
}
.article_body .article_describe {
    width: 980px;
    padding: 50px;
    background-color: #fff;
    min-height: 800px;
    border-radius: 10px;
}
.article_describe .article_describe_title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}
.article_describe .article_describe_time_look {
    display: flex;
    margin-bottom: 50px;
}
.article_describe_time_look .article_describe_time {
    font-size: 14px;
    margin-right: 134px;
}
.article_describe_time_look .article_describe_look {
    display: flex;
    align-items: center;
}
.article_describe_look .article_describe_look_icon {
    width: 15px;
    height: 10px;
    margin-right: 2px;
    margin-top: 1px;
}
.article_describe_look .article_describe_look_text {
    font-size: 12px;
    color: #989898;
}
.article_describ_content {
    width: 750px;
}
.article_describ_content p {
    font-size: 16px;
}
/*  右侧  */
.article_body .article_ecommend_list {
    width: 350px;
    height: 580px;
    background-color: #fff;
    position: fixed;
    top: 100px;
    border-radius: 10px;
    display: none;
    /*left: 1195px;*/
    /*right: 370px;*/
}

.article_ecommend_list_title {
    font-size: 18px;
    font-weight: 400;
    background-color: #73A7E4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}
.article_ecommend_list_title_segmentation {
    height: 2px;
    background-color: #EEF2F3;
    margin-top: 10px;
}
.article_ecommend_list_title_segmentation .segmentation_box {
    height: 2px;
    width: 70px;
    background-color: #EBBFA0;
}
.article_ecommend_list_data {
    height: 515px;
    overflow-y: auto;
    padding: 20px;
}
/* 滚动条的宽度 */
.article_ecommend_list_data::-webkit-scrollbar {
    width: 10px;
}
/* 轨道的背景色 */
.article_ecommend_list_data::-webkit-scrollbar-track {
    background: #fff;
}
/* 滚动条滑块 */
.article_ecommend_list_data::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 5px;
}
.article_ecommend_item {
    display: flex;
    margin-bottom: 13px;
}
.article_ecommend_item .article_ecommend_item_img {
    width: 80px;
    height: 48px;
    border-radius: 5px;
    margin-right: 10px;
    flex-shrink: 0;
    /*background-color: skyblue;*/
}
.article_ecommend_item .article_ecommend_item_content {}
.article_ecommend_item_content_title {}
.article_ecommend_item_content_look {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}
.item_content_look_left {
    display: flex;
    align-items: center;
}
.item_content_look_right {
    display: flex;
    align-items: center;
}
.item_content_look_left_icon {
    width: 12px;
    height: 13px;
    margin-top: 1px;
    margin-right: 3px;
}
.item_content_look_right_icon {
    width: 15px;
    height: 10px;
    margin-right: 3px;
}
.item_content_look_left_text {
    font-size: 12px;
    color: #989898;
}
.item_content_look_right_text {
    font-size: 12px;
    color: #989898;
}
.article_ecommend_item_content_time {
    font-size: 12px;
    color: #999999;
    margin-top: 3px;
}
/********************************************** body **********************************************/
/*************************************************************************** 商务合作弹框 ***************************************************************************/
.cooperate_dialog {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: -320px;
    width: 420px;
    height: 214px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(58,90,126,0.24);
    padding: 20px 30px;
    border-radius: 10px;
}
.cooperate_dialog_title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.cooperate_dialog_list {
    display: flex;
    flex-wrap: wrap;
}
.cooperate_dialog_item {
    display: flex;
    align-items: center;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
}
.cooperate_dialog_item_icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.cooperate_dialog_item_text {
    color: #232323;
}
.cooperate_dialog_clone {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
}
/*************************************************************************** 商务合作弹框 ***************************************************************************/

/*************************************************************************** 登录弹框 ***************************************************************************/
.login_dialog {
    width: 562px;
    height: 515px;
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 8px 0 rgba(58,90,126,0.3);
    z-index: 5;
}
.login_dialog_top {
    height: 189px;
    background-color: #FAD3B6;
    border-radius: 10px 10px 0px 0px;
}
.login_dialog_form {
    margin-top: 20px;
    padding: 0 43px;
}
.login_dialog_form_title {
    font-size: 14px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 20px;
}
.login_dialog_form_item {
    background-color: #F4F5F8;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
.login_dialog_form_label {
    width: 22px;
    height: 22px;
    margin-right: 13px;
}
.login_dialog_form_ipt {
    border: 0;
    background-color: #F4F5F8;
    outline:0;
    font-size: 16px;
    width: 265px;
    padding: 10px;
}
::-webkit-input-placeholder{
    color: #B2B2B2;
    font-size: 16px;
}
.get_code_text {
    color: #005FCD;
    font-size: 18px;
    cursor: pointer;
}
.get_code {
    flex: 1;
    text-align: center;
}
.login_button {
    /*width: 350px;*/
    height: 46px;
    background: #005FCD;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
}
.login_service {
    margin-top: 25px;
    text-align: center;
    color: #B2B2B2;
    display: flex;
    justify-content: center;
    padding: 0 43px;
}
.login_service span {
    color: #FF7214;
    cursor: pointer;
}
.login_dialog_close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
    border: 1px solid #333;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.login_dialog_close_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.head_nav_right_logout {
    align-items: center;
}

/*  蒙版  */
.model_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
}
/*************************************************************************** 登录弹框 ***************************************************************************/