@charset "utf-8";
/*头部通用样式*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
body {
	font-family:  "宋体","微软雅黑", Arial;
	font-size: 12px;
	color: #000;
	background: #f3fcff;
}
strong, p, h1, h2, h3, h4, h5, ul, li, input, ol {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #01c3fc;
}
/*头条------------------------------------------------------------------------------------*/
.syh_box {
	width: 100%;
	min-height: 100px;
	padding-top: 674px;
	background: url(ccsyh_top1.png) no-repeat top center;
	overflow: hidden;
}
.syh_main {
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
	overflow: hidden;
}
.syh_nav {
	float: left;
	width: 1200px;
	height: 65px;
	margin-bottom: 20px;
    background: url(ccsyh_navbg.png) no-repeat top center;
	overflow: hidden;
}
.syh_nav a {
	float: left;
	width: 16.66%;
	height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.syh_nav a:hover {
	opacity: 0.6;
}

/*轮播图------------------------------------------------------------------------------------*/
.syh_top {
	float: left;
	width: 1200px;
	height: 330px;
	margin: 90px 0 20px 0;
	background: #daf5fe;
	position: relative;
}
.syh_banner {
	width: 560px;
	height: 400px;
	position: absolute;
	left: 40px;
	bottom: 20px;
	box-shadow: 1px 1px 10px #056383;
	overflow: hidden;
}
.focusBox {
	float: left;
	position: relative;
	width: 560px;
	height: 400px;
	overflow: hidden;
	text-align: left;
	background: #fff;
}
.focusBox .pic img {
	width: 560px;
	height: 400px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 50px;
	width: 100%;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
	background-color: #000;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li {
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	position: absolute;
	bottom: -50px;
}
.focusBox .txt li a {
	display: block;
	color: #FFF;
	padding: 0 0 0 10px;
	font-size: 16px;
	text-decoration: none;
}
.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	right: 10px;
}
.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}
.focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: #FFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.focusBox .num li span {
	z-index: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #000;
}
.focusBox .num li.on a {
	background: #01c3fc;
}
/*轮播图------------------------------------------------------------------------------------*/
.syh_ssdt {
	width: 560px;
	height: 420px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	overflow: hidden;
}
.syh_ssdt_bt {
	float: left;
	width: 560px;
	height: 50px;
	margin: 25px 0;
	line-height: 50px;
	background: url(ccsyh_news.png) no-repeat left center;
	overflow: hidden;
}
.syh_ssdt_bt a {
	float: right;
	height: 50px;
	padding: 0 10px;
	color: #01c3fc;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}
.syh_ssdt_bt a:hover {
	color: #2f338c;
}
.syh_ssdt ul {
	float: left;
	width: 560px;
	height: 310px;
	padding-top: 10px;
	overflow: hidden;
}
.syh_ssdt ul li {
	float: left;
	width: 540px;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	padding-left: 20px;
	background: url(ccsyh_fd.png) no-repeat center left;
	overflow: hidden;
}
.syh_ssdt ul li a {
	float: left;
	width: 440px;
	height: 31px;
	color: #117ac7;
	overflow: hidden;
}
.syh_ssdt ul li a:hover {
	color: #01c3fc;
}
.syh_ssdt ul li span {
	float: left;
	width: 100px;
	height: 31px;
	color: #999;
	text-align: left;
	overflow: hidden;
}
/*新闻资讯------------------------------------------------------------------------------------*/
.syh_news {
	float: left;
	width: 100%;
	min-height: 310px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #fff;
	overflow: hidden;
}
.syh_bt {
	float: left;
	width: 100%;
	height: 57px;
	margin-bottom: 13px;
	position: relative;
	overflow: hidden;
}
.syh_bt img {
	width: 100%;
	height: 100%;
}
.syh_bt a {
	width: 80px;
	height: 57px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	overflow: hidden;
}
.syh_news ul {
	float: left;
	width: 100%;
	min-height: 240px;
    padding-left: 20px;
    box-sizing: border-box;
	overflow: hidden;
}
.syh_news ul li {
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 20px;
    box-sizing: border-box;
	background: url(syh_yd.png) no-repeat 5px center;
	overflow: hidden;
}
.syh_news ul li a {
	float: left;
	width: 450px;
	height: 30px;
	overflow: hidden;
}
.syh_news ul li span {
	float: left;
	width: 100px;
	height: 30px;
	color: #999;
	text-align: center;
	overflow: hidden;
}

/*成绩发布-------------------------------------------------------------------------------------*/
.syh_cjpm {
	float: left;
	width: 590px;
	min-height: 200px;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}
.syh_cjpm a {
    width: calc(100% - 30px);
    display: block;
    margin: 15px;
} 
.syh_cjpm a img  {
	width: 100%;
	overflow: hidden;
}
.syh_cjpm a:hover{
    opacity: 0.9;
}
/*省运标识-------------------------------------------------------------------------------------*/
.syh_sybs {
	float: left;
	width: 1200px;
	margin-bottom: 20px;
	overflow: hidden;
}
.syh_sybs img{
	width: 100%;
    height: auto;
}
/*精彩瞬间-------------------------------------------------------------------------------------*/
.syh_sycg {
	float: left;
	width: 1200px;
	min-height: 200px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: #fff;
	overflow: hidden;
}
.syh_sycg ul {
	float: left;
	width: 1180px;
	padding: 0 10px;
	min-height: 200px;
	overflow: hidden;
}
.syh_sycg ul li {
	float: left;
	width: calc(33.33% - 20px);
	height: 200px;
	margin: 10px;
    border-radius: 15px;
	overflow: hidden;
}
.syh_sycg ul li a {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.syh_sycg ul li a img {
	width: 100%;
	height: 100%;
}
.syh_sycg_xx {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(syh_tm.png) repeat;
	transition: all 0.2s linear;
	overflow: hidden;
}
.syh_sycg_xx1 {
	height: 160px;
	padding: 20px 0;
}
.syh_sycg_xx h3 {
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
    box-sizing: border-box;
	overflow: hidden;
}
.syh_sycg_xx p {
	float: left;
	width: 100%;
	height: 120px;
	padding: 0 20px;
	line-height: 25px;
	color: #d1d1d1;
	font-size: 14px;
    text-align: justify;
    box-sizing: border-box;
	overflow: hidden;
}
/*图文列表-------------------------------------------------------------------------------------*/
.zt_tu_list {
	float: left;
	width: 713px;
	min-height: 180px;
	background-color: #FFF;
	margin-bottom: 12px;
	border: solid 1px #ebebeb;
	padding-bottom: 10px;
}
.zt_tu_bt {
	float: left;
	width: 713px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8cbe2b;
	margin-bottom: 10px;
}
.zt_tu_bt h3 {
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 20px;
	color: #FFF;
	background-color: #8cbe2b;
	font-size: 16px;
}
.zt_tu_bt a {
	float: right;
	margin-right: 20px;
	line-height: 30px;
}
.zt_tu_bt a:hover {
	color: #fff;
}
.zt_tu_list ul {
	float: left;
	width: 690px;
	min-height: 120px;
	margin: 5px 15px;
}
.zt_tu_list ul li {
	float: left;
	width: 156px;
	height: 120px;
	margin: 5px 7px;
}
.zt_tu_list ul li img {
	float: left;
	width: 156px;
	height: 100px;
	overflow: hidden;
}
.zt_tu_list ul li span {
	float: left;
	width: 136px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
}
/*footer*/
.new_footer{
    width: 100%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #f1f1f1;
    overflow: hidden;
}
.new_footer div.sm{
    margin: 0 100px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.new_footer div.sm p{
    padding: 7px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.new_footer div.sm p span, .new_footer div.sm p a{
    margin: 0 20px;
    display: flex;
    align-items: center;
}
.new_footer div.sm p a img{
    margin-right: 5px;
}
/*悬浮窗*/
#img {
	position: absolute;
	background: url(mlsxfc.png) no-repeat;
	width: 320px;
	height: 142px;
	padding: 80px 40px 28px 40px;
	z-index: 1000;
	color: #333;
}
#img .reset {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	color: #f00;
	font-weight: bold;
}
#img ul {
	float: left;
	height: 142px;
	width: 320px;
	list-style-type: none;
}
#img ul li {
	float: left;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	width: 360px;
}
/*路径*/
.lujing {
	float: left;
	width: 1200px;
	height: 50px;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}
