﻿@charset "utf-8";

/* CSS Document */
/*2020.11.16 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.containers {
    width: 1550px;
    margin: auto;
}

.box {
    /*overflow: hidden;*/
}

.top-tit {
    background: #b2c0ce;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 0;
}

    .top-tit a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding: 0 20px;
        border-left: 1px solid #fff;
        display: inline-block;
    }

.top-tleft a:last-child {
    border-right: 1px solid #fff;
}

.top-tright a:last-child {
    border-right: 1px solid #fff;
}


.top-tit a:hover {
    background: #2f69a1;
}

.top-tit a img {
    padding-right: 10px;
}

.wc-top {
    height: 142px;
}

.logo {
    width: 845px;
    height: 133px;
}

    .logo img {
        width: 845px;
        height: 133px;
    }

.top-right {
    margin-top: 47px;
}

    .top-right .searchbg {
        background: url(../images/search.png) no-repeat left top;
        width: 223px;
        height: 47px;
    }

        .top-right .searchbg input.inp-text {
            width: 164px;
            height: 47px;
            line-height: 47px;
            padding-left: 15px;
            background: none;
            border: none;
        }

        .top-right .searchbg input.inp-but {
            width: 40px;
            height: 47px;
            cursor: pointer;
            background: none;
            border: none;
        }

/**/


.wc-menu {
    height: 60px;
    background: #2f69a1;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        border-left: 1px solid #8dadcb;
    }

        .wc-menu ul li {
            line-height: 60px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            border-right: 1px solid #8dadcb;
        }


            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                line-height: 60px;
                display: block;
                transition: all 0.2s;
                text-decoration: none;
            }

                .wc-menu ul li a:hover,
                .wc-menu ul li a.active {
                    color: #fff;
                    background: #0054a7;
                }

                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a.move {
                    color: #fff;
                    background: #ac181d;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    /*color: #fff;
    background: #0054a7;*/
                }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: 0px;
                top: 60px;
                background: #fff;
                width: 230px;
                z-index: 111 !important;
                display: none;
            }

                .wc-menu ul li .ernav ul {
                    border-left: 0px solid #8dadcb;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: center;
                        line-height: 34px;
                        border: none;
                        border-bottom: 1px solid #f3edeb;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 34px;
                            font-size: 16px;
                            text-align: left;
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #333;
                            margin: 0;
                            display: block;
                            padding: 10px 33px;
                            border-bottom: none;
                            font-weight: normal;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #0054a7;
                                color: #fff;
                            }

/*menu End*/
img {
    /*max-width: 100%;*/
}



.news {
    padding: 35px 0 35px;
    min-height: 400px;
}

.new-left {
    width: 100%;
}

.new-right {
    width: 100%;
}

.new-top {
    padding:15px 0px 0px;
}

    /*.fcon h4 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    float: left;
}*/
    .new-top h4 {
        font-size: 24px;
        color: #006838;
        font-weight: normal;
        float: left;
    }

    .new-top a {
        font-size: 10px;
        color: #fff;
        font-weight: bold;
        background: #38ac68;
        float: right;
        width: 60px;
        line-height: 24px;
        text-align: center;
        border-radius: 20px;
        transition: all 1s;
        /*margin-top: 10px;*/
    }

        .new-top a:hover {
            text-decoration: none;
            background: #71b4d4;
            transition: all 1s;
        }

