@charset "utf-8";
/* CSS Document */

#app {
    position: relative;
}

#app > .bigEventImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bigEvent {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}
/*头条*/
.headlines {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.headlines h3 a {
    font-size: 46px;
    color: #015293;
    text-align: center;
}

.headlines ul {
    /*display: flex;*/
    display: table;
    margin: 0 auto;
}

.headlines ul li {
    float: left;
    margin: 0 20px;
    text-align: center;
}

.headlines ul li:last-child {
    margin-right: 0;
}

.headlines p a, .headlines li a {
    margin-top: 18px;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 19px;
    color: #666666;
    text-align: center;
}

/*top轮播图*/
.topCarouselLarge {
    margin-bottom: 40px;
}

.topCarouselOne {
    width: 100%;
    height: 100%;
    position: relative;
}

.topCarouselOne a {
    display: block;
}

.topCarouselOne img {
    width: 100%;
    height: 397px;
}

.topCarouselOne p {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    width: 80%;
    padding-right: 20%;
    padding-left: 2.5%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topCarousel {
    width: 100%;
}

.el-carousel__indicators {
    left: auto;
    right: -40px;
    bottom: 10px;
}

.el-carousel__button {
    display: block;
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
}

.el-carousel__indicator.is-active button {
    opacity: 1;
    width: 26px;
    border-radius: 5px;
}

.topCarouselLarge .articleHead h5.current {
    background: #f2f2f2;
}

.topCarousel .el-carousel__arrow {
    display: none;
}

/*内容中心*/
.contentBox {
    margin-bottom: 40px;
}

.contentBox .el-carousel__arrow {
    display: block;
}

.contentBox .el-carousel__arrow {
    height: 80px;
    width: 50px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 34px;
}

.contentBox .el-carousel__arrow--left {
    left: 0;
}

.contentBox .el-carousel__arrow--right {
    right: 0;
}

/*热点专题*/
.hotBox {
    margin-bottom: 30px;
}

.hotBox .head {
    background: #0F6FBC;
    font-size: 32px;
    color: #fff;
    text-align: center;
    height: 240px;
    padding-top: 60px;
    display: block;
}

.hotBox .hotContent {
    background: #F1F1F1;
    padding: 0 70px;
}

.hotBox .hotContent ul {
    overflow: hidden;
}

.hotBox .hotContent ul li {
    padding: 30px 0;
    float: left;
    width: 320px;
    height: 240px;
    margin: 0 10px;
}

.hotBox .hotContent ul li:first-child {
    margin-left: 0;
}

.hotBox .hotContent ul li:last-child {
    margin-right: 0;
}

.hotBox .hotContent ul li img {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

.hotBox .hotContent ul li h5 {
    font-weight: 600;
    color: #333333;
    font-size: 17px;
    margin-bottom: 13px;
    line-height: 17px;
    letter-spacing: .5px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotBox .hotContent ul li p {
    font-size: 14px;
    color: #666;
    line-height: 19px;
    letter-spacing: .9px;
}

.hotBox .hotContent ul li p a {
    color: #BE1011;
}

.hotBox .el-carousel__indicators {
    display: none;
}

.hotBox .el-carousel__arrow {
    background-color: transparent;
    color: #999999;
    top: 47%;
    font-size: 60px;
    height: 150px;
    width: 44px;
}

.hotBox .el-carousel__arrow--left {
    left: 5px;
}

.hotBox .el-carousel__arrow--right {
    right: 30px;
}

.moreBox {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #0F6FBC;
    padding: 7px 20px;
    border-radius: 30px 0 0 30px;
    text-align: center;
}

.moreBox a {
    color: #fff;
    font-size: 16px;
}

/*专题*/
.specialBox {
    margin-bottom: 40px;
}

.specialBox a {
    display: block;
}

.specialBox a img {
    width: 100%;
    /*height: 150px;*/
}

.specialBox .el-carousel__arrow {
    display: none;
}

.specialBox .el-carousel__indicators {
    bottom: 5px;
}

/*服务*/
.serviceBigBox {
    padding: 20px 0 47px;
    background: #F0F4F7;
    margin-bottom: 40px;
}

.serviceBigBox > .w1200 > a {
    line-height: 90px;
    font-size: 30px;
    text-align: center;
    color: #015293;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
}

.serviceHead {
    border-top: 4px solid #0071CC;
    text-align: right;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
}

.serviceHead a {
    color: #015293;
    padding: 0 21px;
    line-height: 58px;
    font-size: 20px;
    letter-spacing: .8px;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 10;
    border-top: 4px solid #0059A1;
    font-weight: bold;
    display: block;
}

.serviceHead span {
    color: #CCCCCC;
    line-height: 58px;
    font-style: oblique;
    margin-right: 23px;
    font-size: 16px;
}

.serviceBigBox .dataBox {
}

.serviceBigBox .dataBox ul {
    overflow: hidden;
}

.serviceBigBox .dataBox ul li {
    float: left;
    width: 226px;
    height: 130px;
    margin-bottom: 27px;
    background: #F3F3F3;
    margin-right: 27px;
    box-shadow: -2px 2px 5px #E2E2E2;
}

.serviceBigBox .dataBox ul li:nth-child(3) {
    margin-right: 0;
}

.serviceBigBox .dataBox ul li:nth-child(5) {
    width: 480px;
    margin-right: 0;
}

.serviceBigBox .dataBox ul li:nth-child(5) img {
    width: 100%;
    height: 130px;
}

.serviceBigBox .dataBox ul li a {
    display: block;
    text-align: center;
}

.serviceBigBox .dataBox ul li a img {
    height: 40px;
    margin-top: 20px;
}

.serviceBigBox .dataBox ul li:nth-child(5) a img {
    margin-top: 0;
}

.serviceBigBox .dataBox ul li a p {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 90%;
    margin: 10px auto;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serviceBigBox .dataBox ul li a span {
    font-size: 14px;
    color: #999999;
}

.serviceBigBox .dataBox ul li:nth-child(2) {
    background: #015293;
}

.serviceBigBox .dataBox ul li:nth-child(2) a p,
.serviceBigBox .dataBox ul li:nth-child(2) a span {
    color: #fff;
}

.serviceBigBox .serviceBox {
}

.serviceBigBox .serviceBox ul {
}

.serviceBigBox .serviceBox ul li {
    height: 55px;
    background: #F3F3F3;
    border-radius: 3px;
    padding: 0 33px;
    box-shadow: -2px 2px 5px #E2E2E2;
    margin-bottom: 20px;
}

.serviceBigBox .serviceBox ul li a {
}

.serviceBigBox .serviceBox ul li a img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 25px;
}

.serviceBigBox .serviceBox ul li a span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: .6px;
}

/*通用头部*/
.articleHead {
    border-top: 1px solid #0F6FBC;
    border-left: 1px solid #0F6FBC;
    background: #015293;
    overflow: hidden;
    padding-top: 1px;
}

.articleHead a {
    display: block;
}

.articleHead h5 {
    float: left;
    padding: 0 14px;
    border-right: 1px solid #0F6FBC;
}

.articleHead h5.current {
    background: #fff;
    border-left: 1px solid #0F6FBC;
}

.articleHead h5.current a {
    color: #015293;
    font-size: 20px;
}

.articleHead h5 a {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 46px;
}

.articleHead span {
    float: right;
    margin-right: 14px;
}

.articleHead span a {
    line-height: 46px;
    color: #FFFFFF;
    font-size: 14px;
}

/*通用列表1*/
.articleList1 {

}

.articleList1 ul li {
    border-bottom: 1px dashed #ccc;
    padding: 0 15px 0 20px;
    position: relative;
}

.articleList1 ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #000;
    top: 28px;
    left: 5px;
    border-radius: 50%;
}

.articleList1 ul li a {
    width: 100%;
    height: 58px;
    font-size: 16px;
    color: #333333;
}

.articleList1 ul li a span {
    line-height: 58px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    letter-spacing: 1.15px;
}

.articleList1 ul li span {

}

/*文章带图*/
.articleImgBox {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 20px;
}

.articleImgBox img {
    width: 280px;
    height: 210px;
}

.articleImgBox h5 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: justify;
}

.articleImgBox span {
    font-size: 14px;
    color: #333;
    margin-top: 3px;
    margin-bottom: 10px;
    display: block;
}

.articleImgBox p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
    text-indent: 2em;
}