.lujing p {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding-left: 15px;
}
.syh_er_box {
	float: left;
	width: 1200px;
	min-height: 200px;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}
/*新闻列表*/
.syh_list {
	float: left;
	width: 760px;
	min-height: 715px;
	padding: 0 20px 10px 20px;
	overflow: hidden;
	background: #fff;
	margin: 0 15px 20px 0;
}
.syh_new_bt {
	float: left;
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
	overflow: hidden;
}
.syh_new_bt h3 {
	float: left;
	line-height: 60px;
	height: 60px;
	color: #01c3fc;
	border-bottom: 3px solid #01c3fc;
	padding: 0 20px;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
}
.syh_new_lb {
	float: left;
	width: 760px;
	min-height: 500px;
	overflow: hidden;
}
.syh_new_lb ul {
	float: left;
	width: 760px;
	min-height: 600px;
	overflow: hidden;
}
.syh_new_lb ul li {
	float: left;
	width: 760px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border-bottom: 1px dashed #d1d1d1;
}
.syh_new_lb ul li a {
	float: left;
	height: 44px;
	width: 640px;
	padding-left: 20px;
	background: url(ccsyh_fd.png) no-repeat 5px center;
	overflow: hidden;
}
.syh_new_lb ul li span {
	float: left;
	height: 44px;
	width: 100px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
	color: #9e9e9e;
}
.syh_new_bh {
	float: left;
	width: 760px;
	height: 55px;
	line-height: 55px;
	border-top: solid 1px #d1d1d1;
	text-align: center;
	overflow: hidden;
}
.syh_xmjj {
	float: left;
	width: 345px;
	padding: 0 20px 10px 20px;
	min-height: 300px;
	margin-bottom: 20px;
	background: #fff;
}
.syh_new_bt1 {
	float: left;
	width: 345px;
	height: 62px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
	overflow: hidden;
}
.syh_new_bt1 h3 {
	float: left;
	line-height: 60px;
	height: 60px;
	color: #01c3fc;
	border-bottom: 3px solid #01c3fc;
	padding: 0 20px;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
}
/*最新动态*/
.new_01 {
	float: left;
	width: 345px;
}
.new_01 ul {
	float: left;
	width: 345px;
	min-height: 150px;
	overflow: hidden;
}
.new_01 ul li a {
	float: left;
	height: 30px;
	width: 320px;
	line-height: 30px;
	font-size: 16px;
	background: url(syh_yd.png) no-repeat 5px center;
	padding: 0 0 0 20px;
	overflow: hidden;
}
/*火爆新闻*/
.new_02_img {
	float: left;
	width: 345px;
	min-height: 20px;
	overflow: hidden;
}
.new_02_img ul {
	float: left;
	width: 345px;
	min-height: 20px;
	overflow: hidden;
}
.new_02_img ul li {
	float: left;
	width: 160px;
	height: 130px;
	overflow: hidden;
	margin: 6px;
}
.new_02_img ul li a img {
	width: 160px;
	float: left;
	height: 100px;
}
.new_02_img ul li a span {
	width: 160px;
	height: 30px;
	float: left;
	text-align: center;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}