.newcon-one {
    margin-top: 35px;
    /*margin: 0px;*/
    box-sizing: border-box;
    width:100%
}

    .newcon-one ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row
    }

        /*.newcon-one ul li {
            /*float: left;*/
            /*width: 33%;*/
            height: 344px;
            /*background: #159E4E;*/
            /*margin-right: 18px;*/
            transition: all 0.4s ease-out;
        }*/

            .newcon-one ul li a {
                display: block;
                text-decoration: none;
                padding:0px;
                margin:0px
            }

            .newcon-one ul li:last-child {
                margin-right: 0px;
            }

            .newcon-one ul li .li-img {
                width: 100%;
                height: 178px;
                display: block;
            }

                .newcon-one ul li .li-img img {
                    height: 180px;
                    width: 100%;
                }

            .newcon-one ul li .li-tt {
                padding: 0px 20px 10px;
                display: block;
                background: #159E4E;
                
            }

                .newcon-one ul li .li-tt .d-date {
                    display: block;
                }

                .newcon-one ul li .li-tt i {
                    font-size: 36px;
                    font-style: normal;
                    color: #fff;
                    font-family: 'SourceHanSerifCN-Regular';
                }

                .newcon-one ul li .li-tt span {
                    font-size: 18px;
                    display: block;
                    font-weight: normal;
                    color: #fff;
                    margin-top: -5px;
                    font-family: 'SourceHanSerifCN-Regular';
                }


                .newcon-one ul li .li-tt p {
                    margin-top: 20px;
                    font-size: 18px;
                    font-weight: bold;
                    color: #fff;
                    overflow: hidden;
                    line-height: 31px;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

            .newcon-one ul li:hover {
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                transform: scale(1.02);
                cursor: pointer;
            }

.newcon-two {
}

    .newcon-two ul {
        padding-top: 35px;
    }

        .newcon-two ul li {
            margin-bottom: 17px;
            cursor: pointer;
        }

            .newcon-two ul li .li-date {
                width: 22%;
                height: 73px;
                background: #159E4E;
                border-radius: 5px;
                text-align: center;
                color: #fff;
            }

                .newcon-two ul li .li-date span {
                    background: #36e969;
                    height: 30px;
                    display: block;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    line-height: 30px;
                    font-size: 14px;
                }

                .newcon-two ul li .li-date p {
                    font-size: 16px;
                    line-height: 1 !important
                }

                .newcon-two ul li .li-date i {
                    font-style: normal;
                    font-size: 14px;
                }

            .newcon-two ul li .li-tt {
                width: 76%;
                padding-top: 6px;
                /*height: 70px;*/
                box-sizing: border-box;
                border-bottom: 1px solid #e0e0e0;
                padding-left:10px;
            }

                .newcon-two ul li .li-tt a {
                    text-decoration: none;
                    color: #333;
                    font-size: 16px;
                    line-height: 25px;
                }

            .newcon-two ul li:hover .li-tt {
                border-bottom: 1px solid #0054a7;
            }

/*news end*/

.jiangzuo {
    min-height: 580px;
    background: #e9f0fd;
    box-sizing: border-box;
    padding: 38px 0;
}

.jiang-con {
    padding-top: 34px;
}

    .jiang-con ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row
    }

        .jiang-con ul li {
            /*float: left;*/
            /*width: 23%;
            background: #fff;
            box-shadow: 2px 3px 6px 5px #dfe6f2;
            transition: all 0.4s ease-out;
            border-radius: 25px;*/
        }

            .jiang-con ul li:hover {
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                transform: scale(1.02);
                cursor: pointer;
            }


            .jiang-con ul li:last-child {
                margin-right: 0px;
            }

            .jiang-con ul li .li-top {
                height: 240px;
                background: #e6f1f8;
                text-align: center;
                /*padding: 25px 0;*/
                box-sizing: border-box;
            }

                .jiang-con ul li .li-top img {
                    /*border-radius: 100%;*/
                    /*width: 102px;*/
                    /*height: 102px;*/
                    width: 100%;
                    height: 100%
                }

                .jiang-con ul li .li-top span {
                    display: block;
                    font-size: 18px;
                    color: #113c68;
                    font-family: 'SourceHanSerifCN-Regular';
                    font-weight: bold;
                    /*margin-top: 15px;*/
                }

            .jiang-con ul li .li-bot {
                background: #fff;
                /*padding: 20px 23px;*/
                padding: 26px 23px;
                height: 220px;
                box-sizing: border-box;
            }

            .jiang-con ul li a {
                text-decoration: none;
            }

            .jiang-con ul li .li-bot h5 {
                font-size: 16px;
                font-weight: bold;
                color: #2ad035;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .jiang-con ul li .li-bot span {
                font-size: 14px;
                line-height: 25px;
                color: #777;
                display: block;
                margin: 10px 0;
            }

            .jiang-con ul li .li-bot p {
                font-size: 14px;
                color: #00a70a;
                line-height: 25px;
            }

