@charset "UTF-8";
/*
	@Author:方兴宏
	@Date:2023-03-13
*/
/* ========== 单篇+文章页 start ========== */
.articleC {background: #FFFFFF;padding: 0 50px 50px;}
.articleBox {line-height: 36px;padding: 10px 0;color: #666666;font-size: 16px;}
.articleBox img {max-width: 100%;}
/* ————— 标题 start ————— */
.articleTitle {clear: both;line-height: 43px;font-size: 24px;font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;}
/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;line-height: 32px;padding: 10px 0 15px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {padding-right: 16px;font-size: 14px;color: #999999;vertical-align: middle;display: inline-block;}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}
/* .shareParent .shareFont.icon-weibo {color: #FFFFFF;background: #ff763b;}
.shareParent .shareFont.icon-qzone {color: #FFFFFF;background: #FDBE3D;}
.shareParent .shareFont.icon-qq {color: #FFFFFF;background: #56b6e7;} */
/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid #1e5ab0;background: #1e5ab0;}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;overflow: hidden;}
.articleHand a {display: inline-block;line-height: 32px;padding: 0 20px 10px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;height: 30px;text-align: center;font-family: Arial;}
.articlePage a {margin: 0 1px;background: #ccc;padding: 5px 10px;}
.articlePage a:hover {color: #fff;background: #c51d1d;}
.articlePage a.hover {color: #fff;background: #c51d1d;}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {display: block;line-height: 34px;color: #999999;font-size: 16px;overflow: hidden;}
.pageUp a {font-size: 16px;color: #999999;
    display: block;
    width: 100%;
    height: 100%;}
.articlePageBox{
    width: 33.33%;
    text-align: center;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 58px;
    line-height: 58px;
    position: relative;
}
.pageUp .pageF em{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: 20px;
    height: 100%;
    background: url("../images/indexMore2.png")no-repeat center center;
    transform: rotate(180deg);
    position: absolute;
    left:35%;
}
.pageUp .pageM em{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    float: left;
    display: inline-block;
    width: 20px;
    height: 100%;
    position: absolute;
    left:35%;
    background: url("../images/common/backList.png")no-repeat center center;
}
.pageUp .pageL em{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: absolute;
    right:35%;
    width: 20px;
    height: 100%;
    background: url("../images/indexMore2.png")no-repeat center center;
}

.articlePageBox:hover a,
.pageUp a:hover {color: #c51d1d;}
.articlePageBox:hover .pageM em{
    background: url("../images/common/backList2.png")no-repeat center center;
}
.articlePageBox:hover .pageF em,
.articlePageBox:hover .pageL em{
    background: url("../images/indexMore3.png")no-repeat center center;
}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 全图列表 start ========== */
/* 全图列表1 start */
.imgList1{overflow: hidden;margin: 0 -20px;}
.imgList1 dd{width: 33.3333%;float: left;display: inline;margin-bottom:30px;}
.imgList1 dd .con{padding: 25px 25px 0 25px;display: block;background: #FFFFFF;margin: 0 10px;border-radius: 5px;overflow: hidden;}
.imgList1 dd .con .pic::before{padding-top:60.094%;}
.imgList1 dd .con .pic .newPic{position: absolute !important;left: 0;top: 0;}
.imgList1 dd .con .text{height: 70px;line-height: 70px;padding: 0 20px;font-size: 16px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.imgList1 dd .con:hover .text{color: #c51d1d;}
/* 全图列表1 end */
/* 视频列表 start */

/* 视频列表 end */
/* 资质荣誉 start */

/* 资质荣誉 end */
/* 期刊杂志 start */
/* 期刊杂志 end */
/* 数字报纸 start */
/* 数字报纸 end */
/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
/* 图文列表1 start */
/* 图文列表1 start */
.imgText1{ overflow: hidden;margin:0 -20px;padding: 40px 0 60px 0}
.imgText1 dd{width: 33.33%;overflow: hidden;padding:0 10px;margin-bottom: 30px;
    float: left;display: inline-block;box-sizing: border-box;-webkit-box-sizing: border-box;}
.imgText1 dd .con{
    overflow: hidden;
    background: #ffffff;
    padding: 20px 20px 20px 55px;
}
.imgText1 dd .conBox{
    background: #f9f9f9;
    padding-bottom: 10px;
}
.imgText1 dd .pic{width: 240px;overflow: hidden;position: relative;margin-right: 20px;transform: translate(-55px, -20px);}
.imgText1 dd .pic:before{ display: block; content: ''; padding-top: 133.333%;}
.imgText1 dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgText1 dd .text{
    overflow: hidden;
    position: relative;
    right: 20px;
    transform: translate(0,35%);
}
.imgText1 dd .text:before{
    display: block;
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width: 35px;
    height: 5px;
    background: #c51d1d;
}
.imgText1 dd .text .title{font-size: 24px;color: #333333; overflow: hidden; height: 55px; line-height: 55px; font-weight: bold;margin-bottom: 8px;}
.imgText1 dd .text .title a{ color: #333333; font-size:24px;}
.imgText1 dd .text .time{height: 100px;line-height: 50px; overflow:hidden;font-size: 16px;color:#333;}
.imgText1 dd:hover .text .title a{ color: #c51d1d;}
/* 图文列表1 end */
/* 图文列表2 start */
.imgText2{ overflow: hidden;padding-top: 40px}
.imgText2 dd{overflow: hidden;padding: 20px 65px 20px 20px ;margin-bottom: 20px;background: #FFF;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out}
.imgText2 dd .pic{ width: 350px; overflow: hidden; position: relative; margin-right: 30px;}
.imgText2 dd .pic:before{ display: block; content: ''; padding-top: 60%;}
.imgText2 dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgText2 dd .text{ overflow: hidden;}
.imgText2 dd .text .title{font-size: 18px; overflow: hidden; height: 40px; line-height: 40px; font-weight: bold;margin-bottom: 8px;}
.imgText2 dd .text .title a{ color: #666; font-size: 16px;}
.imgText2 dd .text .textC{ margin-bottom: 15px;font-size:14px; color:#666666; line-height:25px; height:50px; overflow:hidden;}
.imgText2 dd .text .time{  height:45px; line-height:45px; overflow:hidden; color:#999999;font-size: 14px}
.imgText2 dd .text .time span{ float:left; display: inline;}
.imgText2 dd .text .time em{width: 16px;height: 17px;float:left; display: inline-block; font-style: normal; margin-right: 10px;background: url("../images/common/timeIco.png")no-repeat center center;transform: translateY(13px);}
.imgText2 dd .text .more{
    width: 34px;
    height: 34px;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    background: url("../images/indexMore2.png")no-repeat center center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.imgText2 dd:hover{box-shadow: 0px 5px 20px 0px rgba(71, 71, 71, 0.2);}
.imgText2 dd:hover .text .more{
    background: #c51d1d url("../images/indexMore4.png")no-repeat center center;
    border: 1px solid #c51d1d;
}
.imgText2 dd:hover .text .title a{ color: #c51d1d;}
/* 图文列表2 end */
/* ========== 图文列表 end ========== */
/* ========== 文字列表 start ========== */
/* 全文列表1 start */
.textPage{
    margin-top: 40px;
    margin-bottom: 60px;
}
.textList1{ overflow: hidden;background: #ffffff}
.textList1 dd{border-radius: 12px;padding:0 50px;overflow: hidden;height: 80px;line-height: 80px;border-bottom: 1px dotted #ddd;}
.textList1 dd a{display: block;overflow: hidden;font-size: 16px;color: #666666}
.textList1 dd span{float: right;display: inline;overflow: hidden;margin-left: 50px;color: #999;font-size: 16px;}
.textList1 dd:hover a{ color: #c51d1d;}
/* 全文列表1 end */
/* 全文列表2 start */
.textList2{ overflow: hidden;}
.textList2 dd{color:#fff;overflow: hidden;padding: 30px 50px 20px 50px;margin-bottom: 30px;border-radius: 5px;
    transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;
    /*background:#fff url("../images/zpBj.png")no-repeat center center;background-size: 100% 0 ;*/
    background: #fff;
}
.textList2 dd em{
    font-style: normal;
}
.textList2 dd .position{
    line-height: 65px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.textList2 dd .request{
    font-size: 15px;
    color: #444;
    line-height: 45px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.textList2 dd .request em{
    padding-left: 10px;
}
.textList2 dd .request em.shu{
    color: #ebebeb;
    margin: 0 15px;
}
.textList2 dd .request .zpMore{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    float: right;
    display: inline-block;
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.textList2 dd .request .zpMore:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    content: "";
    background: url("../images/indexMore4.png")no-repeat center center;
    transform: scale(1.5);
}
.textList2 dd .bot{
    padding-top: 15px;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}
.textList2 dd .bot span{
    margin-right: 30px;
}
.textList2 dd .bot em{
    margin-left: 5px;
}
.textList2 dd:hover{
    background:#fff url("../images/zpBj.png")no-repeat center center;
}
.textList2 dd:hover .position,
.textList2 dd:hover .request,
.textList2 dd:hover .bot{
    color: #ffffff;
}
.textList2 dd:hover .request .zpMore{
    opacity: 1;
    visibility: visible;
}
.zpTitle{
    margin-bottom: 60px;
}
.zpTitle .title1{
    font-size: 30px;
    color: #333333;
    line-height: 55px;
}
.zpTitle .title2{
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    position: relative;padding-bottom: 5px;
}
.zpTitle .title2:before{
    display: block;
    content: "";
    width: 25px;
    height: 10px;
    background: #c51d1d;
    position: absolute;
    bottom: -10px;
    left: 0;
}
/* 全文列表2 end */
/* ========== 文字列表 end ========== */
/* ========== 瀑布流 start ========== */
/* 纵向瀑布流start */
/* 纵向瀑布流end */
/* 横向瀑布流start */
/* 横向瀑布流end */
/* ========== 瀑布流 end ========== */
/* ————— 公用表单 start ————— */
.input{ border: 1px solid #ddd; padding:0 10px}
.input input{border: none;background: none;width: 100%;height: 50px;line-height: 50px;font-size: 14px;color: #333;}
.textarea{ border: 1px solid #ddd; padding:5px 10px}
.textarea textarea{ border: none; background: none; width: 100%; height: 268px; line-height: 25px; font-size: 14px; color: #333;}
a.formBtn{display: inline-block;height: 40px;line-height: 40px;border: 1px solid #ddd;background: #FFF;border-radius: 3px;font-size: 14px;color: #333; padding:0 30px;}
a.formBtn:hover{ opacity: .9;}

.formYzm .input{ width: 25%; float: left; display: inline;}
.formYzm .yzmImg{width: 118px;height: 50px;border: 1px solid #ddd;background: #ddd;float: left;display: inline;margin-left: 20px;}
.formYzm .yzmImg img{ display: block; width: 100%; height: 100%;}

.formSubBtn{ font-size: 0; text-align: left; margin: 0 -5px;}
.formSubBtn a{ padding:0 40px; border-radius: 5px;}
.formSubBtn a.submit{background: #c51d1d;color: #FFF;}
.formSubBtn a.reset{background: #ddd;color: #8b8b8b;margin-left: 30px;}
/* ————— 公用表单 end ————— */
/* ========== 留言 start ========== */
/* 留言展示列表start */
/* 留言展示列表end */
/* 留言表单start */
/* 留言表单end */
/* ========== 留言 end ========== */
/* ========== 招聘 start ========== */
/* 列表start */
/* 列表end */
/* 表单start */
.recruitListBox{
    padding: 48px 80px 85px 80px;
}
.recruitListForm{ margin-right: -40px; font-size: 14px;background: #ffffff;}
.recruitListForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.recruitListForm .item{ width: 50%; float: left; display: inline; margin-bottom: 25px;}
.recruitListForm .item.w100p{ width: 100%;}
.recruitListForm .item .con{ margin-right: 40px;}
.recruitListForm .item .label{height: 50px;line-height: 50px;}
.recruitListForm .item .label span{ color: #da0100;margin-right: 10px}
.recruitListForm .item .itemC{min-height: 52px;min-width:480px;margin-left:10px}
.recruitListTc{ padding:20px; overflow: hidden;}
.recruitListForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume .customUpload{ left: 0!important;}
.upLoadResume .webuploader-pick{ background: none;line-height: 30px}
.upLoadResume span{margin-left: 20px;display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{background: #c51d1d;color: #FFF;border-color: #c51d1d;}
.upLoadResume a.down{background: #e08a8f;border-color: #e08a8f;color: #fff;margin-left: 10px;}
.recruitListTitle{
    text-align: center;
    margin-bottom: 60px;
}
.recruitListTitle .zhTitle{
    font-size: 26px;
    color:#333333 ;
    line-height: 50px;
}
.recruitListTitle .enTitle{
    font-size: 30px;
    color: #999999;
    line-height: 50px;
    margin-left: 10px;
    opacity: 0.5;
}
.ml15{
    margin-left: 15px;
}
.recruitListForm .aykj_cssRadioBox.checked .aykj_cssRadio_icn{
    border: 2px solid #c2c2c2;
}
.recruitListForm .aykj_cssRadioBox.checked .aykj_cssRadio_icn i{
    background: #c51d1d;
}
.recruitListForm .aykj_cssRadioBox{margin: 16px 25px 0 0;}
.zpTextarea{
    min-width: 1120px;
}
.recruitListBox .formSubBtn{
    margin-left: 93px;
}
/* 表单end */
/* ========== 招聘 end ========== */
/* ========== 联系我们 start ========== */
/* ========== 联系我们 end ========== */
/* ========== 问卷调差 start ========== */
/* 问卷列表 start */
/* 问卷列表 end */
/* 问卷调查 start*/
/* 问卷调查 end*/
/* 问卷详情 start*/
/* 问卷详情 end*/
/* ========== 问卷调查 end ========== */
