* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

*:focus {
    outline: none;
}

ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h4,
h3,
h5,
h6 {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}


i {
 /*   font-style: normal;*/
}

a {
    color: #333;
    outline: none;
    text-decoration: none;

}

a:hover,
a:focus {
    color: #035a8a;
    text-decoration: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input,
textarea {
    resize: none;
    outline: none;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

input::placeholder {
    color: #90d8b6;
}

input::-moz-placeholder,
input::-ms-placeholder textarea::-moz-placeholder {
    color: #90d8b6;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    color: #333;
    background-color: #fff;
    font-size: 12px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray3 {
    color: #333;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

/*  */
.head-top {
    width: 100%;
    height: 104px;
    background: #006837 url(/portals/0/images/head-bg.png) center bottom no-repeat;
    position: relative;
    z-index: 200;
}

.main-inner {
    width: 1200px;
    margin: 0 auto;
}

.logobox {
    height: 104px;
    line-height: 104px;
    padding-top: 20px;
}

.edition {
    padding: 42px 0 0 28px;
}

.edition>a {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    background-color: #05522d;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
}

.edition>a:hover {
    border: 2px solid #53b38a;
    color: #53b38a;
}


.head-search {
    padding: 45px 0 0 0;
}

.input-group {
    width: 183px;
    *width: 165px;
    height: 26px;
    padding: 0 6px 0 13px;
    background-color: #45916d;
    border-radius: 13px;
}

.input-group .SearchTextBox {
    width: 130px;
    height: 26px;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background-color: transparent;
    border: 0px;
}

.header-code {
    padding: 45px 15px 0;
}

.code-wx {
    position: relative;
    z-index: 20;
}

.icon-wechat {
    display: block;
    width: 38px;
    height: 32px;
    background: url(/portals/0/images/t-icon.png) -2px -50px no-repeat;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.icon-wechat:hover {
    background-position: -2px -1px;
}

.ma-code {
    display: none;
    width: 195px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 40px;
    background-color: #45916d;
    padding: 10px 10px;
}

.ma-code .icon-arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #45916d;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}

.ma-code .wx {
    margin-right: 20px;
}

.code-wx:hover .ma-code {
    display: block;
}

.navbar-toggle {
    width: 34px;
    height: 26px;
    float: right;
    margin: 8px 0 0;
    border: 0;
    background: url(/portals/0/images/icon-close.png) center center no-repeat;
}

.navbar-toggle.collapsed {
    display: none;
    float: right;
    padding: 5px 6px;
    width: auto;
    height: auto;
    margin: 8px 0 0;
    background-image: none;
    background-color: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.navbar-toggle.collapsed .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.navbar-toggle.collapsed .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-nav>li {
    float: left;
    position: relative;
}

.navbar-nav>li+li {
    margin-left: 18px;
}

.navbar-nav>li.zen {
    display: none;
}

.navbar-nav>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    padding: 0 7px;
}

.dropdown-menu {
    position: absolute;
    top: 95%;
    left: -10px;
    z-index: 1000;
    height: 0;
    padding: 0;
    overflow: hidden;
    /* display: none; */
    min-width: 100px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #006837;
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, .175);
    transition: all 0.3s;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.navbar-nav>li:hover>a {
    color: #006837;
}

.navbar-nav>li:hover .dropdown-menu {
    height: auto;
    padding: 5px 0;
    transition: all 0.3s;
}

.dropdown-menu>li>a:hover {
    background: #23a26a
}

.header-nav .head-search {
    padding: 10px;
    display: none;
}

.header-nav .head-search .input-group {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    height: 34px;
    width: 100%;
    border-radius: 0;
    align-items: center;
}

.header-nav .head-search .input-group .SearchTextBox {
    -webkit-flex: 1;
    flex: 1;
    width: auto;
    height: 34px;
    line-height: 34px;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.btnclose {
    font-size: 30px;
    color: #333;
    ;
}

/* 轮播图 */
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
  /*  max-width: 100%;*/
width:100%;
    height: auto;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-align: center;
    height: 54px;
    margin-top: -27px;
    background-image: url(/portals/0/images/arrow.png);
    background-repeat: no-repeat;
    width: 0;
    transition: all 0.3s;
}

.slid-banner:hover .carousel-control {
    display: block;
    width: 54px;
}

.carousel-control.left {
    background-position: -1px -1px;
}

.carousel-control.right {
    left: auto;
    right: 0px;
    background-position: -75px -1px;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    width: 1200px;
    z-index: 15;
    left: 50%;
    margin-left: -600px;
    padding-left: 0;
    list-style: none;
    text-align: right;
}

.carousel-indicators li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 105px;
    height: 55px;
    margin: 0 1px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.carousel-indicators li>img {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-indicators .active {
    *width: 101px;
    *height: 51px;
    border: 2px solid #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

/* 轮播图  end*/
/* banner */
.item-inf {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.item-inf>p {
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
}

/* 菜单导航 */
.menu-nav {
    background-color: #f8f8f8;
}

.menu-list {
    width: 1200px;
    margin: 0 auto;
}

.menu-list>a {
    padding: 14px 0;
    display: block;
    float: left;
    width: 240px;
    text-align: center;
    font-size: 23px;
    color: #333;
    line-height: 28px;
}

.menu-list>a .en {
    font-size: 35px;
    color: #4c4c4c;
    line-height: 40px;
}

.menu-list>a:hover {
    background-color: #006837;
    color: #fff;
}

.menu-list>a:hover .en {
    color: #fff;
}

/* 主体内容 */

.page-main {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.line_lt {
    width: 431px;
    float: left;
}

.line_mc {
    width: 335px;
    float: left;
    margin: 0 50px;
}

.line-rt {
    width: 334px;
    float: left;
}

.line-bl {
    float: left;
    width: 315px;
    margin-right: 30px;
}

.line-bm {
    float: left;
    width: 240px;
    margin-right: 26px;
}

.line-br {
    float: left;
    width: 244px;
}

.panel {
    padding-top: 45px;
}

.panel-header {
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    text-decoration: none;
}

.panel-header>h2 {
    line-height: 26px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.panel-header .more {
    color: #999;
    font-size: 12px;
}

.panel-body {
    padding: 14px 0 0;
}

.panel-gray .panel-header,
.panel-gray .panel-body {
    background-color: #f6f6f6;
}

.panel-gray .panel-header {
    padding: 10px 5px;
}

.panel-gray .panel-body {
    padding: 10px 0;
}



.panel-cont {
    width: 100%
}


.panel-cont110 {
    width: 110%
}

.list-card {
    padding: 8px 0;
}

.list-img {
    width: 88px;
    float: left;
    margin-top: 3px;
}

.list-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.list-img+.list-mian {
    padding-left: 100px;
}

.list-time {
    width: 50px;
    text-align: center;
    float: left;
}

.list-time .date {
    font-size: 20px;
    color: #6f9367;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background-color: #e1f1dd;
}

.list-time .year {
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    background-color: #82a47b;
}

.list-time+.list-mian {
    padding-left: 64px;
}

.list-mian {
    color: #333;
    line-height: 18px;
}

.lm-tit {
    font-size: 14px;
    color: #333;
    min-height: 36px;
}

.list-card_wrap {
    display: block;
}

.list-card a.list-card_wrap:hover .lm-tit {
    color: #006837;
    text-decoration: none;
}

.lm-other {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}

.picon-date {
    padding-left: 18px;
    background: url(/portals/0/images/icon01.png) left top no-repeat;
}

.picon-loca {
    padding-left: 18px;
    background: url(/portals/0/images/icon01.png) left -18px no-repeat;
}

.list-sty02 .lm-tit {
    color: #555;
    min-height: 0;height:35px;
}

.list-sty02 .lm-tit>span {
    color: #333;
}

/* swiper begin */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;

    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;

    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);

    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;

    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* swiper end  */
.slider-box {
    position: relative;
    padding: 10px 0;
}

.swiper_wid01 .swiper-container {
    height: 179px;
}

.slide-item {
    width: 148px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}

.swiper_wid02 .swiper-container {
    height: 179px;
}

.swiper_wid02 .slide-item {
    width: 209px;
    padding-top: 10px;
}

.slide-intro {
    position: absolute;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 100%;
    background: rgba(124, 87, 87, 0.86);
    left: 0;
    bottom: 0;
}

.swiper_wid01 .swiper-button-prev,
.swiper_wid01 .swiper-button-next {
    width: 30px;
    height: 22px;
    background: url(/portals/0/images/arrow.png) 2px -69px no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 5;
}

.swiper_wid01 .swiper-button-prev {
    left: 0;
}

.swiper_wid01 .swiper-button-next {
    background-position: -26px -69px;
    right: 0;
}

.swiper_wid02 .swiper-button-prev,
.swiper_wid02 .swiper-button-next {
    width: 18px;
    height: 18px;
    background: url(/portals/0/images/arrow.png) -70px -65px no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    cursor: pointer;
    z-index: 5;
}

.swiper_wid02 .swiper-button-prev {
    top: 0px;
}

.swiper_wid02 .swiper-button-next {
    bottom: 0px;
    background-position: -70px -84px;
}

/* 二级页面 */
/* banner */
.banner-container img {
    max-width: 100%;
}

.maincont {
    padding-top: 36px;
}

.slider-cont {
    width: 867px;
    float: right;
}

.slider-nav {
    float: left;
    padding-top: 0;
    width: 275px;
}

.slider-nav>a {
    margin-bottom: 16px;
}

.sub-tabnav {
    background: #fafafa;
    padding: 26px;
    border-top: 10px #387b2b solid;
}

.sub-tabnav .sub-tab_title {
    font-size: 26px;
    color: #387b2b;
    padding: 2px 0 20px;
    line-height: 30px;
}

.ql .level0 {
    padding-top: 2px;
}

.ql .level0 a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 15px 7px;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
}

.ql .level0 a.level0_selected,
.ql .level0 a:hover {
    color: #006837;
    border-color: #77b16c;
}

.latest-news {
    margin-top: 30px;
    background-color: #f3f2f2;
    padding: 10px 20px;
}

.latest-news .new-tit {
    font-size: 18px;
    color: #333;
    padding: 14px 0;
}

.news-list .lm-tit {
    min-height: 0;
    line-height: 22px;
    color: #666;
}

.news-list .lm-other {
    padding: 0 0 5px;
}

/* 右侧 */

/* 面包屑 */
.breadcrumb {
    padding: 0px 0px;
    background-color: #fff;
    font-size: 12px;
    color: #888;
    margin-bottom: 0;

}

.slider-cont .breadcrumb {
    text-align: right;
}

.breadcrumb a.dqwz,
.breadcrumb a.dqwz:hover {
    color: #888;
    font-weight: normal;
}

.vs-phone {
    display: none
}

.vs-phone {
    background-image: none;
    padding: 10px;
}

/*
.HorizonXmlNav {
    white-space: normal;
    overflow: auto;
}

.HorizonXmlNav li {
    display: inline-block;
    padding: 0px;
    list-style: none;
}

.HorizonXmlNav a {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    color: #333;
    font-size: 12px;
    padding: 5px 10px;
}

.HorizonXmlNav a.Selected {
    color: #fff;
    background: #387b2b;
    border-radius: 20px;

}
*/

.panel_n1 {
    padding: 0;
}

.panel_n1 .panel-header {
    padding: 0;
    height: 56px;
    border-bottom: 2px solid #d5d5d5;
}

.panel_n1 .panel-header_tit {
    line-height: 56px;
    color: #387b2b;
    font-size: 20px;
}

.panel-nav li {
    float: left;
}

.panel-nav li>a {
    display: block;
    line-height: 54px;
    color: #333;
    font-size: 20px;
    border-bottom: 2px solid transparent;
    position: relative;
}

.panel-nav li+li {
    margin-left: 30px;
}

.panel-nav li>a.Selected {
    color: #387b2b;
    border-bottom: 2px solid #539446;
}

.contenttxt {
    padding: 20px 0 0;
}

.contenttxt img {
    max-width: 100%;
}

.contenttxt p {
    line-height: 38px;
    font-size: 14px;
    color: #333;text-align:justify;
}

.contenttxt p a{color:#333;}
.contenttxt p a:hover{color:#387b2b;text-decoration:none;}

.list-hit_initial {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

.list-hit_initial .lm-tit {
    min-height: 0;
    font-size: 16px;
/*    line-height: 20px;*/
}
.height50{height:50px;}
.list-hit_initial .lm-other {
    padding: 8px 0 0;
}

.list-hit_initial .lm-other p+p {
    margin-top: 3px
}

.list-img_lg .list-img {
    width: 306px;
}

.list-img_lg .list-img+.list-mian {
    padding-left: 330px;
    line-height: 24px;
    ;
}

.list-img_lg .lm-tit {
    font-size: 20px;
    padding-bottom: 5px;
}

.list-img_lg .lm-subtit {
    font-size: 16px;
    padding: 10px 0 5px;
    ;
}

.lm-other.gray3 {
    color: #333;
    ;
}

.list-img_sm .list-img {
    width: 197px;
}

.list-img_sm .list-img+.list-mian {
    padding-left: 220px;
    line-height: 24px;
}

.titcolor {
    color: #006837;
}

.list-img_sm .lm-other {
    font-size: 14px;
}

/*
.list-card_n1 .list-img {
    width: 134px;
}

.list-card_n1 .list-img+.list-mian {
    padding-left: 160px;
}

*/

.list-card_n1 img {
    width: 134px;
    float: left;
    margin-right: 20px;
  /*  height: 84px;*/
}


.list-card_n1 .list-img+.list-mian {
    float: left
}


.list-card_n1 .lm-other {
    padding-top: 8px;
}

.list-card_n1 .list-card_wrap>.lm-other {
    font-size: 14px;
    color: #888;
    float: left;
    padding: 0 0 0 0px;
}

.list-card_n1 .list-card_wrap>.lm-other+.list-mian {
    padding-left: 100px;
}

.list-vertical {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 240px;
    padding: 20px 0;
}

.mr60 {
    margin-right: 68px;
}

.list-vertical .list-img {
    float: none;
    width: 240px;
}

.list-vertical .list-img+.list-mian {
    padding: 5px 0 0;
}

.list-vertical .lm-tit {
    min-height: 0;
}

.list-card_n2 {
    width: 170px;
}

.list-card_n2.mr60 {
    margin-right: 61px;
}

.list-card_n2 .list-img {
    width: 170px;
    height: 195px;
}

.list-card_n2 .lm-tit {
    font-size: 18px;
    padding: 6px 0;
    text-align: center;
}

.list-card_n2 .lm-other {
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* 详情页 */
.page-crumb {
    padding: 14px 0px 0;
}

.page-crumb,
.page-crumb .breadcrumb {
    background-color: #f3f3f3;
}

.page-crumb .crumb-container {
    width: 1200px;
    margin: 0 auto;
}

.news-title {
    color: #111;
    font-size: 30px;
    line-height: 42px;
    background-color: #f3f3f3;
    text-align: center;
    padding: 16px 0 30px;
}

.news-title>h2 {
    width: 1200px;
    margin: 0 auto;
    line-height: 42px;
    font-size: 30px;
    padding: 0 20px;color:#333;

}

.news-sub-inf {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #888;
    padding: 20px 0 20px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #f3f3f3;
}

.details-inf {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    ;
}

.details-inf p {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    word-break: break-word;
}

.details-inf a,
.details-inf a:hover {
    color: #333;
}

.details-inf a:hover {
    color: #387b2b;
}


.details-inf img {
    max-width: 100%;
}


.mr15 {
    margin-right: 15px;
}

/* 底部链接 */
.ft-link {
    padding: 25px 0;
    background: #5ba180 url(/portals/0/images/ft-link_bg.png) center bottom no-repeat;
}

.ft-link a {
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    min-width: 70px;
    padding: 0 7px;
}

.ft-link a+a {
    margin-left: 11px;
}

.link-text {
    padding: 8px 0 0;
}

.link-icon {
    width: 46px;
    height: 46px;
    background: url(/portals/0/images/ft-link_icon2021.png) left top no-repeat;
    transition: background 0.3s;
    margin: 0 auto;
}

.icon01 {
    background-position: -63px -2px;
}

.ft-link a:hover .icon01 {
    background-position: -4px -2px;
}

.icon02 {
    background-position: -63px -59px;
}

.ft-link a:hover .icon02 {
    background-position: -4px -59px;
}

.icon03 {
    background-position: -62px -112px;
}

.ft-link a:hover .icon03 {
    background-position: -3px -112px;
}

.icon04 {
    background-position: -65px -168px;
}

.ft-link a:hover .icon04 {
    background-position: -6px -168px;
}

.icon05 {
    background-position: -64px -224px;
}

.ft-link a:hover .icon05 {
    background-position: -5px -224px;
}

.icon06 {
    background-position: -64px -285px;
}

.ft-link a:hover .icon06 {
    background-position: -7px -285px;
}

.icon07 {
    background-position: -64px -347px;
}

.ft-link a:hover .icon07 {
    background-position: -5px -347px;
}

.icon08 {
    background-position: -63px -407px;
}

.ft-link a:hover .icon08 {
    background-position: -4px -407px;
}

.icon09 {
    background-position: -64px -466px;
}

.ft-link a:hover .icon09 {
    background-position: -5px -466px;
}

.icon10 {
    background-position: -67px -524px;
}

.ft-link a:hover .icon10 {
    background-position: -8px -524px;
}

.icon11 {
    background-position: -67px -576px;
}

.ft-link a:hover .icon11 {
    background-position: -8px -576px;
}

.icon12 {
    background-position: -67px -628px;
}

.ft-link a:hover .icon12 {
    background-position: -8px -628px;
}


/* footer begin */
.page-footer {
    padding: 10px 0;
    background: #006837 url(/portals/0/images/foot-bg.png) center bottom no-repeat;
}

.page-footer .footxt {
    padding: 10px 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.page-footer .footxt a {
    color: #fff;
}


.page-footer .footxt span{margin-right:15px;}


.wx {
    margin-right: 30px;
}

.code-txt {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

/* footer end  */
/* 返回顶部 begin*/
.floatbox {
    position: fixed;
    bottom: 10%;
    right: 15px;
    z-index: 20;
}

.floatbox a,
.floatbox a:hover {
    display: block;
    width: 56px;
    height: 56px;
    background: url(/portals/0/images/icon-toTop.png) center center no-repeat;
}


.floatbox a:hover {
    background: url(/portals/0/images/icon-toTop2.png) center center no-repeat;
}

/* 返回顶部 end*/

/*二级列表分页样式*/
.Normal table {
    margin-top: 30px;
}

.Normal table .Normal {
    color: #333;
    font-size: 14px;
    font-family: 微软雅黑;
}

.Normal table .NormalRed {
    background: #5ba180;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    font-family: 微软雅黑;
    display: inline-block;
}


/*正文中表格通用样式*/
.tablestyle {
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: 0px;
}

.tablestyle td {
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    height: 30px;
}

.tablestyle td {
    font-size: 14px;
    padding:5px 10px;
    word-break: break-word;line-height:25px;
}
.tablestyle td p{line-height:25px;}
.tablestyle .tabletitle {
    background: #fafafa;
    height: 40px;
    text-align: center
}

.tablestyle .tabcont {
    padding-left: 5px;
}

.tablestyle .tablineheight {
    line-height: 22px;
}

.tablestyle td a,
.tablestyle td a:hover {
    color: #333;
    font-size: 14px;
}

.tablestyle td a:hove {
    color: #035a8a;
}

.tablestyle2 {
    border-top: none;
}

/* 新增教师详情 */
.person-inf {
    padding: 25px 0;
}

.person-intro {
    padding: 0 0 20px;
}

.person-intro dt {
    float: right;
    width: 214px;
    text-align: center;
}

.person-intro dt img {
    max-width: 100%;
}

.person-intro dd {
    padding-right: 248px;
    font-size: 15px;
    color: #333;
    line-height: 34px;
}

.person-intro dd a {
    color: #006837;
}

.person-intro .person-name {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bolder;
}

.person-intro .person-zw {
    margin-left: 15px;
}

.inf-par_head {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e4e4e4;
    color: #387b2b;
    font-size: 18px;
    margin: 0 0 10px;
}

.inf-par_main {
    font-size: 14px;
    line-height: 30px;
    padding: 0 0 20px 0;
}

.list-vertical .lm-tit {
    font-size: 16px;
}


.list-card_n3 {
    width: 170px;
}

#dnn_ctr484_ModuleContent {
    margin-right: -60px;
}

.list-card_n3.mr60 {
    margin-right: 60px;
}

.list-card_n3 .list-img {
    width: 170px;
    height: 116px;
}

.list-card_n3 .lm-tit {
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
}

.list-card_n3 .lm-other {
    font-size: 14px;
    color: #666;
    text-align: center;
}


.contvideo{width:760px;height:450px;}

@media (max-width: 768px) {
    .header-nav .head-search {
        display: block;
    }

    .navbar-nav>li {
        width: 25%;
        padding: 0 5px;
    }

    .navbar-nav>li>a {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 14px;
    }

    .navbar-nav>li+li {
        padding: 0;
        margin: 0;
    }

    .ftcode {
        float: none;
    }


    .ft-link {
        padding: 10px 0;
        background: #5ba180
    }

    .ft-link a {
        display: inline-block;
        width: 31%;
        float: none;
        padding: 10px 0;
        margin: 0;
        vertical-align: top;
        font-size: 14px;
    }

    .ft-link a+a {
        margin: 0;
    }

    .page-footer {
        background: #006837;
    }

    .sub-tabnav {
        display: none;
    }

    .vs-phone {
        display: block;
        border: 0px;
        padding-top: 0px;
    }

    .head-top {
        height: 44px;
    }

    .logobox {
        height: 44px;
        line-height: 44px;
        padding-top: 5px;
    }

    .logobox img {
        height: 34px;
    }

    .main-inner {
        width: 100%;
        padding: 0 10px;
    }

    .page-main {
        width: 100%;
    }

    .maincont {
        padding: 0;
    }

    .head-rcon {
        display: none;
    }

    .navbar-toggle.collapsed {
        display: block;
    }

    .collapse {
        display: none;
    }

    .collapse.in {
        display: block;
    }

    .slider-cont {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
    }

    .slider-cont .breadcrumb {
        text-align: center;
        padding: 10px 10px;
    }

    .slider-cont .breadcrumb .breadcrumb {
        padding: 0;
    }

    .panel {
        padding: 0 15px;
    }

    .panel_n1 .panel-header {
        height: 44px;
    }

    .panel_n1 .panel-header_tit {
        line-height: 44px;
        font-size: 16px;
    }

    .panel-nav {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .panel-nav li {
        display: inline-block;
        float: none;
    }

    .panel-nav li>a {
        line-height: 42px;
        font-size: 14px;
    }

    .panel-nav li+li {
        margin-left: 10px;
    }

    .contenttxt p {
        line-height: 28px;
        text-align: justify;
    }

    .lm-tit {
        min-height: 0;
    }

    .list-img_lg .list-img,
    .list-img_sm .list-img {
        width: 100%;
        float: none;
    }

    .list-img_lg .list-img+.list-mian,
    .list-img_sm .list-img+.list-mian {
        padding: 5px 0 0;
    }

    .list-hit_initial .lm-tit {
        font-size: 12px;
    }

    .list-hit_initial .lm-subtit {
        font-size: 13px;
        padding: 0;
    }

    /*
    .list-card_n1 .list-img {
        width: 100%;
        float: none;
    }

    .list-card_n1 .list-img+.list-mian {
        padding: 5px 0 0;
    }
*/

    .list-vertical {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .list-hit_initial {
        padding: 10px 0;
    }

    .list-vertical .list-img {
        width: 100%;
        height: 100%;
    }

    .slider-nav {
        width: 100%;
        float: none;
    }

    .latest-news {
        margin-top: 20px;
    }

    .latest-news .new-tit {
        font-size: 15px;
        padding: 6px 0;
    }

    .list-card_n1 .list-card_wrap>.lm-other {
        float: none;
        font-size: 12px;
    }

    .list-card_n1 .list-card_wrap>.lm-other+.list-mian {
        padding: 5px 0 0;
    }

    .page-crumb .crumb-container {
        width: 100%;
    }

    .page-crumb .breadcrumb {
        padding: 0 15px;
        text-align: center;
    }

    .news-title {
        padding: 15px;
    }

    .news-title>h2 {
        width: 100%;
        font-size: 16px;
        padding: 0;
        line-height: 30px;
    }

    .news-sub-inf {
        width: 100%;
        font-size: 12px;
        padding: 10px;
    }

    .details-inf {
        width: 100%;
        padding: 15px 15px;
        line-height: 24px;
    }

    .details-inf img {
        width: 100% !important;
        height: auto !important;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-control.right {
        right: 0px;
    }

    .carousel-control.left {
        left: 10px;
    }

    .item-inf {
        height: 30px;
        line-height: 30px;
    }

    .item-inf>p {
        width: 100%;
        font-size: 13px;
        padding: 0 10px;
    }

    .newsbox {
        padding-top: 10px;
    }

    .line_lt,
    .line_mc,
    .line-rt,
    .line-bl,
    .line-bm,
    .line-br {
        float: none;
        width: 100%;
        margin: 0;
    }

    .line-br {
        margin-top: 20px;
    }

    .panel-header {
        font-size: 14px;
        padding: 6px 0;
    }

    .panel-header>h2 {
        font-size: 15px;
    }

    .menu-list {
        width: 100%;
        white-space: nowrap;
        overflow: auto;
    }

    .menu-list>a {
        width: auto;
        float: none;
        display: inline-block;
        padding: 10px 10px;
        font-size: 14px;
        min-width: 18%;
        line-height: 22px;
    }

    .menu-list>a .en {
        font-size: 16px;
        line-height: 24px;
    }

    .navbar-nav>li.zen {
        display: block;
    }

    .carousel-indicators {
        display: block;
        position: absolute;
        bottom: 8px;
        left: auto;
        margin: 0;
        right: 5px;
    }

    .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        margin: 0 0px;
        cursor: pointer;
        background-color: #387b2b;
        border: 0;
        transition: width 0.2s ease-in;
    }

    .carousel-indicators li>img {
        display: none;
    }

    .carousel-indicators .active {
        background-color: #fff;
    }



    /* 教师详情 */
    .person-intro dt {
        float: none;
        margin: 0 auto;
    }

    .person-intro dd {
        padding: 15px 0 0;
        font-size: 14px;
    }

    .person-intro .person-name {
        font-size: 16px;
        padding: 0;
    }

    .inf-par_head {
        font-size: 16px;
    }

    .dropdown-menu {
        display: none;
    }

    .list-img img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    .page-main {
        padding: 0px;
    }

    /*二级列表分页样式*/
    .Normal table {
        margin-top: 30px;
    }

    .Normal table .Normal {
        color: #333;
        font-size: 12px;
        font-family: 微软雅黑;
    }

    .Normal table .NormalRed {
        background: #5ba180;
        color: #fff;
        padding: 5px;
        font-size: 12px;
        font-family: 微软雅黑;
    }

}

/***********2019-1215 新增*************/
#dnn_ctr451_ModuleContent {
    margin-right: -68px;
}

/* 人才培养 */
.banner-bg {
    min-height: 100px;
    background: url(/portals/0/images/banner-img02.jpg) center top no-repeat;
    line-height: 100px;
}

.banner-text {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.prow {
    padding: 40px 0 0;
}

.slider-leftw {
    width: 700px;
    float: left;
    margin-top: 10px;
}

.slider-leftw .item-inf {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 10px;
}

.slider-leftw .item-inf>p {
    width: auto;
    font-size: 14px;
}

.indicator-dot {
    width: auto;
    left: initial;
    margin-left: 0;
    right: 18px;
}

.indicator-dot li {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}

.indicator-dot li.active {
    background-color: transparent;
}

.lrw {
    float: right;
    width: 450px;
    padding-top: 0;
}

.list-normal {
    padding: 10px 0;
}

.list-normal .lm-tit {
    min-height: 0;
}

.list-normal .lm-tit a {
    color: #333;
    text-decoration: none;
}

.list-normal .lm-tit a:hover {
    color: #53b38a;
}


.list-line a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding-right: 16px;
    display: block;
    min-height: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-line a:hover {
    color: #53b38a;
}


/* course */
.course-intro {
    padding: 45px 0 0;
}

.list-col02 li {
    float: left;
}

.list-col02 li .list-item {
    padding: 28px 40px 28px 38px;
}

.list-col02 .list-profession {
    width: 590px;
}

.list-col02 .list-profession .list-item {
    background-color: #77d69e;
}

.list-col02 .list-course {
    width: 595px;
    float: right;
}

.list-col02 .list-course .list-item {
    background-color: #2ad7e7;
}

.list-col02 li .list-tit {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 74px;
    font-weight: bold;
    vertical-align: middle;
}

.list-col02 li .categorys {
    display: inline-block;
    vertical-align: middle;
    width: 334px;
}

.icon-profession,
.icon-course {
    display: inline-block;
    width: 80px;
    height: 66px;
    background: url(/portals/0/images/icon02.png) left top no-repeat;
    vertical-align: middle;
    margin: 5px 8px 0;
}

.icon-profession {
    background-position: 2px -3px;
}

.icon-course {
    background-position: -86px -6px;
}

.tags {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #333;
    margin: 5px;
}

.list-col02 .list-profession .tags {
    color: #47c87c;
    padding: 0 25px;
}

.list-col02 .list-course .tags {
    color: #14b4c3;
}

/* group */
.prof-group {
    padding: 46px 0 0;
}

.list-col03 li {
    float: left;
    width: 287px;
    height: 341px;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.list-col03 li+li {
    margin-left: 16px;
}

.list-col03 li .group-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.list-col03 li .group-item>img {
    width: 100%;
}

.list-col03 li .group-intro {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}

.list-col03 li .group-intro .txtEn {
    font-size: 40px;
    padding: 120px 0 5px;
}

.list-col03 li .group-intro .txtZh {
    font-size: 35px;
    font-weight: bold;
    padding: 0 0 42px;

}

.list-col03 li .icon-arrow_down {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(/portals/0/images/icon02.png) -213px -21px no-repeat;
}

.list-col03 li .group-intro_more {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 100%;
    z-index: 2;
}

.list-col03 li .group-intro_more .txtEn {
    font-size: 30px;
    padding: 44px 0 0;
}

.list-col03 li .group-intro_more .txtZh {
    font-size: 30px;
    font-weight: bold;
}

.list-col03 li .group-intro_more .categorys {
    padding: 10px 0 0;
    width: 240px;
    margin: 0 auto;
    text-align: left;
}

.list-col03 li:hover .group-intro_more {
    top: 0
}

.list-col03 li:hover .group-intro {
    top: 100%;
}

/* organize */
.organize-box {
    padding: 46px 0 0;
}

.org-list {
    padding: 25px 10px;
    background-color: #f7f7f7;
}

.org-list li {
    float: left;
}

.org-list li+li {
    margin-left: 60px;
}

.org-list li a {
    display: block;
    padding: 0 35px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.org-list li a:hover {
    color: #006837;
}

.org-list li a span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(/portals/0/images/study-icon.png) left top no-repeat;
    margin: 0 auto;
    opacity: 0.8;
}

.org-list li a:hover span {
    opacity: 1;
}

.org-list li a p {
    padding: 5px 0 0;
}

.org-list li a .study-icon01 {
    background-position: left 2px;
}

.org-list li a .study-icon02 {
    background-position: -123px 2px;
}

.org-list li a .study-icon03 {
    background-position: -1px -87px;
}

.org-list li a .study-icon04 {
    background-position: -121px -91px;
}

.org-list li a .study-icon05 {
    background-position: -3px -180px;
}

.rcol03_w {
    float: left;
    width: 370px;
    padding-top: 35px;
}

.rcol03_w+.rcol03_w {
    margin-left: 42px;
}

.list-line {
    line-height: 24px;
}

.list-line .lm-tit {
    font-size: 14px;
    padding-right: 16px;
    display: block;
    min-height: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.list-line .lm-other {
    float: right;
    padding: 0;
}

.panel-slider {
    margin: 45px 0 0;
}

.panel-slider .panel-header {
    border: 0;
    padding: 15px 24px 10px;
}

.stud01 {
    background: #ddf5e3 url(/portals/0/images/slider-bg01.png) 60px top no-repeat;
}

.stud02 {
    background: #45b271 url(/portals/0/images/slider-bg02.png) left top no-repeat;
}

.stud03 {
    background: #f4f4f4 url(/portals/0/images/slider-bg03.png) left top no-repeat;
}

.bigslider {
    position: relative;
    padding: 15px 70px 20px;
}

.bigslider .swiper-button-prev,
.bigslider .swiper-button-next {
    width: 30px;
    height: 30px;
    background: url(/portals/0/images/slider-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    cursor: pointer;
    z-index: 10;
}

.bigslider .swiper-button-prev {
    left: 24px;
}

.bigslider .swiper-button-next {
    right: 24px;
}

.bigslider .swiper-container {
    width: 100%;
    margin: 0 auto;
}

.bigSlider01 .swiper-container {
    height: 134px;
}

.bigSlider01 .slide-item {
    width: 150px;
    margin: 0 13px;
}

.bigSlider02 .swiper-container {
    height: 134px;
}

.bigSlider02 .slide-item {
    width: 152px;
    margin: 0 12px;
}

.bigSlider02 .slide-img>img {
    border: 1px solid #fff;
}

.bigSlider03 .swiper-container {
    height: 196px;
}

.bigSlider03 .slide-item {
    width: 117px;
    margin: 0 17px;
}

/* .bigslider .slide-item {
    width: auto;
} */

.bigslider .slide-intro {
    position: static;
    background-color: transparent;
    color: #333;
}

.stud01 .swiper-button-prev {
    background-position: 8px 0;
}

.stud01 .swiper-button-next {
    background-position: -22px 0;
}

.stud02 .swiper-button-prev {
    background-position: -112px 0;
}

.stud02 .swiper-button-next {
    background-position: -142px 0;
}

.stud02 .bigslider .slide-intro {
    color: #fff;
}

.stud02 .panel-header>h2 {
    color: #fff;
}

.stud02 .panel-header .more {
    color: #fff;
}

.stud03 .swiper-button-prev {
    background-position: -53px 0;
}

.stud03 .swiper-button-next {
    background-position: -82px 0;
}


.stud03 .slide-img img{width:122px;height:166px;}

.xzry{width:400px;}
.xzry .xzrypic{float:left;margin-right:30px;}
.xzry .lm-tit,.xzry .lm-other{text-align:left;}
.xzry .lm-other2{padding:0px;color:#666;line-height:20px;}



/*edp样式*/

.edporg-list {
    padding: 25px 10px;
    background-color: #f7f7f7;
}

.edporg-list li {
    float: left;
}

.edporg-list li+li {
    margin-left:100px;
}

.edporg-list li a {
    display: block;
    padding: 0 35px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.edporg-list li a:hover {
    color: #006837;
}

.edporg-list li a span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(/portals/0/images/edpstudy-icon.png) left top no-repeat;
    margin: 0 auto;
    opacity: 0.8;
}

.edporg-list li a:hover span {
    opacity: 1;
}

.edporg-list li a p {
    padding: 5px 0 0;
}

.edporg-list li a .study-icon01 {
    background-position: left 2px;
}

.edporg-list li a .study-icon02 {
    background-position: -123px 2px;
}

.edporg-list li a .study-icon03 {
    background-position: -1px -87px;
}

.edporg-list li a .study-icon04 {
    background-position: -121px -91px;
}

.edporg-list li a .study-icon05 {
    background-position: -3px -180px;
}








@media (max-width: 768px) {

    .prow,
    .course-intro,
    .prof-group,
    .organize-box {
        padding: 15px 0 0;
    }
 .prow{padding:0px;margin:0px;}
    .rcol03_w {
        padding: 15px 15px 0;
        width: 100%;
        float: none;
    }

    .rcol03_w+.rcol03_w {
        margin: 0;
    }

    .panel-slider {
        margin-top: 15px;
    }

    .slider-leftw {
        float: none;
        width: 100%;margin-top:0px;
    }

    .lrw {
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    .list-col02 .list-profession,
    .list-col02 .list-course {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .list-col02 li .list-item {
        padding: 10px 20px 15px 30px;
    }

    .list-col02 li .list-tit {
        width: auto;
        font-size: 25px;
    }

    .tags {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 10px !important;
        margin: 3px;
    }

    .list-col03 li {
        width: 48%;
        height: auto;
        margin: 5px 1%;
    }

    .list-col03 li+li {
        margin: 5px 1%;
    }

    .list-col03 li .group-intro .txtEn {
        padding: 50px 0 0;
        font-size: 24px;
    }

    .list-col03 li .group-intro .txtZh {
        font-size: 20px;
        padding: 5px 0 10px;
    }

    .list-col03 li .group-intro_more {
        overflow: auto;
    }

    .list-col03 li .group-intro_more .txtEn,
    .list-col03 li .group-intro_more .txtZh {
        font-size: 20px;
    }

    .list-col03 li .group-intro_more .txtEn {
        padding: 20px 0 0;
    }

    .list-col03 li .group-intro_more .categorys {
        width: 180px;
    }

    .org-list li {
        width: 50%;
        padding: 5px 0 8px;
    }

    .org-list li a {
        padding: 0;
        font-size: 15px;
    }

    .org-list li+li {
        margin: 0;
    }

    .org-list li a span {
        background-size: 100px auto;
        width: 40px;
        height: 40px;
    }

    .org-list li a .study-icon02 {
        background-position: -61px 1px;
    }

    .org-list li a .study-icon03 {
        background-position: -1px -44px;
    }

    .org-list li a .study-icon04 {
        background-position: -60px -46px;
    }

    .org-list li a .study-icon05 {
        background-position: -2px -91px;
    }

    .bigslider {
        padding: 15px 30px 20px;
    }

    .bigslider .swiper-button-prev {
        left: 5px;
    }

    .bigslider .swiper-button-next {
        right: 5px;
    }

    #dnn_ctr451_ModuleContent {
        margin-right: 0;
    }

    #dnn_ctr451_ModuleContent p {
        text-align: center;
    }

    .banner-bg {
        min-height: 60px;
        line-height: 60px;
    }

    .banner-text {
        font-size: 22px;
    }

    .list-card_n1 .lm-other {
        padding-top: 7px;
    }

    .list-card_n3 {
        width: 50%;
        display: inline-block;
        padding: 15px 5px 5px;
    }

    .list-card_n3.mr60 {
        margin: 0;
    }

    .list-card_n3 .list-img {
        height: 110px;
    }

    .list-card_n3 .list-img img {
        width: 100%;
        height: 100%;
    }

    #dnn_ctr484_ModuleContent {
        margin-right: 0px;
    }

    .panel-cont {
        width: 100%;
    }

    .panel-cont110 {
        width: 100%;
    }

    .list-col02 li .categorys {
        width: 100%;
        display: block;
    }

 .newspicip img{width:100%;}

.xzry{width:100%;}
.xzry .xzrypic{float:left;margin-right:10px;width:auto;}
.xzry .xzrypic img{width:auto;}

.edporg-list .list1jj{
    margin-left:100px;
}
.contvideo{width:90%;}

}