/*jiangzuo  end*/
.yiqi {
    background: #fff;
    min-height: 440px;
    box-sizing: border-box;
    padding: 40px 0;
}

    .yiqi ul {
        padding-top: 36px;
    }

        .yiqi ul li {
            float: left;
            margin-right: 30px;
            text-align: center;
            width: 370px;
            height: 268px;
            background: #fff;
            box-shadow: 2px 4px 8px 2px #f2f2f2;
            border-radius: 8px;
            transition: all 0.4s ease-out;
        }


            .yiqi ul li:hover {
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                transform: scale(1.02);
                cursor: pointer;
            }

            .yiqi ul li:last-child {
                margin-right: 0;
            }

            .yiqi ul li a {
                display: block;
                color: #fff;
                font-size: 16px;
                text-decoration: none;
            }

                .yiqi ul li a p {
                    background: #0054a7;
                    line-height: 60px;
                    text-align: left;
                    padding: 0 25px;
                    border-top-left-radius: 8px;
                    border-top-right-radius: 8px;
                }

                .yiqi ul li a img {
                    border-bottom-left-radius: 8px;
                    border-bottom-right-radius: 8px;
                }

/**/
.yanjiu {
    background: url(../images/ybg.jpg) no-repeat center center;
    min-height: 388px;
    background-size: cover;
    padding: 50px 0;
}

.ne2 {
    text-align: center;
}

    .ne2 h4 {
        color: #fff;
        float: none;
    }

.yan-con {
    padding: 15px;
}

.ylogo {
    position: absolute;
    left: 0px;
    top: 102px;
    width: 100%;
    text-align: center;
}

.yan-con ul li {
    /*float: left;*/
    /*line-height: 140px;*/


}

    .yan-con ul li a {
        display: block;
        color: #fff;
        /*font-size: 15px;*/
        font-weight: 600;
        /*padding-top: 30px;*/
        /*text-shadow: 2px 2px 2px #333;*/
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /*padding: 0 21px*/
        text-align: center;
    }

    .yan-con ul li.li1 {
        /*background: url(../images/li1.png) no-repeat left top;
        width: 355px;
        height: 141px;
        margin-bottom: 32px;
        margin-right: 15px;
        /*padding-left: 240px;*/
        /*box-sizing: border-box;
        background-color:aquamarine;*/
        /*background: url('../../stylekczx/images/bg/12.png') center no-repeat !important;*/
        /*background-size:cover !important;*/
        /*margin-right: 11px;*/
        /*width: calc((100% - 220px) / 4);*/
        min-height: 140px;
        /*background: #fff;*/
        margin-top: 30px;
        outline: none;
        position: relative;
        /*-webkit-box-shadow: 0 5px 13px rgba(216, 216, 216, 0.28);*/
        /*box-shadow: 0 5px 13px rgba(216, 216, 216, 0.28);*/
        border-right-style: none;
        -webkit-appearance: none;
        border-radius: 5px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /*padding: 0 21px*/
        text-align: center;
    }

.yan-con ul .item3::before {
    /*border-left: 6px solid #f3908a;*/
}

.yan-con ul .item2::before {
    /*border-left: 6px solid #7accd9*/
}

.yan-con ul li:before {
    /*border-left: 6px solid #6179c5;*/
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    height: 100%
}

.yan-con ul .item4:before {
    /*border-left: 6px solid #159E4E;*/
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    z-index: 1;
    height: 100%
}

.item1 {
    background: url(../../stylekczx/images/homekypt/1.png) !important;
    /*background-size: 80% auto;*/
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius:5px
}

