/*----- reset css -----*/
/*\Chrome*/
::-webkit-scrollbar {width: 6px;height: 6px;}
::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px #ccc; border-radius: 3px;}
::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px #999;}
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,fieldset,input,textarea,blockquote{margin: 0;}
ul,ol,input,textarea,fieldset,th,td{padding: 0;}
fieldset,img,abbr,acronym{border: 0;}
ol,ul{list-style: none;}
input,textarea{border-width: 1px;outline: none;box-shadow: none;-webkit-appearance: none;}
address,caption,cite,code,dfn,em,strong,th,var,i{font-weight: normal;font-style: normal;}
table{border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:before,q:after{content:'';}
img,canvas{vertical-align: top;}
caption,th{text-align: center;}
a{color: #6f798b; text-decoration: none; cursor: pointer;}
body{font-family:Microsoft YaHei,Arial,Helvetica,sans-serif;background-color: #fff;font-size: 14px;color: #666;}
:focus{outline: none !important;}
*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
}
.cf:after{
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 0;
}
.text_overflow{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.line-clamp2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.public_img{
    display: block;
    width: 100%;
    height: auto;
}
.warp{
    width: 1220px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.in_warp{
    width: 93%;
    margin: 0 auto;
}
.hover_btn {
    display: block;
    transition: all ease .2s;
    cursor: pointer;
}
.hover_btn:hover {
    transform: scale(.95);
}


/*头部*/
.header_bg .top_bg {
    width: 100%;
    background: #fff;
}
.header_bg .top_bg .top_in_bg {
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_bg .top_bg .top_in_bg .t_title {
    color: #000;
    font-size: 18px;
}
.header_bg .top_bg .top_in_bg .t_title span {
    font-size: 24px;
    font-weight: bolder;
}
.header_bg .top_bg .top_in_bg .t_btn {
    width: 103px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    background-image: linear-gradient(#f18520,#faad35);
    border-radius: 25px;
}
.header_bg .banner_bg {
    min-width: 1220px;
    background: url('header_bg.png') no-repeat center;width:100%;height:617px;
}

/*首页*/
.index_bg .banner_bg {
    margin: -180px auto 0;
    height: 282px;
    display: flex;
    justify-content: space-between;
}
.index_bg .banner_bg .carousel_img {
    display: block;
    width: 502px;
    height: 282px;
    border-radius: 20px;
    cursor: pointer;
}
.index_bg .banner_bg .carousel_title_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
}
.index_bg .banner_bg .carousel_title_bg .t_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.index_bg .banner_bg .carousel_title_bg .t_text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    text-indent: 25px;
    color: #fff;
    font-size: 18px;
}
.index_bg .banner_bg .b_left_bg {
    background: url("banner_left_bg.png") no-repeat;
    width: 305px;
    height: 282px;
    position: relative;
}
.index_bg .banner_bg .b_left_bg .banner_prev {
    background: url("banner_left.png") no-repeat;
    width: 66px;
    height: 65px;
    left: 60px;
    top: 50%;
    margin-top: -32px;
    position: absolute;
}
.index_bg .banner_bg .b_right_bg {
    background: url("banner_right_bg.png") no-repeat;
    width: 305px;
    height: 282px;
    position: relative;
}
.index_bg .banner_bg .b_right_bg .banner_next {
    background: url("banner_right.png") no-repeat;
    width: 66px;
    height: 65px;
    right: 60px;
    top: 50%;
    margin-top: -32px;
    position: absolute;
}
.index_bg .swiper-container {
    width: 502px;
    height: 282px;
    border-radius: 20px;
    overflow: hidden;
}
.index_bg .information_list {
    padding: 50px 0 60px;
    display: flex;
    justify-content: space-between;
}
.index_bg .information_list .l_title {
    color: #010101;
    font-size: 20px;
    font-weight: bold;
}
.index_bg .information_list .l_title .t_more {
    width: 60px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808080;
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid #bcbcbc;
    margin-top: 20px;
}
.index_bg .information_list .l_list {
    width: 1100px;
    height: 70px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.index_bg .information_list .l_list .l_block {
    display: block;
    width: 450px;
    color: #010101;
    font-size: 16px;
    margin-bottom: 25px;
    margin-right: 70px;
    cursor: pointer;
}
.index_bg .event_bg {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url("event_bg.jpg") no-repeat center top;
    height: 679px;
}
.index_bg .event_bg .e_in_bg {
    padding: 40px 0 80px;
}
.index_bg .event_bg .e_in_bg .i_title {
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.index_bg .event_bg .e_in_bg .i_desc {
    font-size: 16px;
    color: #fff;
    padding: 30px 0 70px;
    text-align: center;
    line-height: 30px;
}
.index_bg .event_bg .e_in_bg .i_content {
    width: 100%;
    height: 365px;
    position: relative;
    background: #fff url("event_content_bg.png") right bottom no-repeat;
}
.index_bg .event_bg .e_in_bg .i_content .c_tab {
    width: 970px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -33px;
    left: 125px;
}
.index_bg .event_bg .e_in_bg .i_content .c_tab .t_block {
    flex: 3.333;
    height: 65px;
    background: #1b81d2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.index_bg .event_bg .e_in_bg .i_content .c_tab .t_block:first-child {
    border-top-left-radius: 20px;
}
.index_bg .event_bg .e_in_bg .i_content .c_tab .t_block:last-child {
    border-bottom-right-radius: 20px;
}
.index_bg .event_bg .e_in_bg .i_content .c_tab .t_block.active {
    background-image: linear-gradient(to left,#f18520,#faad35);
    cursor: default;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg {
    display: none;
    justify-content: space-between;
    padding: 95px 50px 80px;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg.active{
    display: flex;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_left {
    width: 755px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: auto;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_left .l_block {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
    margin-right: 35px;
    cursor: pointer;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_left .l_block .b_icon {
    background: url("event_list_icon.png") no-repeat;
    width: 13px;
    height: 12px;
    margin-right: 5px;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_left .l_block .b_text {
    width: 315px;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_video_bg {
    width: 331px;
    height: 186px;
    position: relative;
    cursor: pointer;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_video_bg .v_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url("event_video_bg.png") no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_video_bg .v_img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_video_bg video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.index_bg .center_bg {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f1f2;
    padding: 45px 0 65px;
}
.index_bg .center_bg .modular_bg {
    padding: 0 0 28px;
    display: flex;
    justify-content: space-between;
}
.index_bg .center_bg .modular_bg .m_block {
    width: 290px;
    height: 315px;
    background: #fff;
    position: relative;
}
.index_bg .center_bg .modular_bg .m_block .b_title {
    font-size: 24px;
    color: #000;
    padding: 30px 25px 20px;
}
.index_bg .center_bg .modular_bg .m_block .b_desc {
    font-size: 14px;
    line-height: 23px;
    color: #000;
    padding: 0 25px 0;
}
.index_bg .center_bg .modular_bg .m_block .b_btn {
    width: 100px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 25px;
    bottom: 27px;
    z-index: 1;
}
.index_bg .center_bg .modular_bg .m_block .b_icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.index_bg .center_bg .modular_bg .m_block .b_icon.b1 {
    background: url("modular_icon1.png") right bottom no-repeat;
    width: 179px;
    height: 156px;
}
.index_bg .center_bg .modular_bg .m_block .b_icon.b2 {
    background: url("modular_icon2.png") right bottom no-repeat;
    width: 181px;
    height: 112px;
}
.index_bg .center_bg .modular_bg .m_block .b_icon.b3 {
    background: url("modular_icon3.png") right bottom no-repeat;
    width: 180px;
    height: 113px;
}
.index_bg .center_bg .modular_bg .m_block .b_icon.b4 {
    background: url("modular_icon4.png") right bottom no-repeat;
    width: 223px;
    height: 119px;
}
.index_bg .center_bg .modular_bg .m_block:hover {
    background: linear-gradient(#1c81d3,#4dabf7);
}
.index_bg .center_bg .modular_bg .m_block:hover .b_title,
.index_bg .center_bg .modular_bg .m_block:hover .b_desc,
.index_bg .center_bg .modular_bg .m_block:hover .b_btn {
    color: #fff;
}
.index_bg .center_bg .modular_bg .m_block:hover .b_btn {
    border: 1px solid #fff;
}
.index_bg .center_bg .modular_bg .m_block:hover .b_icon.b1 {
    background: url("modular_icon1_active.png") right bottom no-repeat;
}
.index_bg .center_bg .modular_bg .m_block:hover .b_icon.b2 {
    background: url("modular_icon2_active.png") right bottom no-repeat;
}
.index_bg .center_bg .modular_bg .m_block:hover .b_icon.b3 {
    background: url("modular_icon3_active.png") right bottom no-repeat;
}
.index_bg .center_bg .modular_bg .m_block:hover .b_icon.b4 {
    background: url("modular_icon4_active.png") right bottom no-repeat;
}
.index_bg .center_bg .classroom_bg {
    background: #fff;
    height: 210px;
    display: flex;
    justify-content: space-between;
}
.index_bg .center_bg .classroom_bg .c_left {
    padding: 0 25px;
    width: 250px;
    position: relative;
}
.index_bg .center_bg .classroom_bg .c_left .l_title {
    font-size: 20px;
    color: #010101;
    font-weight: bolder;
    text-align: center;
    padding: 25px 0 10px;
}
.index_bg .center_bg .classroom_bg .c_left .l_desc {
    color: #000;
    font-size: 14px;
    line-height: 23px;
}
.index_bg .center_bg .classroom_bg .c_left .l_more {
    width: 60px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bfbfbf;
    color: #000;
    font-size: 14px;
    border-radius: 25px;
    position: absolute;
    right: 38px;
    bottom: 20px;
}
.index_bg .center_bg .classroom_bg .c_right {
    width: 890px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.index_bg .center_bg .classroom_bg .c_right .r_block {
    position: relative;
    width: 214px;
    height: 141px;
}
.index_bg .center_bg .classroom_bg .c_right .r_block .b_in_bg {
    background: url("classroom_video_bg.png") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.index_bg .center_bg .classroom_bg .c_right .r_block .b_img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}
.index_bg .center_bg .article_list_bg {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.index_bg .center_bg .article_list_bg .l_block {
    background: #fff;
    padding: 0 30px;
    width: 530px;
    height: 315px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    cursor: pointer;
}
.index_bg .center_bg .article_list_bg .l_block .b_title {
    padding: 40px 0 35px;
    font-size: 20px;
    color: #010101;
    font-weight: bolder;
}
.index_bg .center_bg .article_list_bg .l_block .b_more {
    width: 60px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    font-size: 14px;
    border-radius: 25px;
    position: absolute;
    right: 30px;
    top: 40px;
}
.index_bg .center_bg .article_list_bg .l_block .b_list .s_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.index_bg .center_bg .article_list_bg .l_block .b_list .s_block .b_left {
    flex: 7;
    color: #000;
    font-size: 16px;
}
.index_bg .center_bg .article_list_bg .l_block .b_list .s_block .b_right {
    flex: 2;
    color: #a3a3a3;
    font-size: 14px;
    text-align: right;
}
.index_bg .service_bg {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f1f3f8;
}
.index_bg .service_bg .s_in_bg {
    padding: 50px 0 80px;
}
.index_bg .service_bg .s_in_bg .i_title {
    color: #000;
    font-size: 32px;
    text-align: center;
    padding-bottom: 50px;
}
.index_bg .service_bg .s_in_bg .i_content {
    position: relative;
    display: flex;
    height: 315px;
}
.index_bg .service_bg .s_in_bg .i_content .i_line {
    width: 80px;
    height: 5px;
    background: #f08420;
    position: absolute;
    left: 560px;
    z-index: 1;
}
.index_bg .service_bg .s_in_bg .i_content .i_line.top1 {
    top: 54px;
}
.index_bg .service_bg .s_in_bg .i_content .i_line.top2 {
    top: 104px;
}
.index_bg .service_bg .s_in_bg .i_content .i_line.top3 {
    top: 154px;
}
.index_bg .service_bg .s_in_bg .i_content .i_line.top4 {
    top: 204px;
}
.index_bg .service_bg .s_in_bg .i_content .i_line.top5 {
    top: 254px;
}
.index_bg .service_bg .s_in_bg .i_content .c_left {
    flex: 5;
    height: 100%;
    background: #fff;
    border-top-left-radius: 25px;
}
.index_bg .service_bg .s_in_bg .i_content .c_left .l_list {
    padding: 30px 45px 0 30px;
}
.index_bg .service_bg .s_in_bg .i_content .c_left .l_list .l_block {
    position: relative;
    color: #000;
    font-size: 16px;
    padding: 15px 25px;
    width: 480px;
    cursor: pointer;
    display: block;
}
.index_bg .service_bg .s_in_bg .i_content .c_left .l_list .l_block.active {
    cursor: default;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: linear-gradient(#fcb136,#f08420);
    color: #fff;
}
.index_bg .service_bg .s_in_bg .i_content .c_right {
    flex: 5;
    height: 100%;
    background: #cde0f1;
    border-bottom-right-radius: 25px;
    position: relative;
}
.index_bg .service_bg .s_in_bg .i_content .c_right .serviceListBlock{
    display: none;
}
.index_bg .service_bg .s_in_bg .i_content .c_right .serviceListBlock.active{
    display: block;
}
.index_bg .service_bg .s_in_bg .i_content .c_right .r_list {
    padding: 45px 55px;
}
.index_bg .service_bg .s_in_bg .i_content .c_right .r_list .l_block {
    color: #2c353b;
    font-size: 16px;
    margin-bottom: 30px;
    width: 430px;
    cursor: pointer;
    display: block;
}
.index_bg .service_bg .s_in_bg .i_content .c_right .r_more {
    width: 85px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f08420;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    position: absolute;
    right: 25px;
    bottom: 30px;
}
.index_bg .public_tab {
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
.index_bg .public_tab .t_block {
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    color: #333;
    font-size: 22px;
    margin-right: 30px;
}
.index_bg .public_tab .t_block:last-child {
    margin-right: 0;
}
.index_bg .public_tab .t_block.active {
    color: #214080;
    border-bottom: 2px solid #214080;
    cursor: default;
    font-weight: bold;
}
.index_bg .public_tab .t_block.active_bg {
    background: #214080;
    color: #fff;
    font-size: 18px;
    border-bottom: none;
    padding: 0 35px;
    cursor: default;
}
.index_bg .public_tab .t_more {
    color: #999999;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 12px;
    cursor: pointer;
}
.index_bg .public_noData_list {
    text-align: center;
    font-size: 18px;
    color: #999;
    padding-top: 23px;
}
.index_bg .public_list .l_block {
    padding: 33px 0 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
}
.index_bg .public_list .l_block .lb_left {
    display: flex;
    align-items: center;
}
.index_bg .public_list .l_block .lb_left .l_text {
    width: 605px;
}
.index_bg .public_list .l_block .lb_left .l_icon {
    background: #214080;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 15px;
}
.index_bg .public_list .l_block .lb_right {
    font-size: 18px;
}
.index_bg .block1_bg {
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
}
.index_bg .block1_bg .b_left {
    width: 770px;
}
.index_bg .block1_bg .b_left .r_getMore {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #e4e4e4;
    margin: 27px 0 85px;
    cursor: pointer;
}
.index_bg .block1_bg .b_right {
    width: 270px;
}
.index_bg .block1_bg .b_right .r_list .l_block {
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 70px;
}
.index_bg .block1_bg .b_right .r_list .l_block .b_title {
    padding-top: 25px;
    color: #214080;
    font-size: 22px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.index_bg .block1_bg .b_right .r_list .l_block .b_title .t_icon {
    margin-right: 15px;
}
.index_bg .block1_bg .b_right .r_list .l_block .b_content {
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.index_bg .block1_bg .b_right .r_list .l_block .b_more {
    display: block;
    margin-top: 5px;
    text-align: right;
    color: #214080;
    font-size: 18px;
    cursor: pointer;
}
.index_bg .block2_bg {
    margin-bottom: 70px;
}
.index_bg .block2_bg:last-child {
    margin-bottom: 85px;
}
.index_bg .block2_bg .public_tab {
    border-bottom: none;
}
.index_bg .block2_bg .b_content_bg {
    border: 1px solid #e4e4e4;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_bg .block2_bg .b_content_bg .c_div {
    border-radius: 10px;
    width: 208px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    margin: 0 60px;
    letter-spacing: 2px;
}
.index_bg .block2_bg .b_content_bg .c_div.d1 {
    background: #3bc69d;
}
.index_bg .block2_bg .b_content_bg .c_div.d2 {
    background: #f94c3e;
}
.index_bg .block2_bg .b_content_bg .c_div.d3 {
    background: #336799;
}

/*列表页*/
.list_bg {
    margin-top: -130px;
}
.list_bg .tab_bg {
    border-bottom: 1px solid #cecece;
    display: flex;
    margin-bottom: 60px;
}
.list_bg .tab_bg .t_block {
    border-bottom: 2px solid #fff;
    color: #333;
    font-size: 20px;
    padding: 0 30px 20px;
    cursor: pointer;
}
.list_bg .tab_bg .t_block.active {
    color: #355592;
    border-bottom: 2px solid #355592;
}
.list_bg .content_bg {
    display: flex;
    justify-content: space-between;
}
.list_bg .content_bg .c_left {
    width: 250px;
    padding-bottom: 50px;
}
.list_bg .content_bg .c_left .left_title {
    color: #666;
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.list_bg .content_bg .c_left .l_keyword_bg {
    margin-bottom: 50px;
}
.list_bg .content_bg .c_left .l_keyword_bg .k_block_bg {
    display: flex;
    flex-wrap: wrap;
}
.list_bg .content_bg .c_left .l_keyword_bg .k_block_bg .k_block {
    cursor: pointer;
    color: #999;
    font-size: 16px;
    margin: 20px 30px 0 0;
}
.list_bg .content_bg .c_left .l_ad_bg {
    margin-bottom: 50px;
}
.list_bg .content_bg .c_left .l_ad_bg .b_block_ad {
    width: 100%;
    margin-bottom: 25px;
}
.list_bg .content_bg .c_left .l_ad_bg .b_block_ad>img {
    width: 100%;
    display: block;
}
.list_bg .content_bg .c_left .l_service_bg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px;
}
.list_bg .content_bg .c_left .l_service_bg .service_tab {
    margin-top: 25px;
}
.list_bg .content_bg .c_left .l_code_bg {
    text-align: center;
    color: #333;
    font-size: 14px;
}
.list_bg .content_bg .c_left .l_code_bg .c_img {
    display: block;
    width: 85px;
    margin: 35px auto 20px;
}
.list_bg .content_bg .c_right {
    width: 800px;
    padding-bottom: 85px;
}
.list_bg .content_bg .c_right .r_searchTime {
    color: #999;
    font-size: 18px;
    margin-bottom: 35px;
}
.list_bg .content_bg .c_right .r_searchTime>span {
    color: #d40d18;
}
.list_bg .content_bg .c_right .r_tab_bg {
    display: flex;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
    margin-bottom: 55px;
}
.list_bg .content_bg .c_right .r_tab_bg .t_block {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 18px;
    cursor: pointer;
}
.list_bg .content_bg .c_right .r_tab_bg .t_block.active {
    background: #f8f8f8;
    color: #355592;
    border: 1px solid #355592;
    cursor: default;
}
.list_bg .content_bg .c_right .r_list_bg .l_block {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
}
.list_bg .content_bg .c_right .r_list_bg .l_block:last-child {
    margin-bottom: 60px;
}
.list_bg .content_bg .c_right .r_list_bg .l_block .b_title {
    color: #355592;
    font-size: 24px;
    margin-bottom: 25px;
}
.list_bg .content_bg .c_right .r_list_bg .l_block .b_title:hover {
    text-decoration: underline;
}
.list_bg .content_bg .c_right .r_list_bg .l_block .b_info {
    color: #999;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.list_bg .content_bg .c_right .r_list_bg .l_block .b_info .i_date {
    margin-top: 10px;
}
.list_bg .content_bg .c_right .r_list_bg .l_block .b_info .i_left>img {
    display: block;
    width: 139px;
    height: 77px;
}
.list_bg .content_bg .c_right .r_list_bg .l_block .b_info .i_right {
    width: 625px;
}
.list_bg .content_bg .c_right .l_page_bg {
    display: flex;
    justify-content: center;
}
.list_bg .content_bg .c_right .l_page_bg .p_block {
    border-radius: 5px;
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    padding: 0 13px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    margin: 0 8px;
}
.list_bg .content_bg .c_right .l_page_bg .p_block.active {
    border: 1px solid #1e63b1;
    background: #1e63b1;
    color: #fff;
}
/*政务服务列表*/
.service_tab{
    border-radius: 10px;
    width: 220px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    background: #f8f8f8;
    margin: 0 6px;
}
.service_tab .t_icon{
    margin-right: 10px;
}
.pagination-wrapper {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}
.pagination-wrapper ul {
    display: flex;
}
.pagination-wrapper ul .active {
    border: 1px solid #1e63b1;
    background: #1e63b1;
    color: #fff;
}
.pagination-wrapper ul .ellipsis {
    font-weight: bold;
    color: #999;
    line-height: 24px;
}
.pagination-wrapper button {
    height: 35px;
    width: 35px;
    margin: 0 8px;
    border-radius: 5px;
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    color: #777;
    font-weight: bold;
    overflow: hidden;
    user-select: none;
    font-size: 16px;
}
.pagination-wrapper button:hover {
    border: solid 1px #1296db;
    cursor: pointer;
}
.pagination-wrapper button:disabled {
    border: solid 1px #ccc;
    color: #ccc;
    cursor: not-allowed;
}
/*文章详情*/
.detail_bg {
    margin-top: -110px;
}
.detail_bg .title_bg {
    text-align: center;
    padding: 0 0 35px;
    border-bottom: 1px solid #dbdbdb;
}
.detail_bg .title_bg .t1 {
    color: #333;
    font-size: 40px;
    margin-bottom: 20px;
}
.detail_bg .title_bg .t2 {
    color: #999;
    font-size: 20px;
}
.detail_bg .content_bg {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    padding: 55px 0 70px;
}

@media screen and (max-width: 1024px) and (min-width: 300px) {
    .header_bg .top_bg .top_in_bg .t_title{ font-size: 13px; margin-left: 5px;}
    .header_bg .top_bg .top_in_bg .t_title span{font-size: 16px;}
    .warp{width: 100%;}
    .header_bg .top_bg .top_in_bg .t_btn{
        width: 70px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        background-image: linear-gradient(#f18520, #faad35);
        border-radius: 14px;
    }

    .header_bg .banner_bg{ width: 100%;height: 140px;background-size: 127%;min-width: 100%;}
    .index_bg .banner_bg .carousel_img{width: 100%;height:100%;object-fit: cover;}
    .index_bg .banner_bg{ margin: auto;}
    .index_bg .banner_bg .b_left_bg,.index_bg .banner_bg .b_right_bg{display: none;}
    .index_bg .swiper-container{width: 95%;}
    .index_bg .information_list{ display: block;  padding: 20px 0 0;}
    .index_bg .information_list .l_title{ text-align: center;}
    .index_bg .information_list .l_list{width: 98%;height:auto;}
    .index_bg .information_list .l_list a.l_block{padding-left: 10px;line-height: 20px;}
    .index_bg .information_list .l_title .t_more{ margin: 20px auto;}
    .index_bg .event_bg .e_in_bg .i_title{font-size: 22px;}
    .index_bg .event_bg .e_in_bg .i_desc{text-align: left; text-indent: 2em;font-size: 14px; margin-left: 10px;}
    .index_bg .event_bg .e_in_bg .i_content .c_tab{width: 100%;left:0px;}
    .index_bg .event_bg .e_in_bg .i_content .c_tab .t_block{ height: 52px;font-size: 18px;}
    .index_bg .event_bg .e_in_bg .i_content .c_list_bg{ padding: 45px 10px 0;}
    .index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_left{ width: 93%; overflow-y: initial;}
    .index_bg .event_bg .e_in_bg .i_content .c_list_bg .l_video_bg{display: none;}
    .index_bg .event_bg{width: 98%; height: auto;}
    .index_bg .event_bg .e_in_bg{padding: 40px 0 0;}
    .index_bg .event_bg .e_in_bg .i_content{height:auto;}
    .index_bg .center_bg{padding-top: 20px;padding-bottom: 0;}
    .index_bg .center_bg .modular_bg .m_block{width: 100%; margin-bottom: 20px;}
    .index_bg .center_bg .modular_bg{ display: block;padding-bottom: 0;}
    .index_bg .center_bg .classroom_bg{display: block;}
    .index_bg .center_bg .classroom_bg .c_left{width:90%; padding: 0 5%;}
    .index_bg .center_bg .classroom_bg .c_left .l_desc{height:150px;}
    .index_bg .center_bg .classroom_bg .c_right{display: none;}
    .index_bg .center_bg .article_list_bg{display: block;}
    .index_bg .center_bg .article_list_bg .l_block{width: 90%;border-radius: 0; margin-bottom: 20px;padding: 0 5%;}
    .index_bg .service_bg .s_in_bg{padding-top: 30px; padding-bottom: 50px;}
    .index_bg .service_bg .s_in_bg .i_content .c_right{display: none;}
    .index_bg .service_bg .s_in_bg .i_content .i_line{display: none;}
    .index_bg .service_bg .s_in_bg .i_content .c_left{flex: auto;width: 100%;}
    .index_bg .service_bg .s_in_bg .i_content .c_left .l_list .l_block{width: 86%;}
    .index_bg .service_bg .s_in_bg .i_content .c_left .l_list{ padding: 0 0;}
    .index_bg .service_bg .s_in_bg .i_title{font-size: 22px;padding-bottom: 20px;}
    .index_bg .service_bg .s_in_bg .i_content{height: auto;}
    .list_bg{margin-top: 15px;}
    .list_bg .content_bg .c_left{display: none;}
    .list_bg .content_bg .c_right{width: 100%;padding-bottom: 30px;}
    .list_bg .tab_bg{margin-bottom: 20px;}
    .list_bg .tab_bg .t_block{font-size: 18px;padding: 0 15px 15px;}
    .list_bg .content_bg .c_right .r_searchTime{font-size: 16px;margin-bottom: 20px;padding-left: 10px;}
    .list_bg .content_bg .c_right .r_tab_bg{margin-bottom: 20px;padding-bottom: 25px;padding-left: 10px;}
    .list_bg .content_bg .c_right .r_tab_bg .t_block{font-size: 16px; height: 35px;}
    .list_bg .content_bg .c_right .r_list_bg .l_block{margin-bottom: 20px; padding: 0 10px 20px;}
    .list_bg .content_bg .c_right .r_list_bg .l_block .b_title{font-size: 18px;margin-bottom: 10px;}
    .list_bg .content_bg .c_right .r_list_bg .l_block .b_info{font-size: 15px;}
    .list_bg .content_bg .c_right .r_list_bg .l_block .b_info .i_date{margin-top: 0;}
    .list_bg .content_bg .c_right .r_list_bg .l_block:last-child{margin-bottom: 30px;}
    .detail_bg{margin-top: 0;}
    .detail_bg .title_bg{padding: 30px 5%; width: 90%;}
    .detail_bg .title_bg .t1{font-size: 17px;margin-bottom: 10px;}
    .detail_bg .title_bg .t2{font-size: 14px;}
    .detail_bg .content_bg{padding: 25px 5%; width: 90%; font-size: 16px;line-height: 27px;}
}
