[v-cloak] {
    display: none !important;
}

html {
    line-height: 1.15; /* Correct the line height in all browsers */
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
}

body {
    margin: 0;
}

a {
    background-color: transparent; /* Remove the gray background on active links in IE 10. */
}

img {
    border-style: none; /*  Remove the border on images inside links in IE 10. */
}

* {
    padding: 0;
    margin: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "微软雅黑", "PingFang SC", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-size: 14px;
    min-width: 1280px !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    cursor: pointer;
}

.el-button--primary span, .el-button--primary span:hover {
    color: #fff;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: #4E4E4E;
}

a:hover {
    overflow: hidden;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li a {
    color: #2f2f2f;
}

.w1000 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.netDes {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*!*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*!*/
/*!*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*!*/
/*::-webkit-scrollbar {*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/

/*!*定义滚动条轨道*!*/
/*::-webkit-scrollbar-track {*/
/*    background-color: #F5F5F5;*/
/*}*/

/*!*定义滑块 内阴影+圆角*!*/
/*::-webkit-scrollbar-thumb {*/
/*    background-color: #ccc;*/
/*}*/

/*!*webkit内核*!*/
/*.scroll_content::-webkit-scrollbar {*/
/*    width: 0px;*/
/*    height: 0px;*/
/*}*/

/*.scroll_content::-webkit-scrollbar-button {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-webkit-scrollbar-track {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-webkit-scrollbar-track-piece {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-webkit-scrollbar-thumb {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-webkit-scrollbar-corner {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-webkit-scrollbar-resizer {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-webkit-scrollbar {*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/

/*!*o内核*!*/
/*.scroll_content .-o-scrollbar {*/
/*    -moz-appearance: none !important;*/
/*    background: rgba(0, 255, 0, 0) !important;*/
/*}*/

/*.scroll_content::-o-scrollbar-button {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-o-scrollbar-track {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-o-scrollbar-track-piece {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-o-scrollbar-thumb {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-o-scrollbar-corner {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*.scroll_content::-o-scrollbar-resizer {*/
/*    background-color: rgba(0, 0, 0, 0);*/
/*}*/

/*!*IE10,IE11,IE12*!*/
/*.scroll_content {*/
/*    -ms-scroll-chaining: chained;*/
/*    -ms-overflow-style: none;*/
/*    -ms-content-zooming: zoom;*/
/*    -ms-scroll-rails: none;*/
/*    -ms-content-zoom-limit-min: 100%;*/
/*    -ms-content-zoom-limit-max: 500%;*/
/*    -ms-scroll-snap-type: proximity;*/
/*    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);*/
/*    -ms-overflow-style: none;*/
/*    overflow: auto;*/
/*}*/

/*栏目跳转用的a标签*/
#jumpA {
    opacity: 0;
    height: 1px;
    width: 1px;
}

/*轮播图索引点样式*/
.el-carousel__button {
    display: block;
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #3b914d;
    border: none;
    border-radius: 50%;
}

.el-carousel__indicator.is-active button {
    opacity: 1;
    width: 26px;
    border-radius: 5px;
}

/*详情页右侧内容*/
.detailRightHead {
    overflow: hidden;
    margin-bottom: 20px;
}

.detailRightHead h2 a {
    font-size: 20px;
    color: #3b914d;
    letter-spacing: 1px;
    border-left: 6px solid #3b914d;
    padding-left: 10px;
    margin: 10px 0;
    float: left;
}

.detailRightHead > a {
    font-size: 14px;
    color: #666;
    line-height: 47px;
    float: right;
}

/*通知公告*/
.detailNoticeBox ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
}

.detailNoticeBox ul li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 4%;
}

.detailNoticeBox ul li a {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detailNoticeBox ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #333333;
    top: 12px;
    left: 0;
    border-radius: 50%;
}

