<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; 
/* 文章首页 -----------------------------------------*/
.pageSlide{border: 1px solid #E1E1E1;position: relative;}
.pageSlide li{overflow: hidden;}
.pageSlide .pic img{width: 100%;}
.pageSlide .con{padding: 3% 3% 0 3%;}
.pageSlide .title{font-size: 18px;line-height: 28px;max-height: 28px;overflow: hidden;}
.pageSlide .title a{color: #416eb4;}
.pageSlide .date{display: block;padding: 5px 0;color: #999;font-size: 13px;}
.pageSlide .intro{display: none;}
.pageSlide .hd{text-align: right;width: 100%;position: absolute;z-index: 1;top: 46vmin;right: 1%;height: 13px;font-size: 0;}
.pageSlide .hd li{display: inline-block;*display: inline;zoom: 1;cursor: pointer;width: 13px;height: 13px;background: #BBBBBB;overflow: hidden;margin-right: 4px;}
.pageSlide .hd li span{display: none;}
.pageSlide .hd .on{background: #416eb4;} 
/* newsList */
.newsList li{font-size: 16px;overflow: hidden;border-bottom: 1px dotted #ccc;height: 46px;line-height: 46px;}
.newsList .date{float: right;color: #999;margin: 0 10px;}
.newsList .node{color: #999;margin-right: 10px;} 
/* 友情链接列表页 -----------------------------------------*/
.friendLinkList{overflow: hidden;zoom: 1;padding: 10px 0 10px 10px;}
.friendLinkList li{width: 28%;height: 36px;line-height: 36px;padding: 0 3.5% 0 1.5%;float: left;overflow: hidden;} 
/* 文章内容页 -----------------------------------------*/
.articleCon{text-align: left;padding: 3%;text-align: justify;clear: both;}
.articleCon .title{font-size: 26px;line-height: 1.4;margin-bottom: 10px;font-weight: bold;text-align: center;}
.articleCon .subTitle{font-size: 18px;color: #555;text-align: center;margin-bottom: 10px;}
.articleCon .property{overflow: hidden;font-size: 14px;margin-bottom: 10px;color: #777;}
.articleCon .property .size{float: right;font-size: 0;}
.articleCon .property .size a{display: inline-block;border: 1px solid #ddd;color: #888;width: 24px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;vertical-align: top;margin-left: 8px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.articleCon .property .size .l{font-size: 16px;font-weight: 500;}
.articleCon .property span{margin-right: 15px;}
.articleCon .userControl{font-size: 14px;overflow: hidden;text-align: left;padding: 10px 0;}
.articleCon .userControl .a{color: #777;margin: 10px 10px 0 0;float: left;}
.articleCon .conTxt{color: #333;font-size: 16px;line-height: 2;padding: 0 0 20px 0;overflow: hidden;word-break: normal;word-wrap: break-word;}
.articleCon .conTxt video, .articleCon .conTxt .videoPlayer {max-width:100% !important;height:auto !important;width: auto!important;}
.articleCon .conTxt img{max-width: 100%;height: auto !important;}
.articleCon .conTxt p{margin-bottom: 20px;}
.articleCon .conTxt a{color: blue;text-decoration: underline;pointer-events:none;}
.articleCon .conTxt em{font-style: italic;}

.conTxt h1 {font-size: 28px; line-height: 38px; margin: 38px 0px 19px 0px;  font-weight: bold;}
.conTxt h2 {font-size: 26px; line-height: 34px; margin: 34px 0px 17px 0px;  font-weight: bold;}
.conTxt h3 {font-size: 20px; line-height: 30px; margin: 30px 0px 15px 0px;  font-weight: bold;}
.conTxt h4 {font-size: 18px; line-height: 28px; margin: 26px 0px 13px 0px;  font-weight: bold;}
.conTxt h5 {font-size: 16px; line-height: 26px; margin: 22px 0px 11px 0px;  font-weight: bold;}

.power-content_voice {
	border: none;
    height: auto;
    text-align: right;
    width: auto;
    display: none;
}
/*无障碍播放样式*/
.power-content_voice .voice-button button {
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    background: #1a61a1;
    font-size: 12px;
    font-weight: bold;
}
.power-content_voice .power-content_voice-start button, .power-content_voice .power-content_voice-pause button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.power-content_voice .power-content_voice-start button:after {
    content: '';
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent white;
    vertical-align: top;
    left: 1px;
    top: 3px;
    top: 4px\9;
}
.power-content_voice .power-content_voice-pause button:after, .power-content_voice .power-content_voice-pause button:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 3px;
    height: 8px;
    background: #fff;
    vertical-align: top;
    margin: 0 1px;
    top: 3px;
    top: 4px\9;
}
.power-content_voice progress::-moz-progress-bar {
        background: #ffd919;
    }

.power-content_voice progress::-webkit-progress-bar {
        background: #e6e6e6;
    }

.power-content_voice progress::-webkit-progress-value {
        background: #c6c6c6;
    border-radius: 6px;background: -webkit-gradient(linear,0 0,0 100%,from(#5fa2cf),to(#1a61a1));
    }
.power-content_voice progress {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 20px;
    box-sizing: border-box;
    border: none;
    background-color: #e6e6e6;
    background: -webkit-gradient(linear,0 0,0 100%,from(#cdcdcd),to(#efefef));
    background: -moz-linear-gradient(#cdcdcd, #efefef);
    background: -ms-linear-gradient(#cdcdcd, #efefef);
    background: -o-linear-gradient(#cdcdcd, #efefef);
    padding: 2px;
    /* color: #0064B4; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.power-content_voice .power-content_voice-stop button {
	background: #cf0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.power-content_voice a.disabled button {
    background: #666;
}
.power-content_voice .power-content_voice-stop button:after{
    content: '';
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    background: #ffffffb5;
    vertical-align: top;
    margin: 0 1px;
    top: 3px;
    top: 4px\9;
}
/*
.articleCon .conTxt ul, .articleCon .conTxt ol{padding-left: 2em;}
.articleCon .conTxt ul li{zoom: normal;list-style: square;text-indent: 0 !important;}
.articleCon .conTxt ol li{zoom: normal;list-style: decimal;text-indent: 0 !important;}
.printArea .conTxt h1{font-size: 2em;margin: 0.67em 0;}
.printArea .conTxt h2{font-size: 1.5em;margin: 0.75em 0;}
.printArea .conTxt h3{font-size: 1.17em;margin: 0.83em 0;}
.printArea .conTxt h5{font-size: .83em;margin: 1.5em 0;}
.printArea .conTxt h6{font-size: .75em;margin: 1.67em 0;}
.printArea .conTxt h1, .printArea .conTxt h2, .printArea .conTxt h3, .printArea .conTxt h4, .printArea .conTxt h5, .printArea .conTxt h6, .printArea .conTxt b, .printArea .conTxt strong{font-weight: bolder;}
.articleCon .page{padding: 10px 0;text-align: center;}
.articleCon .vedioPlayer{background: #000;width: 100%;text-align: center;margin: 20px auto;height: auto;}
.articleCon .others{line-height: 1.5;margin-bottom: 15px;}
.articleCon .others .prev, .articleCon .others .next{padding: 5px 0;}
.articleCon .others .date{color: #999;font-size: 14px;} */
/* 相关信息 */
#relativeInfo{border-bottom: 1px solid #ddd;}
#relativeInfo .bd{padding: 10px 0 20px 0;} 
/* 图片-列表页 ----------------------------------------- */
.picPageList{overflow: hidden;text-align: center;}
.picPageList li{border: 1px solid #ddd;float: left;width: 48%;margin: 0 0 3% 0;position: relative;background: #fff;overflow: hidden;}
.picPageList li:nth-child(2n){float: right;}
.picPageList .pic{margin: 2%;}
.picPageList .pic img{height: auto;width: 100%;}
.picPageList .title, .picPageList .titleBg{position: absolute;bottom: 0;left: 0;width: 96%;margin: 2%;display: block;overflow: hidden;line-height: 28px;height: 28px;z-index: 3;color: #fff;-webkit-transition: 400ms;-o-transition: 400ms;-moz-transition: 400ms;transition: 400ms;}
.picPageList .titleBg{background: #000;filter: alpha(opacity=60);opacity: 0.6;z-index: 2;}
.picPageList .title a{color: #fff;padding: 0 10px;display: block;font-size: 14px;} 
/* 图片-内容页 ----------------------------------------- */
.picSlideBox{position: relative;}
.picSlideBox .bd img{width: 100%;}
.picSlideBox .prev, .picSlideBox .next{display: block;width: 30px;height: 60px;line-height: 60px;margin-top: -50px;text-align: center;position: absolute;left: 0;top: 50%;}
.picSlideBox .next{left: auto;right: 0;}
.picSlideBox .prev::after, .picSlideBox .next::after{content: "\e616";font-family: "iconfont";color: #fff;font-size: 32px;text-shadow: 1px 1px 1px #000;}
.picSlideBox .next::after{content: "";}
.picSlideBox .pageState{text-align: center;display: block;padding: 1% 0;}
.picSlideBox .pageState span{color: #f00;}
.photoCon .conTxt{text-indent: 2em;} 
/* 视频-列表页 ----------------------------------------- */
.vedioPageList{overflow: hidden;text-align: center;}
.vedioPageList li{float: left;width: 48%;margin: 0 0 20px 0;position: relative;background: #fff;overflow: hidden;}
.vedioPageList li:nth-child(2n){float: right;}
.vedioPageList .pic img{height: auto;width: 100%;}
.vedioPageList .title{font-size: 14px;text-align: left;line-height: 22px;height: 44px;overflow: hidden;padding-top: 5px;}
.vedioPageList .title::before{content: "\e617";font-family: "iconfont";color: #416eb4;} 
/* 专题-汇总页 -----------------------------------------*/
.spePageList li{margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px dotted #ccc;}
.spePageList .pic img{width: 100%;height: auto;}
.spePageList .tit{display: block;background: #f2f2f2;padding: 5px 10px;text-align: center;} 
/* 信息提示页 ---------------------------------------------- */
.Showms{background: #fff;padding: 3% 3%;overflow: hidden;}
.Showms .top, .Showms .bottom, .Showms .Shadow{display: none;}
.Showms .MS{overflow: hidden;zoom: 1;}
.Showms .titWrong{color: #c00;border-bottom: 1px solid #ccc;padding: 5px 0;margin-bottom: 15px;font-size: 18px;}
.content1{ text-align: center;}
.Showms .BUT{padding: 25px 0 15px 0;display: none;}
.Showms .BUT a{padding: 0 15px;height: 36px;line-height: 36px;display: inline-block;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;cursor: pointer;margin-right: 15px;background: #eee;border: 1px solid #ccc;font-size: 14px;background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));background: -moz-linear-gradient(#FFFFFF, #eee);background: -ms-linear-gradient(#FFFFFF, #eee);background: -o-linear-gradient(#FFFFFF, #eee);background: linear-gradient(#FFFFFF, #eee);}
.Showms .BUT a:hover{color: #c00;border: 1px solid #aaa;text-decoration: none;} 
/* 网站地图 ---------------------------------------------- */
.siteMap .a1{display: block;padding: 8px 5px;border-top: 1px dotted #ccc;color: #416eb4;}
.siteMap .sh{display: none;}
.siteMap .ul1{overflow: hidden;padding: 0 3% 3% 3%;}
.siteMap .a2{min-width: 48%;margin-right: 2%;float: left;font-size: 14px;color: #666;} 
/* 专题专栏 */
.specialList li{margin-top: 20px;}
.specialList li .tit{display: none;}
/*教育平台*/
.platformList {border-top:1px solid #ddd;border-left:1px solid #ddd;overflow:hidden;background:#f9f9f9;}
.platformList li {float:left;width:50%;border-right:1px solid #ddd;border-bottom:1px solid #ddd;margin-left: -1px;;text-align:center; padding:40px 0 0; height:150px;}
.platformList li .title { line-height:50px; font-size:16px;}

/* 相关证书 */
.contArticle_all .hd h3{color: #135493;font-size: 20px;margin-bottom: 10px;}
.contArticle_all .introPiclist .tabCertCont li {width: 47%;display: inline-block;margin-bottom: 20px;text-align: center;margin: 0 1%;}
.contArticle_all .introPiclist .tabCertCont li img{width: 100%;}
.contArticle_all .introPiclist .tabCertCont li p{height: 32px;line-height: 32px;overflow: hidden;}
.contArticle_all .introPiclist .more a{display: block;width: 100%;height: 35px;line-height: 35px;text-align: center;border: 1px solid #ddd;border-radius: 5px;margin-bottom: 10px;}

/* 联系方式 */
.title{color: #135493;font-size: 22px;}
.tabTits div{margin-bottom: 20px;}
.tabTits li{width: 100%;text-align: left;color: #135493;font-size: 18px;}
.tabTits .listContact li{font-size: 16px;line-height: 32px;}
.tabTits .on{background-color: #135493;color: #fff;}
#ContactBox .bd{clear: both;padding-top: 5px;}
.listContact{margin-bottom: 20px;}
.contactLink{display: none;}
.SlipBox span{background:#135493;color:#fff;display:inline-block;padding: 0.2rem 1rem;margin-top:2rem;}
.SlipBox p a{color:#135493; text-decoration:underline}

/* 关于我们 */
.about-dy .about-dy-hd h3{text-align: center;}
.about-dy .about-dy-hd a{font-size: 24px;}
.about-dy .about-dy-bd{margin-bottom: 10px;}
.about-dy .detailed a{display: block;width: 100%;height: 35px;line-height: 35px;text-align: center;border: 1px solid #ddd;border-radius: 5px;margin-bottom: 10px;}

.introContent .title-box h3{text-align: center;}
.introContent .title-box h3 span{font-size: 24px;}
.introContent .menu-box li{width: 45%;margin: 1.8%;height: 35px;line-height: 35px;text-align: center;border: 1px solid #ddd;border-radius: 5px;float: left;background-color: #135493;}
.introContent .menu-box li a{color: #fff;}
.qyyj-msg .big-title {font-size: 18px;font-stretch: normal;letter-spacing: 0px;color: #135493;margin-bottom: 10px;text-align: center;}
.qyyj-msg .normal-p{text-indent: 20px;}

/*.txtList li{width: 30%;height: 32px;line-height: 32px;border: 1px solid #eee;text-align: center;border-radius: 5px;float: left;margin: 0 1.3% 3%;}
.txtList li .date{display: none;}*/
.bdsharebuttonbox{clear:both;}

.txtList li{border-bottom: 1px solid #eee;padding:10px 0;}
.txtList li .title{font-size:18px;    font-weight: bold;}
.txtList li .con{font-size:12px;position: relative;}
.txtList li .con .intro{text-indent:2em;}
.txtList li .pic{ float: left;    margin-right: 10px;}
.txtList li .con .others{text-align: right;}
.txtList li .con .others  .date{background: #f3f3f3;   padding: 0 10px;   border-radius: 3px;    color: #c00;}</pre></body></html>