/*轮播图左右箭头样式初始化*/
.el-carousel__arrow {
    height: 50px;
    width: 30px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
    font-size: 22px;
}

.el-carousel__arrow--left {
    left: 0;
}

.el-carousel__arrow--right {
    right: 0;
}

/*轮播图右侧*/
.inputBox {
    height: 40px;
    overflow: hidden;
    margin-bottom: 35px;
}

.inputBox .el-input-group__append {
    background: #A70000;
}

.inputBox i,
.inputBox .el-button--default span {
    color: #fff;
}

.inputBox .el-input__inner,
.inputBox .el-input-group__append {
    border: 1px solid #A70000;
    color: #A70000;
}

.inputBox .el-input__inner:hover {
    border-color: #A70000;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A70000;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #A70000;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #A70000;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #A70000;
}

/*通用头部*/
.articleHead {
    border-bottom: 1px solid #CECECE;
    height: 50px;
}

.articleHead a {
    display: block;
}

.articleHead h5 {
    float: left;
    padding: 0 14px;
}

.articleHead h5.current {
    border-left: 1px solid #CECECE;
    border-top: 3px solid #A80000;
    border-right: 1px solid #CECECE;
    height: 48px;
    line-height: 48px;
    background: #fff;
}

.articleHead h5.current a {
    color: #A30500;
    font-size: 18px;
    font-weight: bold;
}

.articleHead h5 a {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 50px;
}

.articleHead span {
    float: right;
}

.articleHead span a {
    line-height: 50px;
    color: #999999;
    font-size: 14px;
}

/*通用列表1*/
.articleList1 {

}

.articleList1 ul li {
    padding: 0 0 0 12px;
    position: relative;
}

.articleList1 ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #2C2C2C;
    top: 14px;
    left: 0px;
    border-radius: 50%;
}

.articleList1 ul li a {
    width: 100%;
    height: 58px;
    font-size: 16px;
    color: #333333;
}

.articleList1 ul li a span {
    line-height: 32px;
    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 .imgBox {
    width: 100%;
    height: 210px;
    position: relative;
}

.articleImgBox .imgBox img {
    width: 100%;
    height: 100%;
}

.articleImgBox .imgBox a {
    display: block;
}

.articleImgBox .imgBox p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    width: 96%;
    padding: 0 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleImgBox .articleList1 span {
    font-size: 14px;
    color: #333;
    margin-top: 3px;
    margin-bottom: 10px;
    display: block;
}

.articleImgBox .articleList1 p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: justify;
    text-indent: 2em;
}

.articleImgBox .articleList1 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;
}

/*专题*/
.specialBox {
    margin-bottom: 30px;
}

.specialBox a {
    display: block;
}

.specialBox a img {
    width: 100%;
    height: 130px;
}

.specialBox .el-carousel__arrow {
    display: none;
}

.specialBox .el-carousel__indicators {
    bottom: 5px;
}

/* 顶部轮播图+列表 */
.bigCarousel .topCarouselOne p {
    font-size: 16px !important;
}

.bigCarousel .articleHead {
    border-top: 3px solid #A80000;
    border-bottom: none;
    height: 50px;
    margin-bottom: 15px;
}

.bigCarousel .articleHead a {
    display: block;
}

.bigCarousel .articleHead h5 {
    float: left;
    padding: 0;
}

.bigCarousel .articleHead h5.current {
    border-left: none;
    border-top: none;
    border-right: none;
    height: 36px;
    line-height: 36px;
    background: #fff;
    margin-top: 12px;
}

.bigCarousel .articleHead h5.current a {
    color: #fff;
    background-color: #A30500;
    font-size: 18px;
    font-weight: bold;
}

.bigCarousel .articleHead h5 a {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 36px;
    padding: 0 10px;
}

.bigCarousel .articleHead span {
    float: right;
}

.bigCarousel .articleHead span a {
    line-height: 50px;
    color: #999999;
    font-size: 14px;
}

/*培训*/
.trainList {
    margin: 10px 0 30px;
    overflow: hidden;
}

.trainList ul li {
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}

.trainList ul li i {
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    background: #2C2C2C;
    top: 16px;
    left: 0px;
    border-radius: 50%;
}

.trainList ul li a {
    width: 100%;
    font-size: 16px;
    color: #353535;
    overflow: hidden;
}

.trainList ul li a span {
    line-height: 37px;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    letter-spacing: 1.15px;
}

/*top轮播图*/
.topCarouselOne {
    width: 100%;
    height: 100%;
    position: relative;
}

.topCarouselOne a {
    display: block;
}

.topCarouselOne img {
    width: 100%;
    height: 200px;
}

.topCarouselOne p {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 96%;
    padding: 0 2%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.topCarousel {
    width: 100%;
}

.topCarousel .el-carousel__indicators {
    display: none;
}

/*报刊*/
.imgCarouseList {
    overflow: hidden;
}

.imgCarouseList a {
    width: 114px;
    margin-right: 15px;
    height: 200px;
    float: left;
    display: block;
}

.imgCarouseList a:last-child {
    margin-right: 0;
}

.imgCarouseList a img {
    width: 100%;
}

.imgCarouseList a p {
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    color: #666;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgCarouseList2 a {
    width: 136px;
    margin-right: 30px;
    height: 200px;
    float: left;
    display: block;
    margin-left: 25px;
}

/*头条*/
.headlines {
    margin-bottom: 35px;
    margin-top: 35px;
    text-align: center;
}

.headlines h3 a {
    font-size: 34px;
    color: #0064ae;
    text-align: center;
    letter-spacing: 1.8px;
}

.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: 18px;
    color: #666666;
    text-align: center;
}

/*内容中心*/
.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: 18px;
    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;
}

/* 联系我们 */
.contactUs {
}

.contactUs p {
    color: #333333;
    font-size: 16px;
    line-height: 29px;
    padding-right: 15px;
}

.contactUs #mapBox {
    width: 900px;
    height: 140px;
    background-color: #fff9f8;
}

.linkToMap {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 900px;
    height: 140px;
    z-index: 10;
}

/*相关链接*/
.aboutLink {
    background-color: #EEEEEE;
}

.aboutLink h5 {
    font-weight: bold;
    color: #A70000;
    font-size: 18px;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
}

.aboutLink .linkOne:last-child {
    border-bottom: none;
}

.linkOne {
    border-bottom: 1px dashed #CCCCCC;
}

.linkOne h6 {
    line-height: 60px;
    font-size: 15px;
    color: #474747;
}

.linkOne ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.linkOne ul li {
    float: left;
    margin-right: 19px;
}

.linkOne ul li a {
    font-size: 15px;
    color: #797777;
    line-height: 30px;
}

/*右侧固定浮动*/
.floatBox {
    position: fixed;
    right: 80px;
    top: 40%;
    z-index: 100;
}

.floatBox ul {
}

.floatBox ul li {
    position: relative;
    width: 120px;
    height: 140px;
    background: #EEEEEE;
    margin-bottom: 2px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;
}

.floatBox ul li:first-child {
    margin-bottom: 3px;
}

.floatBox ul li:hover .erBox {
    display: block;
}

.floatBox ul li > img {
    width: 90px;
    height: 90px;
    margin: 10px 0 14px;
}

.floatBox ul li > p {
    font-size: 16px;
    color: #A70000;
}