* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wx_banner {
    width: 100%;
    height: auto;
}
.wx_banner img {
    width: 100%;
    height: auto;
}
.wx_box2 {
    width: 100%;
    padding: 60px 0 60px 0;
    box-sizing: border-box;
}
.wx_title_box2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.title {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #000000;
    margin-bottom: 14px;
}
.title .title_t1 {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #000000;
}
.title .title_t2 {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #FE4045;
}
.toutiao_left_text {
    width: 270px;
    position: absolute;
    left: 360px;
    top: 251px;
}
.toutiao_left_text p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}
.tt_title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 31px;
    color: #000000;
    margin: 20px 0 20px 0;
}
.title2 {
    text-align: center;
}
.title2_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.btn_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.btn {
    width: 102px;
    height: 35px;
    background: #D2D2D2;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #999999;
    border-radius: 25px;
    text-align: center;
    line-height: 35px;
    margin-right: 48px;
    cursor: pointer;
}
.active {
    background: #FB3931;
    color: #fff;
}
.title2_subtitle {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #7D7D7D;
    margin-top: 10px;
}
.subtitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #7D7D7D;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
}
.line {
    width: 52px;
    height: 4px;
    background: #FF5F00;
    margin-bottom: 40px;
}
.jianjie {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 90px 0 60px 0;
    box-sizing: border-box;
}
.jianjie_left {
    width: 443px;
    margin-right: 224px;
}
.left_top {
    margin-bottom: 59px;
}
.left_top_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 33px;
    color: #F88003;
}
.left_bottom {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 33px;
    color: #2C2C2C;
}
.left_bottom span {
    color: #F88003;
    font-size: 24px;
}
.wx_box2_img {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.wx_box2_img img{
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: none;
}
.bottom_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #7D7D7D;
}
.wx_box2_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
}
button {
    width: 144px;
    height: 44px;
    background: #FF5F00;
    opacity: 1;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.wx_box3 {
    background: url(../../toutiao/images/toutiao_bg1.png);
    /* background-position: 100% 100%; */
    width: 100%;
    height: 890px;
}
.anli {
    width: 100%;
    display: flex;
    justify-content: center;
}
.anli_list {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.anli_content {
    width: 183px;
    height: 313px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin: 0 20px 20px 0;
}
.anli_title {
   width: 100%;
   height: auto;
   text-align: center;
}
.tit1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin: 20px 0 5px 0;
}
.tit2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}