.articleImgBox p a {
    color: #BE1011;
}

/*视频模版*/
.videoBox {
    overflow: hidden;
    margin-top: 20px;
}

.videoBox .videoOne {
    float: left;
    width: 48%;
}

.videoBox .videoOne:last-child {
    float: right;
}

.videoBox .videoOne a {
    display: block;
    position: relative;
}

.videoBox .videoOne a i {
    display: block;
    width: 40px;
    height: 40px;
    background: url(./../images/video.png);
    background-size: cover;
    position: absolute;
    top: 33%;
    left: 42%;
    z-index: 10;
}

.videoBox .videoOne a img {
    width: 100%;
    height: 180px;
}

.videoBox .videoOne a p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    color: #fff;
    width: 96%;
    padding: 0 2%;
    line-height: 36px;
    font-size: 16px;
    height: 36px;
    overflow: hidden;
}

/*相关链接*/
.aboutLink {
    margin-bottom: 40px;
}

.aboutLink h5 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin: 9px;
}

.aboutLink .el-input__inner {
    border: 1px solid #015293;
    color: #333;
}


[v-cloak] {
    display: none !important;
}


h1, h2, h3, h4, h5, h6, p, span {
    color: #000;
}

.el-button--primary span, .el-button--primary span:hover {
    color: #fff;
}