.syh_xmjj1 {
	float: left;
	width: 339px;
	min-height: 600px;
	margin: 0 3px;
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
	overflow: hidden;
}
/*图片集*/
.HS10, .HS15 {
	overflow: hidden;
	clear: both;
}
.HS10 {
	height: 10px;
}
.HS15 {
	height: 15px;
}
.Hidden {
	display: none;
}
.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.FlLeft {
	float: left;
}
.FlRight {
	float: right;
}
/*幻灯片区域背景*/
.MainBg {
	float: left;
	width: 1160px;
	min-height: 450px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
}
/*标题和页码*/
.Title {
	color: #01c3fc;
	margin: 7px 0 0 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.Title h1 {
	font-size: 24px;
	font-weight: bold;
	width: 1160px;
	min-height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
	color: #01c3fc;
}
.Title .Counter {
	color: #666;
}
.Title .CounterCurrent {
	color: #C00;
	font-weight: bold;
}
/*灰色分隔线*/

/*大图展示区域*/
.OriginalPicBorder {
	padding: 15px 15px 0 15px;
}
#OriginalPic {
	width: 1130px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	float: left;
}
#OriginalPic img {
	display: block;
	margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0px;
	cursor: url(../images/pre.cur), auto;
	background: url(images/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(../images/next.cur), auto;
	background: url(images/space.png) repeat scroll 0 0 transparent;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width: 1140px;
	height: 430px;
	overflow: hidden;
}
.SliderPicBorder img {
	width: auto;
	height: 100%;
	overflow: hidden;
}
.Summary {
	line-height: 20px;
	display: block;
	width: 1120px;
	color: #999;
	overflow: hidden;
	padding: 10px;
}
.ThumbPicBorder {
	float: left;
	width: 1140px;
	margin: 0 auto;
}
.ThumbPicBorder ul {
	float: left;
}
.ThumbPicBorder ul li {
	float: left;
}
#ThumbPic img {
	border: 3px solid #b1b1b1;
	cursor: pointer;
	background-color: #666;
	margin: 0 4px;
	width: 130px;
	height: 80px;
	display: block;
}
#ThumbPic img.active {
	border: 3px solid #01c3fc;
}
.tj_txt img {
	float: left;
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 5px 10%;
}
.tj_txt p {
	float: left;
	font-size: 16px;
	width: 1140px;
	text-align: left;
	line-height: 28px;
	color: #666;
	padding: 0 10px;
	margin-bottom: 12px;
	overflow: hidden;
	text-indent: 2em;
}
/*新闻详情页*/
.new_xingqing {
	float: left;
	width: 1160px;
	min-height: 450px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
}
.new_xingqing h3 {
	float: left;
	font-size: 24px;
	font-weight: bold;
	width: 1160px;
	min-height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
	color: #01c3fc;
}
.new_xq_sm {
	float: left;
	margin-bottom: 12px;
	font-size: 14px;
	width: 1160px;
	height: 30px;
	text-align: center;
	line-height: 23px;
	color: #888;
	border-bottom: solid 1px #ebebeb;
}
.new_xingqing img {
	max-width: 80%;
	height: auto;
	overflow: hidden;
	margin: 5px auto;
}
.new_xingqing p {
	font-size: 16px;
	width: 1140px;
	text-align: left;
	line-height: 28px;
	color: #666;
	padding: 0 10px;
	margin-bottom: 12px;
	text-indent: 2em;
}
.fanye {
	float: left;
	font-size: 14px;
	margin-top: 12px;
	width: 1140px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-top: solid 1px #ebebeb;
}
.syp {
	float: left;
	font-size: 14px;
	width: 550px;
	height: 40px;
	text-align: left;
	line-height: 40px;
}
.xyp {
	float: right;
	text-align: right;
	font-size: 14px;
	width: 550px;
	height: 40px;
	line-height: 40px;
}

