section.content {
    background-color: #fff;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45) inset;
    width: 100%;
}

ul{
    list-style-type: decimal;
    padding-left: 18px;
}



.content {
    width: 1200px;
    margin: 0 auto;
}

.content_nav {
    padding-top: 28px;
    padding-bottom: 38px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.content_info {
    display: flex;
    justify-content: space-between;
}

.content_left {
    width: 870px;
}

.content_right {
    width: 280px;
}

.msg_tit {
    color: #666666;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.msg_tit span {
    color: #999
}
h1{
    font-size: 26px;
    text-align: center;
    font-weight:bold;
    color: #000;
}
h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight:bold;
}

.intro span {
    color: #333333;
}

.intro {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.intro_img {
    width: 870px;
    height: 140px;
    background: url(../imgs/txtbannerTry.png);
    box-shadow: 4px 7px 6px 0px rgba(21, 95, 255, 0.1);
    margin: 26px 0;
    padding-top: 25px;
    padding-left: 45px;
}

.intro_img_tit {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
}

.intro_img_div {
    width: 326px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 10px;
}

.intro_img_div_txt {
    width: 226px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-right: none;
    border-radius: 16px 0px 0px 16px;
}

.intro_img_div_btn {
    width: 100px;
    text-align: center;
    background: #FFA11A;
    border-radius: 0px 16px 16px 0px;
}



.intro_p {
    font-size: 15px;
    color: #333333;
}

.intro_p_tit {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.intro_p p , ul {
    margin-bottom: 40px !important;
    line-height: 28px;
}

.intro_center_img {
    width: 879px;
    height: 436px;
    margin-bottom: 28px;
}

.tip {
    padding: 15px 30px;
    background: #f7f8f9;
    font-size: 14px;
    position: relative;
    line-height: 20px;
    color: #666666;
}

.tip img {
    vertical-align: sub;
}

.pageTap {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.pageTap a {
    font-size: 14px;
    font-weight: 400;
    color: #999999 !important;
}

.pageTap a:hover {
    color: #FFA11A !important;
    text-decoration: underline !important;

}



.zhuceTit {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.zhuceTit>span {
    font-size: 14px;
    color: #999;
}


.zhuceTit>strong {
    font-size: 20px;
    margin-right: 5px;
}

.zhuce {
    margin-top: 20px;
}

.zhuceContent {
    width: 100%;
    height: 145px;
    background: #F7F8F9;
    display: flex;
    align-items: center;
    /* margin-top: 10px; */
    border-radius: 10px;
}

.mySwiper {
    width: 100%;
    height: 145px;
    overflow: hidden;
}

.avt {
    margin-left: 30px;
    width: 94px;
    height: 94px;
}


.btn {
    width: 145px;
    height: 44px;
    color: #fff;
    background-color: #FF8743;
    font-size: 20px;
    border-radius: 22px;
    text-align: center;
}

.msgName {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}

.msgTxt {
    font-size: 12px;
    color: #727070;
    line-height: 30px;

}

.blue {
    color: #FF8743;
}


.msg {
    margin-left: 35px;
    width: 420px;
}

.goodAt {
    font-size: 14px;
}

.tag {
    height: 50px;
    display: flex;
    font-size: 12px;
    align-items: center;
}

.tag>div,
.tag>a {
    margin-right: 18px;
}

.tagTit {
    display: flex;
    align-items: center;
}

a {
    cursor: pointer;
    font-size: 14px;
}

.guwenList {
    width: 100%;
    background: #FFFFFF;
    margin-top: 10px;
}

.question img,
.time img {
    vertical-align: middle;
    margin-right: 5px;
}

.question {
    font-size: 18px;
    font-weight: bold;
    line-height: 45px
}

.time {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.time img {
    width: 11px;
    height: 11px;
}

.guwen {
    width: 100%;
    background: #f7f8f9;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.gwcontent {
    width: 640px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.guwenImg {
    font-size: 0;
    margin-left: 20px;
    margin-right: 25px;
}

.guwenImg>img {
    margin-left: -6px;
}

.zhuceContent_content {
    font-size: 14px;
    width: 640px;
    display: flex;
    align-items: center;
}


.jieshao {
    margin-top: 10px;
    display: flex;
}

.likeInput {
    display: block;
    font-size: 14px;
    width: 465px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #fff;
    border-radius: 17px 0 0 17px;
}

.likeInput {
    border-right: none;
}

.jieshao>a {
    font-size: 18px;
    display: block;
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #ff6f6f;
    border-radius: 0 17px 17px 0;
}

.txtScroll-top {
    border: none !important
}

.job {
    padding: 10px 20px;
    padding-top: 0;
    border: 1px solid #fff;
    width: 870px;
    border-radius: 10px;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
}

.xgwz_tit {
    padding-top: 30px;
    padding-bottom: 18px;
    font-size: 24px;
    font-family: PingFang;
    font-weight: 800;
    color: #333333;
}

.kjzx_content {
    width: 870px;
    height: 405px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
}

/* 
.kjzx_content {
    width: 1200px;
    height: 695px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
} */

.kjzx_content_nav {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
    display: flex
}

.kjzx_content_nav div {
    width: 144px;
    line-height: 60px;
    text-align: center;
}

.kjzx_content_nav .isActive {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.isActive_line {
    display: none;
}

.isActive .isActive_line {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 3px;
    background: #FF6F02;
    border-radius: 2px;
}

.kjzx_content_list {
    height: calc(100% - 61px);
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    list-style: none;
}

.kjzx_content_list li {
    width: 240px;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 15px;
}

.kjzx_content_list li div {
    width: 156px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.kjzx_content_list li span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}


.content_right_top {
    width: 280px;
    /* height: 505px; */
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    padding: 10px 20px;
    padding-bottom: 30px;
}


.arte_fast_inpt1 {
    width: 237px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

select,
option {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input,
button {
    outline: 0;
    border: none;
}

.arte_fast_inpt1 select {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    height: 100%;
    width: 100%;
    padding-left: 20px;
}

.arte_fast_inpt2 {
    width: 237px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding-left: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.arte_fast_inpt2 input {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    height: 100%;
    width: 100%;
    padding-left: 20px;
}

.arte_fast_inpt3 {
    width: 237px;
    display: flex;
    align-items: center;
    margin: 12px auto;
}

.arte_fast_inpt3 p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: 5px;
    margin-bottom: 0;
}

.arte_fast_inpt3 p a {
    color: #6C6EFF !important;
}

.content_right_top button {


    width: 237px;
    height: 48px;
    background: #FF8743;
    box-shadow: 2px 3px 8px 0px rgba(255, 135, 67, 0.3);
    border-radius: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arte_hot {
    width: 350px;
    background: #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
}

.arte_left_botm_tjname {
    display: flex;
    align-items: center;
}

.arte_left_botm_tjname p {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 4px solid #6C6EFF;
    border-radius: 50%;
    margin-right: 8px;
}

.arte_left_botm_tjname strong {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.arte_hot ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
    display: inline-block;
}

.arte_left_botm_tj ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arte_left_botm_tj ul li {
    width: 47%;
}

.arte_left_botm_tj ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: block;
    margin-top: 20px;
}

.content_right_top_txt {
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #666666;
}

.erw {
    display: block;
    width: 122px;
    height: 122px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    margin: 0 auto;
}

.content_right_center {
    background: #fff;
    width: 280px;
    padding: 0 20px 30px;
    box-sizing: border-box;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    margin-top: 20px;
}

.content_right_tit {
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
}

.content_right_img img {
    margin-top: 20px;
}

.kjkz_news {
    width: 280px;
    height: 544px;
    background: #FFFFFF;
    box-shadow: 3px 5px 20px 0px rgba(223, 223, 223, 0.45);
    border-radius: 10px;
    padding: 0 21px;
    margin-top: 20px;
}

.kjkz_news_tit {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 20px 0;
}

.kjkz_news_tit_time {
    width: 125px;
    height: 12px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
    margin-left: 12px;
}

.kjkz_news_item {
    display: flex;
    align-items: center;
    margin-top: 26px;
    cursor: pointer;
}

.kjkz_news_item:hover .kjkz_news_item_number {
    color: #FF6F02;
}

.kjkz_news_item:hover .kjkz_news_item_info {
    color: #FF6F02;
}


.kjkz_news_item_number {
    font-size: 28px;
    font-family: Impact;
    font-weight: 400;
    color: #D9D8D6;
    line-height: 18px;
    margin-right: 18px;
}

.kjkz_news_item_info {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

ul {
    margin-bottom: 0;
}

@media screen and (max-width:750px) {
    
    h1{
       font-size: .34rem;
    }
    h2 {
        margin-bottom: 0.2rem;
    color: #333;
    font-size: 16px;
    }
    .content {
        width: 7.02rem;
    }

    .content_info {
        display: block;
    }
    

    .content_info p , ul{
    line-height: .5rem;
    margin-bottom: 0.3rem !important;
    font-size: .29rem;
    letter-spacing: 1px;
    
}

    .kjzx_content_list li {
        display: none;
        width: 100%;
        padding: 0 0.6rem;
    }

    .kjzx_content,
    .content_left,
    .intro_center_img,
    .intro_center_img img,
    .job,
    .content_right,
    .content_right_center {
        width: 7.02rem;
        height: auto;
    }

    .mySwiper {
        width: 6.22rem;
    }

    .tip {
        padding: .3rem .4rem;
    }

    .kjzx_content_list li {
        display: none;
        width: 100%;
        padding: 0 .6rem;
    }

    .kjzx_content_list li:nth-child(-n+10) {
        display: block;
    }

    .kjzx_content_list li div {
        width: 100%;
        font-size: .28rem;

    }


    .kjzx_content_list li span {
        font-size: .24rem;
    }

    .kjzx_content_nav {
        height: 1.2rem;
        overflow-x: auto;
    }

    .kjzx_content_nav div {
        width: 2.88rem;
        flex-shrink: 0;
        font-size: .36rem;
    }

    .kjzx_content_nav .isActive {
        font-size: .36rem;
    }

    .isActive_line {
        width: .68rem;
        height: .06rem;

    }

    .content_nav {
        padding-top: .29rem;
        padding-bottom: .43rem;
    }

    .content_left h2 {
        color: #333333;
    }

    .msg_tit {
        font-size: .22rem;
        margin-top: .26rem;
        margin-bottom: .39rem;
    }

  

    .intro_p_tit {}

    .intro_img {
        width: 7.02rem;
        height: 1.13rem;
        background-size: 100% 100%;
        margin-top: .26rem;
        margin-bottom: .3rem;
        padding-top: .25rem;
        padding-left: .42rem;
    }

    .pageTap,
    .pageTap a {
        font-size: .28rem;
        display: block;
        line-height: .5rem;
    }

    .pageTap {
        padding: .2rem 0;
    }

    .kjkz_news {
        width: 100%;
        margin-top: .4rem;
        height: 11.67rem;
        padding: 0 .42rem;

    }

    .kjzx_content_list {
        height: 12.68rem;
        margin-bottom: 0.4rem;
    }

    .kjkz_news_tit {

        font-size: .4rem;
        padding: .4rem 0;
    }

    .time {
        font-size: .24rem;
    }

    .kjkz_news_item {
        margin-top: .58rem;
    }

    .kjkz_news_img {
        width: 6.18rem;
        height: 3.48rem;
        border-radius: .06rem;
    }

    .kjkz_news_item_number {
        font-size: .56rem;
    }

    .kjkz_news_item_info {
        font-size: .24rem;
    }

    .zhuce {
        margin-top: .4rem;
    }

    .zhuceTit>strong {
        font-size: .4rem;
        margin-right: .25rem;
    }

    .mySwiper,
    .zhuceContent {
        overflow: hidden;
        height: auto;
    }

    .zhuceTit>span {
        font-size: .24rem;
    }

    .zhuceContent_content {
        width: 100%;
    }

    .zhuceContent {
        flex-direction: column;
        padding: .22rem .33rem;
    }

    .zhuceTit {
        padding-bottom: .2rem;
    }

    .guwenList {
        margin-top: .2rem;
    }

    .aisle_inpt input {
        padding-left: .24rem;
        width: 100%;
        height: 100%;
    }

    .aisle_inpt img {
        width: .4rem;
        height: .4rem;
    }

    .avt {
        width: 1.76rem;
        height: 1.76rem;
        border-radius: 50%;
        margin-left: 0;
    }

    .msg {
        margin-left: .3rem;
        width: auto;
    }

    .msgName {
        font-size: .36rem;
    }

    .content_right_top {
        width: 7.02rem;
        padding: .25rem .55rem;
        padding-bottom: .75rem;
    }

    .content_right_top>img:first-child {
        width: 5.98rem;
    }

    .content_right_center {
        padding: 0 .4rem;
        padding-bottom: .36rem;
        margin-top: .4rem;
    }

    .content_right_img img {
        width: 6.19rem;
        height: 3.49rem;
        border-radius: .06rem;
        margin-bottom: .5rem;
        margin-top: 0;
    }

    .content_right_tit {
        height: 1.34rem;
        font-size: .4rem;
        line-height: 1.34rem;
        font-weight: bold;
        color: #333333;
    }

    .arte_fast_inpt1,
    .arte_fast_inpt2 {
        width: 5.96rem;
        height: 1.21rem;
        background: #FFFFFF;
        border: 1px solid #D6D6D6;
        border-radius: .16rem;
        margin-top: .26rem;
        margin-bottom: .25rem;
    }

    .arte_fast_inpt1 select,
    .arte_fast_inpt2 input {
        font-size: .3rem;
    }

    .intro_img_tit {
        font-size: .26rem;
    }

    .intro_img_div {
        width: 2.63rem;
        height: .26rem;
        border-radius: .13rem;
    }

    .intro_img_div_btn {
        width: .8rem;
        height: .26rem;
        border-radius: 0px .13rem .13rem 0px;
        font-size: 11px;
        font-weight: 100;
    }

    .arte_fast_inpt3 {
        width: auto;
        text-align: center;
        margin: .24rem 0;
    }

    .erw {
        width: 3.07rem;
        height: 3.07rem;
        border-radius: .12rem;
    }

    .content_right_top button {
        width: 5.96rem;
        height: 1.2rem;
        background: #FF8743;
        border-radius: .6rem;
    }

    .question {
        height: .6rem;
        font-size: .32rem;
        font-weight: bold;
    }

    .question img {
        vertical-align: middle;
        margin-right: .1rem;
        width: .35rem;
        height: .33rem;
    }

    .guwenImg>img {
        width: 0.55rem;
        height: 0.55rem;
        margin-left: -0.15rem;


    }

    .guwen {
        width: 6.22rem;
        height: 2.32rem;
        background: #F7F8F9;
        border-radius: .1rem;
        align-items: center;
        background: #f7f8f9;
        display: flex;
        margin-top: .2rem;
        margin-bottom: .2rem;
        justify-content: space-between;
    }

    .gwcontent {
        width: 100%;

    }

    .guwen {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .btn {
        flex-shrink: 0;
        display: block;

        width: 2.9rem;
        height: .88rem;

        line-height: .88rem;
        color: #fff !important;
        font-size: .24rem;
        border-radius: 0.44rem;
        text-align: center;
        padding: 0;
    }

    .intro {}

    .kjzx_content_nav div {}
}

.intro_img_tit,
.intro_img_div {
    display: none;
}