.item2 {
    background: url(../../stylekczx/images/homekypt/aa.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item3 {
    background: url(../../stylekczx/images/homekypt/3.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item4 {
    background: url(../../stylekczx/images/homekypt/4.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item5 {
    background: url(../../stylekczx/images/homekypt/5.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item6 {
    background: url(../../stylekczx/images/homekypt/6.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item7 {
    background: url(../../stylekczx/images/homekypt/7.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.item8 {
    background: url(../../stylekczx/images/homekypt/8.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 140px;
    border-radius: 5px
}

.yan-con ul li.li2 {
    background: url(../images/li2.png) no-repeat left top;
    width: 372px;
    height: 141px;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding-left: 90px;
}

.yan-con ul li.li3 {
    background: url(../images/li3.png) no-repeat left top;
    width: 372px;
    height: 141px;
    margin-right: 25px;
    box-sizing: border-box;
    /*padding-left: 190px;*/
}

.yan-con ul li.li4 {
    background: url(../images/li4.png) no-repeat left top;
    width: 272px;
    height: 141px;
    padding-left: 90px;
    box-sizing: border-box;
}

.yan-con ul li.li4 {
    background: url(../images/li4.png) no-repeat left top;
    width: 272px;
    height: 141px;
    padding-left: 90px;
    box-sizing: border-box;
}

.yan-con ul li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}





.copy {
    text-align: center;
    margin-top: 40px;
}

    .copy p {
        font-size: 14px;
    }

/*.wc-copyEnd*/

@media (min-width: 1201px) and (max-width: 1440px) {

    .banner .txtScroll-left .next {
        right: -80px;
        z-index: 1;
        bottom: 30px;
    }

    .banner .txtScroll-left .prev {
        left: -80px;
        z-index: 1;
        bottom: 30px;
    }
}

/* 滚动条优化 start */
/*::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: #f6f6f6;*/
/*    border-radius: 2px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: #cdcdcd;*/
/*    border-radius: 2px;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #747474;*/
/*}*/

/*::-webkit-scrollbar-corner {*/
/*    background: #f6f6f6;*/
/*}*/

.rm {
    /*margin-top: 162px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
}

.hr-solid {
    border: 0;
    border-top: 1px solid #d0d0d5;
}

@media only screen and (min-width: 767px) {

    .col_menu_head {
        width: 100%;
        float: left;
    }
}

.col_menu_head {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    background-color: #159E4E;
}

.col_name {
    font-size: 23px;
    font-weight: normal;
    color: #fff;
   /* margin-bottom: 20px*/
}

.Column_Anchor-n {
    font-size: 21px;
}

.col_menu_head .col_name .col_name_text {
    display: block;
    padding: 16px 5px 10px 24px;
    position: relative;
}

.column-name {
    padding-left: 15px;
    padding-right:15px;
}

.col_news_head {
    height: 38px;
    border-bottom: 1px solid #DBDBDB
}

.col_title {
    /*font-size: 14px;*/
    display: flex;
    justify-content:space-between
}

    .col_title span {
        font-size: 20px;
        color: #159E4E;
        border-bottom: 2px solid #159E4E;
        line-height: 20px;
        height:30px
 /*font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif, "Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;*/
    }

.al {
    content: '';
    margin-left: 24px;
    width: 40px;
    height: 1px;
    background: #fff;
}

/*.ref-list ul li a:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: black;*/
/*    border-radius: 120px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    top: 25px;*/
/*    left: 10px;*/
/*}*/
.time-he {
    height: 38px;
}

@media (max-width:570px) {
    .newtops{margin-top:15px;}
    .containers {
      
    }
}

 .footer-useful-List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
}

 .footer-useful-List ul {
        /*width: 50%;*/
        display: inline-block;
    }
.friendship ul li {
    padding:0px 16px;
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
}

.friendship ul li:last-child {
    margin-bottom: 0;
}

    .friendship ul li a,
    .friendship ul li span,
    .footer-subscribe p {
        font-size: 16px;
        color: #000;
        font-weight: bold
    }

    .friendship ul li a:hover {
        color: #006838;
    
        }

/*.pr-2::before {
    position: absolute;
    content: '';
    left: 0px !important;
    top: 9px;
    width: 12px;
    height: 12px;
    background: #009994;
    border-radius: 12px;
    
}*/
.pricon::before {
    position: absolute;
    content: '';
    left: 0px !important;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #009994;
    /*border-radius: 12px;*/
}
.jdjj-stripe {
    background-color: #53A5AA;
    padding: 20px
}
    .jdjj-stripe .dt-1 li a {
        color: #fff
    }
    .jdjj-stripe .pricon::before {
        position: absolute;
        content: '';
        left: 0px !important;
        top: 13px;
        width: 4px;
        height: 4px;
        background: #fff;
        /*border-radius: 12px;*/
    }
.xwgg-stripe {
    background-color: #E5CA91;
    padding: 20px
}
    .xwgg-stripe .dt-1 li a {
        color: #fff
    }
    .xwgg-stripe .pricon::before {
        position: absolute;
        content: '';
        left: 0px !important;
        top: 13px;
        width: 4px;
        height: 4px;
        background: #fff;
        /*border-radius: 12px;*/
    }
.zypx-stripe {
    background-color: #eaeaf1;
    padding: 20px
}
.gzlc-stripe {
    background-color: #01753A;
    padding: 20px
}
.gzlc-stripe .dt-1 li a {
    color: #fff
}
    .gzlc-stripe .pricon::before {
        position: absolute;
        content: '';
        left: 0px !important;
        top: 13px;
        width: 4px;
        height: 4px;
        background: #fff;
        /*border-radius: 12px;*/
    }
.bg-jjgkstart {
    background: url("../images/bg/jygk.jpg") no-repeat center;
    background-size: cover;
    height:200px;
    width:100%; 
}

.bg-jjgkcontent {
    background-color: #f9f9fa;
    height:200px
}
    .bg-jjgkcontent p {
        text-indent: 28px;
        padding: 10px 20px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        /*-webkit-box-orient: vertical;
        -webkit-line-clamp: 6;*/
    }
        .bg-jjgkcontent p a {
            color: #38ac68
        }
.pxtitle {
    font-family: txmstw11;
    color: #AB1D26;
    font-size: 20px !important
}
.zypx-stripe {
    background-color: #eaeaf1;
    padding: 20px
}
.gzlc-stripe {
    background-color: #01753A;
    padding: 20px
}
.gzlc-stripe .dt-1 li a {
    color: #fff
}
    .gzlc-stripe .pricon::before {
        position: absolute;
        content: '';
        left: 0px !important;
        top: 13px;
        width: 4px;
        height: 4px;
        background: #fff;
        /*border-radius: 12px;*/
        color:#000
    }
.bg-jjgkstart {
    background: url("../images/bg/jygk.jpg") no-repeat center;
    background-size: cover;
    height:200px;
    width:100%; 
}
.bg-jjgkend {
    /*background: url("../images/bg/jygk1.jpg") no-repeat center;*/
    background-size: cover;
   
    width: 100%;
    
}
.bg-jjgkend  img{
    /*background: url("../images/bg/jygk1.jpg") no-repeat center;*/
    background-size: cover;
   
    width:100%;
    object-fit:contain
   
}
.bg-jjgkcontent {
    background-color: #f9f9fa;
    height:auto
}
    .bg-jjgkcontent p {
        text-indent: 28px;
        padding: 0px 20px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        /*-webkit-box-orient: vertical;
        -webkit-line-clamp: 6;*/
        font-size: 16px;
        color: #000;
    }
        .bg-jjgkcontent p a {
            color: #38ac68;
            font-size: 16px
        }


.bg-content {
    background-color: #f9f9fa;
    height: auto
}
    .bg-content p {
        text-indent: 28px;
        padding: 0px 20px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        /*-webkit-box-orient: vertical;
        -webkit-line-clamp: 6;*/
       
    }
.pxtitle {
    font-family: txmstw11;
    color: #AB1D26;
    font-size: 20px !important
}
.flex-row{display:flex; width:100%}
.teach-left-container {
    width: 590px;
    height: 400px;
    background: #af8956;
    box-shadow: 1px 10px 30px 0 hsla(0,0%,60%,.1);
    border-radius: 0 100px 0 100px;
    margin-right: 10px;
    position: relative
}

.teach-left-container img{
    width: 135px;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0
}

.teach-left-container .left-content {
    width: auto;
    padding-left: 220px;
    padding-right: 50px
}

.teach-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 45px
}

.teach-info {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-top: 20px
}

.teach-right-container {
    width: 590px;
    height: 400px;
    background: #4b484a;
    box-shadow: 1px 10px 30px 0 hsla(0,0%,60%,.1);
    border-radius: 100px 0 100px 0;
    margin-left: 10px;
    position: relative
}

.teach-right-container img {
    width: 135px;
    height: 160px;
    position: absolute;
    right: 0;
    bottom: 0
}

.teach-right-container .right-content {
    width: auto;
    padding-right: 220px;
    padding-left: 60px
}
.teach-left-containerfirst {
    width: 590px;
    height: 400px;
    background: #4b484a;
    box-shadow: 1px 10px 30px 0 hsla(0,0%,60%,.1);
    border-radius: 100px 0px 100px 0px;
    margin-left: 10px;
    position: relative
}
.teach-right-containerfirst {
    width: 590px;
    height: 400px;
    background: #4b484a;
    box-shadow: 1px 10px 30px 0 hsla(0,0%,60%,.1);
    border-radius: 0px 100px 0px 100px;
    margin-left: 10px;
    position: relative
}


.footer {
    min-height: 100px;
    /*background: #383838 url(../images/fbg.jpg) no-repeat center bottom;
    padding: 56px 0 15px;*/
    box-sizing: border-box;
    padding-top: 43px;
}

/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    //zoom:1;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #f6f6f6;
    white-space: nowrap;
}

    .str_wrap.str_active {
        background: #f1f1f1;
    }

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    //display:inline;
    //zoom:1;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}
.str_wrap {
    padding-left: 3em;
    padding-right: 3em;
    height: 10em;
    line-height: 2em;
    font-size: 1.2em;
}
.news-xw{margin-top:10px}
