body {
    color: #333333;
}
.crumbs_box {
    padding: 10px 0;
    color: #333333;
}
.crumbs_box a {
    color: #333333;
}
.cont_box {
    position: relative;
    padding-left: 95px;
}
.for_fixed_cont {
    position: absolute;
    left: 0;
    width: 70px;
    border: 1px solid #EFEFEF;
    background: #fff;
}
.for_fixed_cont.fixed {
    position: fixed;
}
.detail_share {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
}
.detail_share>span {
    font-size: 12px;
    color: #999999;
    vertical-align: 8px;
}
.detail_share ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.detail_share ul li {
    margin-bottom: 10px;
}
.detail_share ul li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
}
.detail_share ul li span.qq {
    background-image: url("../images/common/qq_vb5aa66.svg");
}
.detail_share ul li span.qqzone {
    background-image: url("../images/common/qqzone_vad832b.svg");
}
.detail_share ul li span.weibo {
    background-image: url("../images/common/weibo_v74de99.svg");
}
.detail_share ul li span.weixin {
    background-image: url("../images/common/weixin_v48d5c1.svg");
}
/*微信分享样式*/
.weixin_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0,0,0,.5);
    display: none;
}
.weixin_modal .weixin_cont {
    background: #ffffff;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
}
.weixin_modal .weixin_cont .title {
    position: relative;
    color: #777777;
    padding-bottom: 5px;
    text-align: center;
}
.weixin_modal .weixin_cont .title i {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 2px;
    cursor: pointer;
}
.weixin_modal .weixin_cont .code {
    width: 220px;
    height: 220px;
    padding: 10px;
}
.weixin_modal .weixin_cont .tips {
    font-size: 12px;
    color: #777777;
    line-height: 20px;
}
.detail_top h1 {
    font-size: 40px;
    font-weight: bold;
}
.detail_es {
    margin-top: 30px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
}
.detail_es i {
    font-size: 20px;
    color: #777777;
}
.detail_es span {
    color: #000000;
}
.cont_box .flex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.cont_box .left {
    width: 840px;
}
.config_box img {
    display: block;
    margin-bottom: 35px;
    width: 100%;
}
#player {
    margin-bottom: 30px;
    width: 840px;
    height: 472px;
}
.detail_zhengwen {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.detail_zhengwen a {
    color: #1470cc;
}
.detail_keyword {
    margin-top: 45px;
    display: flex;
}
.detail_keyword span {
    color: #777777;
}
.detail_keyword ul {
    margin-left: 5px;
}
.detail_keyword ul li {
    float: left;
    color: #5D77A8;
    border-radius: 2px;
    font-size: 15px;
    padding: 0 10px;
    border-right: 1px solid #d6d6d6;
}
.detail_keyword ul li:last-child {
    border-right: none;
}
.detail_keyword ul li:hover {
    color: #253F8E;
}
.detail_source {
    padding-top: 40px;
    color: #777777;
    font-size: 15px;
}
.cont_box .right {
    width: 290px;
}
.right .company_info {
    background: #F8F9FC;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.right .company_info .title {
    font-size: 22px;
    color: #5D77A8;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 5px;
}
.right .company_info .company {
    margin-top: 20px;
}
.right .company_info .company_logo img {
    height: 45px;
}
.right .company_info .company_name {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.right .company_info ul {
    padding: 7px 0;
}
.right .company_info ul li {
    position: relative;
    padding-left: 10px;
    line-height: 23px;
}
.right .company_info ul li i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #777777;
    position: absolute;
    left: 0;
    top: 10px;
}
.right .company_info ul li span {
    color: #777777;
}
.right_ad {
    height: 350px;
    width: 290px;
    background-image: url("../images/story_index/PC-3_v22b0ba.jpg");
    padding: 30px 20px;
}
.right_ad p {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}
.right_ad .btn {
    width: 125px;
    height: 40px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    margin-top: 25px;
    color: #ffffff;
    background: #4560FE;
    cursor: pointer;
}
.right_ad .btn:hover {
    background: #ffffff;
    color: #4560FE;
}
.bottom_935 {
    width: 935px;
}
.other_news {
    padding-top: 45px;
    border-top: 1px solid #d8dde2;
    margin-top: 45px;
}
.other_news .items {
    display: flex;
    margin-bottom: 27px;
}
.other_news .items span {
    font-size: 16px;
    color: #999999;
    width: 80px;
    display: inline-block;
    line-height: 30px;
}
.other_news .items a {
    width: calc(100% - 80px);
    display: inline-block;
}
.other_news .items h3 {
    font-size: 23px;
    color: #333333;
    width: 100%;
    line-height: 35px;
}
.other_news .items h3:hover {
    text-decoration: underline;
}
.related_news {
    margin-top: 45px;
    border-top: 1px solid #555555;
    padding-top: 45px;
}
.related_news .special_font {
    font-size: 22px;
    color: #D51a1c;
}
.story_list {
    margin: 0 auto;
    display: grid;
    grid-column-gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.story_item {
    width: 300px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px;
}
.story_item:hover {
    border-color: #5D77A8;
}
.story_item .img_box {
    width: 280px;
    height: 194px;
    position: relative;
    overflow: hidden;
}
.story_item .img_box img {
    height: 194px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.story_item .title {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    font-size: 16px;
    margin-top: 10px;
    color: #333333;
}
.story_item:hover .title {
    text-decoration: underline;
}
.story_item .company_info {
    margin-top: 30px;
}
.story_item .company_info p {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.story_item .company_info p a {
    color: #333333;
}
.story_item .country {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.story_item .country img{
    width: 27px;
    height: 20px;
}
.story_item .country span {
    color: #777777;
    margin-left: 5px;
}
.form_part {
    height: 500px;
    display: flex;
    background: #025DB8;
    margin-top: 70px;
}
.form_part > div {
    width: 50%;
}
.form_part .left_part {
    background: #056ACF;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.form_part .left_part > div {
    width: 566px;
    padding-top: 70px;
    z-index: 9;
}
.form_part .left_part .special_font {
    font-size: 35px;
    color: #C4EEFC;
}
.form_part .left_part img {
    right: 10px;
    bottom: 30px;
    position: absolute;
    display: block;
}
.form_part .left_part .btn {
    width: 130px;
    height: 40px;
    background: #C4EEFC;
    border: 1px solid #C4EEFC;
    border-radius: 20px;
    color: #274D96;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}
.form_part .form_box {
    width: 500px;
    margin: 40px 0 0 60px;
}
.form_part .form_box .flex{
    display: flex;
    justify-content: space-between;
}
.form_part .form_box .item{
    position: relative;
    margin-bottom: 15px;
}
.form_part .form_box .item>span{
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    line-height: 34px;
    color: #777777;
}
.form_part .form_box  .item .error_msg{
    padding: 0 2px;
    position: absolute;
    top: 100%;
    left: 0;
}
.form_part .form_box input {
    padding-left: 50px;
    width: 100%;
    height: 34px;
    border: 1px solid #d6d6d6;
    outline: none;
}
.form_part .form_box .item.company input {
    padding-left: 85px;
}
.form_part .form_box .inline input{
    width: 245px;
}
.form_part .form_box textarea {
    padding: 5px 0 0 10px;
    width: 100%;
    height: 80px;
    border: 1px solid #d6d6d6;
    outline: none;
    resize: none;
}
.form_part .form_box textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b6b6b6;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form_part .form_box textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form_part .form_box textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b6b6b6;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form_part .form_box textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b6b6b6;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form_part .form_box .item.select input{
    padding-left: 20px;
}
.country_select_box {
    width: 245px;
    height: 34px;
    position: relative;
    border: 1px solid #d6d6d6;
    background: #ffffff;
}
.country_select_box p {
    line-height: 34px;
    padding: 0 15px 0 10px;
    position: relative;
}
.country_select_box p i {
    position: absolute;
    right: 3px;
    font-size: 12px;
}
.country_list {
    position: absolute;
    top: 38px;
    background: #FFFFFF;
    border: 1px solid #d6d6d6;
    width: 205px;
    padding: 5px 5px 0;
    display: none;
    z-index: 9;
}
.country_select_box .country_list input {
    width: 100% !important;
}
.filter_country {
    position: relative;
    width: 100%;
}
.filter_country i {
    position: absolute;
    right: 5px;
    top: 10px;
}
.country_list ul {
    max-height: 180px;
    overflow-y: auto;
    margin: 5px 0 0;
}
.country_list ul li {
    line-height: 30px;
    padding: 0 5px;
    position: relative;
}
.country_list ul li.active {
    background: #f2f3f9;
}
.form_part .form_box  .item .error_msg{
    padding: 0 2px;
    position: absolute;
    top: 100%;
    left: 0;
}
.error_msg {
    color: #d51a1c;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
    padding: 4px 2px;
    /*display: none;*/
}
.error_msg i {
    color: #d51a1c;
    font-size: 13px;
    margin-right: 5px;
}
.btn_box {
    margin-top: 35px;
}
.btn_box .btn_cl {
    width: 200px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin: 0 auto;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}
.btn_box .btn_cl:hover {
    background: #ffffff;
    color: #5572D8;
}