/*奖牌榜*/
.er_box{
    float: left;
    width: 1200px;
	background: #fff;
	overflow: hidden;
}
.rank_box, .syh_jpb{
    width: 100%;
	min-height: 300px;
	padding: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.rank_box h3 {
	float: left;
	width: 100%;
	height: 56px;
	margin-bottom: 50px;
    display: flex;
    justify-content: center;
	overflow: hidden;
}
.rank_box h3 img {
	width: auto;
	height: 100%;
}
.syh_jpb h4{
	float: left;
	width: 1140px;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #01a0fc;
	text-align: center;
}
.syh_jpb ul{
	float: left;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}
.syh_jpb ul li.bt{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	background: url(ccsyh_navbg1.png) center center no-repeat;
	overflow: hidden;
}
.syh_jpb ul li{
	width: 100%;
	padding: 10px 0;
    line-height: 25px;
	font-size: 14px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #e5e5e5;
	overflow: hidden;
}
.syh_jpb ul li:nth-child(even){
	background: #f8f3f2;
}
.syh_jpb ul li:hover{
	background: #d5d5d5;
}
.syh_jpb ul li.bt:hover{
	background: url(ccsyh_navbg1.png) center center no-repeat;
}
.syh_jpb ul li span{
	flex: none;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}
.syh_jpb ul li .dq{
	width: 390px;
}
.syh_jpb ul li .jp{
	width: 150px;
    font-size: 20px;
}
.syh_jpb ul li .jp a{
	width: 150px;
	display: block;
	text-decoration: underline;
}
.syh_jpb ul li .jp a:hover{
	text-decoration: none;
}
.syh_jpb ul.jptj li .xh{
	width: 70px;
}
.syh_jpb ul.jptj li .dw{
	width: 265px;
}
.syh_jpb ul.jptj li .dq{
	width: 100px;
}
.syh_jpb ul.jptj li .dx{
	width: 315px;
}
.syh_jpb ul.jptj li .jp{
	width: 100px;
    font-size: 14px;
}
.syh_jpb ul.jptj li.bt .jp{
    font-size: 18px;
}

/*成绩发布*/
.syh_cjfb {
	width: 100%;
	min-height: 300px;
	padding: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.syh_cjfb h3 {
	float: left;
	width: 100%;
	height: 56px;
	margin-bottom: 50px;
    display: flex;
    justify-content: center;
	overflow: hidden;
}
.syh_jpb h3 img {
	width: auto;
	height: 100%;
}
/* Tab切换 */
.slideTxtBox {
	float: left;
	width: 100%;
	min-height: 220px;
	overflow: hidden;
}
.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #01c3fc;
	font-size: 24px;
	margin-bottom: 20px;
}
.slideTxtBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideTxtBox .hd ul li {
	float: left;
	display: block;
	padding: 0 40px;
	cursor: pointer;
}
.slideTxtBox .hd ul li a:hover {
	text-decoration: none;
}
.slideTxtBox .hd ul li.on{
	background: #01c3fc;
	color: #fff;
	font-weight: bold;
}
.slideTxtBox .bd {
	width: 100%;
	min-height: 200px;
    padding: 0;
    margin-bottom: 0;
}
.slideTxtBox .bd  div.nr{
	width: 100%;
	min-height: 100px;
    display: flex;
    flex-flow: column nowrap;
	overflow: hidden;
}
.slideTxtBox .bd  div.nr div.li{
	width: 100%;
    padding: 15px 20px;
    margin: 8px 0;
    display: flex;
    flex-flow: column nowrap;
    flex: none;
    box-sizing: border-box;
    border: solid 1px #ddd;
	overflow: hidden;
}
.slideTxtBox .bd  div.nr div.li h4{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.slideTxtBox .bd  div.nr div.li div{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
}
.slideTxtBox .bd  div.nr div.li div a{
	width: calc(20% - 20px);
    height: 60px;
    margin: 5px 10px;
    font-size: 16px;
    line-height: 25px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-sizing: border-box;
    background: #f1f1f1;
    overflow: hidden;
}
.slideTxtBox .bd  div.nr div.li div a:hover{
	color: #fff;
    background: #01c3fc;
}

.cjfb_list {
	width: 100%;
	min-height: 300px;
    margin-bottom: 20px;
    box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.cjfb_list h3{
	width: 100%;
    border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.cjfb_list h3 span{
    float: left;
	padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #00c3fd;
    border-bottom: solid 2px #00c3fd;
	overflow: hidden;
}
.cjfb_list div{
    width: 100%;
	padding: 20px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
	overflow: hidden;
}
.cjfb_list div a{
    width: calc(25% - 20px);
	padding: 15px 20px;
    margin: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background: #f1f1f1;
	overflow: hidden;
}
.cjfb_list div a:hover{
    color: #fff;
    background: #00c3fd;
}