.w1000 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.netDes {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*æ ç›®è·³è½¬ç”¨çš„aæ ‡ç­¾*/
#jumpA {
    opacity: 0;
    height: 1px;
    width: 1px;
}

/*è½®æ’­å›¾ç´¢å¼•ç‚¹æ ·å¼*/

.el-carousel__indicators {
    left: auto;
    right: -40px;
    bottom: 10px;
}

.el-carousel__button {
    display: block;
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #fff;
    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: #015293;
    letter-spacing: 1px;
    border-left: 6px solid #CD1415;
    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 {
    padding-bottom: 30px;
    background: url(./../images/logo-bg.png);
}

.logoBox .el-input-group__append {
    background: transparent;
}

.logoBox .el-input__inner {
    border-radius: 0;
    border: 1px solid #ccc;
    color: #5a5e66;
    display: inline-block;
    font-size: 16px;
    height: 46px;
}

/*å¯¼èˆª*/
.navHead {
    height: 60px;
    background: #015293;
}

.navHead ul {
    display: flex;
}

.navHead ul li {
    float: left;
    text-align: center;
    position: relative;
    height: 60px;
    flex: 1;
}

.navHead ul li:hover {
    background: #004379;
}

.navHead ul li a {
    line-height: 60px;
    font-size: 20px;
    color: #FFFFFF;
}

/*æ€»ç¤¾æ¦‚è¦*/
.surveyBox {
    position: absolute;
    left: -100%;
    top: 60px;
    z-index: 10;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    width: 700%;
    background: #fff;
    padding: 25px 0;
    height: 550px;
    display: none;
}

.surveyBox h5 {
    padding-bottom: 20px;
    text-align: left;
    padding-top: 10px;
}

.surveyBox h5 a {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: bold;
    padding-left: 10px;
    border-left: 2px solid #1F4E83;
    line-height: 17px !important;
    display: block;
}

.surveyBox p {
    text-align: justify;
    margin-bottom: 30px;
    overflow: hidden;
}

.surveyBox p span {
    margin-right: 15px;
    display: block;
    float: left;
}

.surveyBox p span a {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.zsJGBox p {
    display: none;
}

.zsJGBigBox .zsJGBox:nth-child(4) p {
    display: block;
}

/*ä¿¡æ¯å‘å¸ƒ*/
.messPublish {
    width: 100%;
    left: 0;
    border: none;
    padding: 0;
    background: #004781;
    height: auto;
}

.messPublish ul {
    display: block;
}

.messPublish ul li {
    flex: none;
    float: none;
    height: 44px;
    border-bottom: 1px solid #055291;
}

.messPublish ul li:last-child {
    border-bottom: none;
}

.messPublish ul li a {
    font-size: 18px;
    line-height: 44px;
    color: #fff;
}

/*ç‰ˆæƒ*/
.footerBox {
}

.footerBox .aboutUs {
    height: 50px;
    background: #015293;
    margin-bottom: 20px;
}

.footerBox .aboutUs ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.footerBox .aboutUs ul li {
    float: left;
    padding: 14px 0;
}

.footerBox .aboutUs ul li a {
    font-size: 18px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.footerBox .aboutUs ul li:last-child a {
    border-right: none;
}

.footerBox .footerMess {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.footerBox .footerMess p, .footerBox .footerMess p a {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.footerBox .footerMess p img {
    vertical-align: middle;
}

.el-col-12 {
    width: 50%;
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-row::after, .el-row::before {
    display: table;
}
.el-progress-bar__inner::after, .el-row::after, .el-row::before, .el-slider::after, .el-slider::before, .el-slider__button-wrapper::after, .el-upload-cover::after {
    content: "";
}
.el-row::after {
    clear: both;
}
.el-row::after, .el-row::before {
    display: table;
}