@charset "utf-8";

/* 通用样式 */
.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    padding: 5px 16px !important;
    height: 35px !important;
    line-height: 23px !important;
    font-size: 14px !important;
}

.nyc_c_cotent {
    padding: 50px 0 25px 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #1a1a1a;
    cursor: pointer;
}

ol,
ul,
li {
    list-style: none;
}

input,
button,
textarea，img {
    border: none;
    outline: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    height: 0px;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/* 多行溢出 */

.spills {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l {
    float: left;
}

.r {
    float: right;
}

/**全局样式**/

body {
    background-color: #FFFFFF;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #1a1a1a;
}

a:hover {
    color: #2287e3;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* header */

/* 顶部 */
.top_tips {

    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #f2f2f2;
}

.top_tips .tips_content {
    display: flex;
    justify-content: space-between;
}

.top_tips span {
    color: #2287e3;
    font-size: 14px;
}

.top_tips a {
    color: #ccc;
    font-size: 14px;
}

.header .header-top {
    width: 100%;
    height: 130px;

}

.header-top .header-logo {
    width: 385px;
    height: 80px;

    margin-top: 30px;
}

.header-top .header-tr {
    width: 415px;
    height: 95px;
}

.header-tr .header-trtop {
    width: 372px;
    height: 25px;
    padding: 15px 0 25px 43px;
}

.header-trtop .trtop-bgxx {
    width: 272px;
    height: 25px;
}

.trtop-bgxx a {
    display: inline-block;
    width: 86px;
    height: 25px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.trtop-bgxx a:after {
    position: absolute;
    top: 5px;
    right: 0;
    height: 12px;
    content: '';
    width: 0;
    border-left: 1px solid #ccc;
}

.trtop-bgxx a:last-child::after {
    display: none;
}

.header-trtop .jbrk {
    width: 75px;
    height: 25px;
}

.jbrk a {
    display: block;
    width: 75px;
    height: 25px;
    line-height: 25px;
    color: #2287e3;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 14px;
}

.header-tr .search {
    width: 100%;
    height: 40px;
    position: relative;
}

.search input.search-input {
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 90px 0 17px;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

input::-moz-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

input::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.search input.search-submit {
    width: 73px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    background: url(/images/search.png) no-repeat center center;
    background-color: #2287E3;
}

/* 导航 */

.header .header-nav {
    width: 100%;
    height: 52px;
    background: #2287E3;
}

.header-nav li {
    height: 52px;
    width: 99px;
    line-height: 52px;
    text-align: center;
    float: left;
    position: relative;
}

.header-nav li a {
    display: block;
    height: 52px;
    line-height: 52px;
    color: #fff;
    border: 3px solid transparent;
    box-sizing: border-box;
}

.header-nav li a:hover,
.header-nav li.open a {
    background: #54a9f7;
    color: #fff;
    -border-top: 3px solid #eb0f0f;
    box-sizing: border-box;
}

/* 二级菜单 */
.content-nav .subNav .threeMenu {
    display: block !important;
}

.header-nav .subNav>li>ul {
    display: none;
    height: auto;
    position: absolute;
    z-index: 99;
    background-color: #54a9f7;
}

.header-nav .subNav li ul.threeMenu {
    width: 100% !important;
}

.header-nav .subNav li ul.threeMenu li {
    width: 100% !important;
}

.header-nav .subNav>li:nth-child(4)>ul {
    width: 801px;
    height: 160px;
    padding: 15px 0 0;
}

.header-nav .subNav>li:nth-child(4)>ul>li {
    width: 160px;
    background: #3B98ED
}

.header-nav .subNav>li:nth-child(4)>ul li:last-child,
.header-nav .subNav>li:nth-child(4)>ul li:nth-child(14) {
    margin-left: 160px;
}

.header-nav .subNav>li:nth-child(4)>ul>li>a {
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: bolder;

}

.header-nav .subNav>li:nth-child(4)>ul>li a {
    display: block;
    font-size: 14px;
    text-align: center;
    border: none
}

.header-nav .subNav li ul li {
    height: 35px;
    line-height: 35px;
    /* text-align: left; */
}

.header-nav .subNav>li>ul>li>a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    /* padding-left: 25px; */
    /* box-sizing: border-box; */
    font-size: 14px;
    /* background: url(/images/jiantou.png) no-repeat 147px center; */
    border: none;
}

.header-nav .subNav li ul li a:hover {
    -background-color: #fff;
    -color: #2287e3;
}

/* 轮播图 */
.header-bannerA {
    overflow: hidden;
    height: 0;
}

.header-banner {
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
}

.header_banner_c {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 2;
}

.header-banner img {
    width: 100%;
    height: 720px;
    position: absolute;
    -left: 50%;
    -margin-left: -960px;
}

/* content */

/* 通用ttile */

.ty-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 18px 0;
    border-bottom: 1px solid #e6e6e6;
}

.ty-title span {
    float: left;
    font-size: 18px;
    color: #2287E3;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 2px solid #2287E3;
}

.ty-title a {
    float: right;
    font-size: 14px;
}

/* 维科要闻 */

.content .wkyw {
    width: 100%;
    height: 480px;
}

/*新闻轮播*/

.wkyw .silder {
    width: 600px;
    height: 420px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: relative;
    float: left;
}

.silder .silder_list {
    height: 420px;
    overflow: hidden;
    position: relative;
}

.silder .silder_list a {
    position: absolute;
    top: 0;
    left: 0;
}

.silder .silder_list a,
.silder .silder_list img {
    display: inline-block;
    float: left;
}

.silder .silder_page {
    height: 42px;
    text-align: right;
    margin: 0 auto;
    right: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
}

.silder .silder_page li {
    width: 22px;
    font-size: 12px;
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 10px 10px 0 0;
    background: #F1F1F1;
    display: inline-block;
    text-align: center;
    color: #000;
    border-radius: 18px
}

.silder .silder_page li.current {
    background: #C70B31;
    color: #fff;
}

.silder_desc {
    color: #fff;
    background: url(/images/tit_bg.png) repeat 0 0;
    float: left;
    line-height: 42px;
    height: 42px;
    width: 599px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    text-indent: 10px;
}

.silder .silder_page li:hover {
    cursor: pointer;
}

/* 维科要闻 */

.wkyw .wkyw-news {
    width: 580px;
    height: 420px;
}

.wkyw-news .wkyw-tit {
    width: 100%;
    height: 127px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    margin-bottom: 20px
}

.wkyw-tit a {
    font-weight: bold;
    height: 30px;

    color: #2287E3;
}

.wkyw-tit p {
    color: #666666;
    font-size: 14px;
    height: 30px;
    line-height: 22px;
    padding-top: 5px;
}

.wkyw-tit span {
    color: #999999;
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-size: 14px;

}

.wkyw-tit p span {
    color: #eb0f0f;
    position: static;
}

ul.news-bot {
    width: 570px;
    height: 282px;
}

ul.news-bot li {
    height: 30px;
    line-height: 30px;
    background: url(/images/spoint.png) left center no-repeat;
    padding-left: 15px;
}

ul.news-bot li a {
    font-size: 14px;
}

ul.news-bot li span {
    float: right;
    color: #999999;
    font-size: 14px;
}

/* 栏目内容列表 */

.lm-list {
    width: 100%;
    height: 335px;
    padding: 10px 0;
    box-sizing: border-box;
}

.lm-list .ty-title {
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    border: none;
}

.lm-list .ty-title span {
    width: 95px;
    background: #2287e3;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: none;
    font-size: 16px;
}

.lm-list .ty-title a {
    padding-right: 10px;
}

.lm-list .lmcontent {
    width: 384px;
    height: 275px;
}

.lm-list .lmcontent:first-child {
    margin-right: 23px;
}

.lm-list .lmcontent ul {
    margin-top: 10px;
}

.lm-list .lmcontent ul li {
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
}

.lmcontent ul li a {
    float: left;
}

.lmcontent ul li img {
    width: 95px;
    height: 55px;
}

.lmcontent ul li a img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.lmcontent .news-content {
    float: right;
    width: 278px;
    height: 65px;
}

.news-content p {
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
    line-height: 20px;
    font-size: 12px;
}

.news-content a {
    font-size: 14px;
}

/* 图标导航 */

.content .content-nav {
    width: 100%;
    height: 240px;
    padding-top: 50px;
    background: #f6f6f6;
    box-sizing: border-box;
}

.content-nav ul li {
    float: left;
    width: 108px;
    height: 150px;
    padding: 0 15px;
    position: relative;
}

.content-nav ul li img {
    width: 90px;
    height: 90px;
}

.content-nav ul li:first-child {
    background: url(/images/yxdh.png) no-repeat left top;
    width: 90px;
    padding-left: 0;
}

.content-nav ul li:nth-child(2) {
    background: url(/images/xssw.png) no-repeat center top;
}

.content-nav ul li:nth-child(3) {
    background: url(/images/tsg.png) no-repeat center top;
}

.content-nav ul li:nth-child(4) {
    background: url(/images/rjy.png) no-repeat center top;
}

.content-nav ul li:nth-child(5) {
    background: url(/images/xxgk.png) no-repeat center top;
}

.content-nav ul li:nth-child(6) {
    background: url(/images/xxmh.png) no-repeat center top;
}

.content-nav ul li:nth-child(7) {
    background: url(/images/xzxx.png) no-repeat center top;
}

.content-nav ul li:nth-child(8) {
    background: url(/images/lyb.png) no-repeat center top;
}

.content-nav ul li:last-child {
    background: url(/images/jsbg.png) no-repeat right top;
    width: 90px;
    padding-right: 0;
}

.content-nav li a {
    display: block;
    height: 150px;
    text-align: center;
    padding-top: 110px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

.content-nav li a:hover,
.content-nav li.open a {
    border-bottom: 3px solid #2287E3;
}

.content-nav .subNav {
    position: relative;
}

/* 二级菜单 */

.content-nav .subNav>li {
    font-weight: bolder
}

.content-nav .subNav>li>ul {
    display: none;
    width: 1200px;
    height: 217px;
    background-color: #fff;
    padding: 15px 25px;
    border-top: 1px solid #2287E3;
    box-sizing: border-box;
    position: absolute;
}

.content-nav .subNav li:nth-child(2) ul {
    left: -115px;
}

.content-nav .subNav li ul li {
    width: 210px;
    background: none;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 5px 0;
    text-align: left;
    font-weight: normal;
}

.content-nav li.open ul li a,
.content-nav .subNav li ul li a:hover {
    border: none;
}

.content-nav .subNav li ul li:last-child {
    margin-left: 230px;
}

/*.content-nav .subNav li ul li:nth-child(8n+8) {
	padding-right: 0;
}*/

.content-nav .subNav li ul li a {
    display: inline;
    padding: 0;
    font-size: 14px;
}

.content-nav .subNav li ul.threeMenu li a {
    font-weight: normal
}

/* footer */

.footer {
    width: 100%;
    height: 300px;
    background: #2287e3;
}

.footer .yqlj {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-top: 13px;
    color: #fff;
    border-bottom: 1px solid #4399e7;
}

.yqlj ul {
    width: 100%;
    height: 45px;
}

.yqlj ul li {
    float: left;
    padding: 0 18px;
    text-align: center;
    font-size: 14px;
}

.yqlj ul li:first-child {
    padding-left: 0;
}

.yqlj li a {
    color: #fff;
}

.yqlj li a:hover {
    color: #fff;
}

.footer .footer-cc {
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #4399e7;
}

.footer-cc p {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-cc .footer-address {
    width: 300px;
    height: 80px;
    margin-top: 50px;
}

.footer-cc .footer-lx {
    width: 140px;
    height: 80px;
    margin: 50px 105px 0 31px;
    ;
}

.footer-cc .footer-xx {
    margin-top: 50px;
}

.footer .footer-ewm {
    width: 230px;
    height: 145px;
    margin-top: 27px;
    color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-ewm img {
    width: 105px;
    height: 105px;
}

.footer-ewm p {
    background: url(/images/wx.png) no-repeat 8px center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 35px
}

.footer .copyright {
    width: 435px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright img {
    padding: 5px 10px 0 10px;
    box-sizing: border-box;
}

.copyright img:nth-child(2) {
    padding-right: 0;
}

/* 列表页 */

.header-img {
    width: 100%;
    ;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.header-img img {
    width: 1920px;
    height: 450px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.list-content {
    height: auto;
}

.main_l {
    width: 240px;
    float: left;
    background: #fff;
    min-height: 500px;
    position: relative;
    top: 28px;
}

.main_l_t {
    background: url(/images/xjt.png) no-repeat 210px center;
    background-color: #2287e3;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 57px;
    color: #fff;
}

.main_l ul li {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid transparent;
}

.main_l ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
}

.secondM li {
    line-height: 50px;
    font-size: 14px;
    padding: 0 0 0 10px;
    background: #fff !important;
    width: auto !important
}

.main_l ul li:hover,
.main_l ul li.listhover {
    background-color: #ccc;
    border-left: 2px solid #2287e3;
}

.main_l ul li.listhover a {
    color: #2287e3;
}

.main_r {
    float: right;
    width: 926px;
    min-height: 970px;
    margin-top: 18px;
}

.main_r_t {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.main_r_t .site_l {
    font-size: 18px;
    border-bottom: 2px solid #2287e3;
}

.main_r_t .site_r {
    font-size: 14px;
}



.main_r_t .site_r span:first-child {
    margin-right: 10px;
}

.main_r_t .site_r a:last-child {
    color: #999999;
    cursor: not-allowed pointer-events:none
}

.main_r_c {
    margin-top: 25px;
}

.main_r_c .mrct {
    width: 100%;
    height: 435px;
}

.mrct_tit {
    height: 40px;
    line-height: 40px;
    background: #f5f5f5 url(../images/zjt.png) no-repeat 10px center;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.mrct_table table {
    border-collapse: collapse;
    margin: 0 auto;
    margin-bottom: 50px;
}

.mrct_table table td {
    width: 300px;
    height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6
}

.mrct_table table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

/* 校园风光 */

.img_r {
    //min-height: 1090px;
}

.xyfg_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyfg_c .xyfg_img {
    width: 290px;
    height: 265px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.xyfg_img .imgc {
    padding: 12px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.xyfg_img .imgc img {
    width: 266px;
    height: 202px;
}

.xyfg_img img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.xyfg_img span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%
}

/* page*/

.page_div {
    color: #666;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

/* 页数按钮样式 */

.page_div button {
    display: inline-block;
    min-width: 40px;
    height: 35px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #2c3e50;
    border: 1px solid #e6e6e6
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: #2287e3;
    border-color: #e6e6e6;
    color: #FFF
}

/* 页面数量 */

.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px
}

/*button禁用*/

.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

/* 校园风光内页 */

.xyfg_nyc {
    min-height: auto;
}

.xyfg_nyc .tplist_l {
    width: 926px;
    margin-top: 20px;
    float: left;
}

.nyc_c {
    min-height: 1025px;
    position: relative;
}

.nyc_c .nyc_c_tit {
    width: 885px;
    height: 130px;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.nyc_c .nyc_c_tit h1 {
    font-size: 20px;
    padding-top: 55px;
    padding-bottom: 20px;
}

.nyc_c .nyc_c_tit span {
    margin-right: 25px;
    font-size: 14px
}

.nyc_c .nyc_cc {
    min-height: 1020px;
    padding: 25px 20px;
    text-align: center;
    box-sizing: border-box;
}

.nyc_c .nyc_cc img {
    width: 653px;
    margin: 25px 0 25px 0;
}

.nyc_cc p {
    text-indent: 28px;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.nyc_bottom {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 20px;
    font-size: 14px;
}

/* 右侧图片列表 */

.xyfg_nyc .tplist_r {
    width: 240px;
    float: right;
    position: relative;
    top: 28px;
}

.tplist_r .news_tit {
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2287e3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.tplist_r .news_li {
    width: 100%;
    height: 962px;
    background-color: #f5f5f5;
}

.tplist_r .news_li li {
    height: 220px;
    margin-bottom: 18px;
}

.tplist_r .news_li li:first-child {
    padding-top: 25px;
}

.news_li li a {
    display: block;
    width: 100%;
    height: 220px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.tplist_r .news_li img {
    display: block;
    margin: 0 auto;

    margin-bottom: 15px;
}

.tplist_r .news_li img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.yxgz_content {
    min-height: 1495px;
}

.yxgz_item {
    width: 100%;
    height: 270px;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.yxgz_item .yxgz_item_l {
    float: left;
    padding: 13px;
    background-color: #fff;
}

.yxgz_item .yxgz_item_l img {
    width: 264px;
    height: 203px;
}

.yxgz_item_l img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.yxgz_item_r {
    float: right;
    width: 575px;
    height: 182px;
    padding: 20px 0;
    padding-right: 10px;
}

.yxgz_item_r h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.yxgz_item_r h1 span {
    font-weight: normal;
}

.yxgz_item_r p {
    font-size: 14px;
    line-height: 25px;
}

.yxgz_item_r a {
    color: #2287e3;
}

/* 现任领导 */

.xrld_c {}

.xrld_c .yxgz_item {
    width: 870px;
    height: 225px;
    padding: 10px;
}

.xrld_c .yxgz_item_l {
    padding: 15px 10px 10px;
    background-color: #f5f5f5;
}

.xrld_c .yxgz_item_l img {
    width: 110px;
    height: 172px;
}

.xrld_c .yxgz_item_r {
    width: 690px;
}

.xrld_c .yxgz_item_r a {
    color: #1a1a1a;
}

.nyc_xwlb {
    padding-top: 30px;
    margin-bottom: 50px;
    height: 900px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.nyc_xwlb ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    background: url(/images/point.png) no-repeat left center;
    padding-left: 18px;
    box-sizing: border-box;
}

/* 维科文化 */

.wkwh_content {
    min-height: 2700px;
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

.wkwh_main_c {
    height: auto;
    background-color: #fff;
    padding: 45px 35px;
    box-sizing: border-box;
}