/*视频*/
.detailVideoBox {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.detailVideoBox .oneBox {
    display: block;
    width: 100%;
    height: 186px;
}

.detailVideoBox .oneBox p {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 36px;
    line-height: 36px;
    width: 96%;
    padding: 0 2%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 10;
}

.detailVideoBox .oneBox img {
    width: 100%;
    height: 186px;
}

.detailVideoBox .oneBox .videoICon {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    top: 34%;
    left: 42%;
    border-radius: 50%;
}

.detailVideoBox .el-carousel__indicators {
    display: none;
}

/*图片*/
.detailImgBox {

}

.detailImgBox ul {
}

.detailImgBox ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.detailImgBox ul li a {
    display: block;
    overflow: hidden;
}

.detailImgBox ul li a img {
    width: 120px;
    height: 80px;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.detailImgBox ul li a div {
    float: left;
    width: 179px;
}

.detailImgBox ul li a div h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-align: justify;
}

.detailImgBox ul li a div span {
    color: #333;
    font-size: 14px;
}

/*专题*/
.detailSpecialBox ul li {
    padding: 0 0 10px 4%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.detailSpecialBox ul {
    border-bottom: none;
}

.detailSpecialBox .dateBox {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    float: right;
}

/*头部*/
/*顶部*/
.topBox {
    background: #F4F4F4;
    height: 40px;
    padding: 7px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 27px;
}

.topBox .el-col-8 span {
    line-height: 25px;
}

.topBox .topInputBox {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #d8dce5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5a5e66;
    display: inline-block;
    font-size: inherit;
    height: 25px;
    line-height: 1;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 150px;
    margin-left: 15px;
    margin-right: 15px;
}

.topBox .topButtonBox {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 20px;
}

/*logo行*/
.logoBox {
    /*height: 145px;*/
}

/*导航*/
.navHead {
    height: 60px;
}

.navHead > ul {
    display: flex;
}

.navHead > ul > li {
    float: left;
    text-align: center;
    position: relative;
    height: 60px;
    flex: 1;
}

.navHead > ul > li > a {
    line-height: 60px;
    font-size: 18px;
    color: #434343;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}

.navHead > ul > li:first-child > a {
    color: #3b914d;
}

.navHead > ul > li > ul {
    position: absolute;
    left: 10px;
    top: 60px;
    min-width: 160%;
    z-index: 100;
    display: none;
    border-top: none;
}

.navHead > ul > li:nth-child(9) > ul {
    width: 202%;
}

.navHead > ul > li > ul > li {
    padding: 0 10px 0 10px;
    background: none;
    position: relative;
    text-align: left;
}

.navHead > ul > li:hover > a {
    border-bottom: 2px solid #3b914d;
}

.navHead > ul > li > ul {
    background: rgba(244, 240, 240, 0.95);
}

.navHead > ul > li > ul > li i {
    display: block;
    width: 2px;
    height: 20px;
    background: #3b914d;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.navHead > ul > li > ul > li a {
    text-align: left;
    display: block;
    line-height: 40px;
    color: #434343;
    font-size: 16px;
    padding-left: 15px;
}

/*banner图*/
.bannerImgBox {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.bannerImgBox img {
    width: auto;
    height: 300px;
    margin: 0 50%;
    transform: translateX(-50%);
}

/*版权*/
.footerBox {
}

.footerBox .messBox {
    height: 300px;
    background: #fff;
}

.footerBox .messBox ul {
    height: 220px;
    margin-top: 40px;
}

.footerBox .messBox ul li {
    margin-bottom: 15px;
}

.footerBox .messBox ul li img {
    width: 40px;
    vertical-align: middle;
    margin-right: 12px;
}

.footerBox .messBox ul li span {
    color: #515151 !important;
    font-size: 17px;
    text-decoration: none !important;
}

.footerBox .bottomText {
    height: 52px;
    width: 100%;
    background: #3b914d;
}

.footerBox .bottomText p {
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.footerBox h5 {
    margin-bottom: 50px;
}

.footerBox h5:first-child {
    margin-top: 100px;
}

.footerBox h5 a {
    color: #3b914d;
    font-size: 20px;
}

.footerBox h5:hover a {
    color: #286134;
}