.container-fluid {
	min-height: 9rem;
	height: auto;
	/*overflow: hidden;*/
	background-color: #ffffff;
	min-width: 17.5rem;
}
/*头部*/
.header-fp {
	/*height: 6rem;*/
	min-height: 6rem;
}

.header-fp .header-fp-content {
	/*height: 100%;*/
	/* padding: 0 0.4rem; */
	max-width: 12rem;
	min-width: 11rem;
	padding-top: 0.6rem;
}

.header-fp .imgbox {
	width: 100%;
}

.header-fp .imgbox img {
	width: 100%;
}

/*内容*/
.contenter-fp {
	/*min-height: calc(100% - 3.4rem);*/
	/* background-color: #FFFFFF; */
}

.contenter-fp .contenter-fp-content {
	/* width: 14.5rem; */
	/* min-height: 3rem; */
	/* padding: 0.2rem 0.4rem; */
	transition: all .25s;
	position: relative;
	padding-bottom: 0.5rem;
}

.item {
	margin-top: 0.2rem;
}

.item .item-t {
	font-size: 0.24rem;
height: 1.5rem;
line-height: 0.4rem;
padding: 0.4rem 0 0.25rem 0;
	position: relative;
	width: 14.5rem;
	margin: 0 auto;
}

.item .item-t p {
	/*padding-left: 0.3rem;*/
	/*background-image: url(home/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 45%;*/
	text-align: center;
	height: 100%;
}
.item .item-t p img{
	height: 100%;
}
.item .item-t a {
	position: absolute;
	right: 0;
	top: 0.2rem;
	font-size: 0.13rem;
	border: 0.01rem solid #cbcbcb;
	padding: 0 0.15rem;
	min-width: 0.8rem;
	text-align: center;
	border-radius: 5rem;
	line-height: 0.3rem;
	color: #333;
	transition: all .25s;
}

.item .item-t a:hover {
	color: #0345BD;
	border: 0.01rem solid #0345BD;
}

.item .item-c {
	overflow: hidden;
	width: 14.5rem;
	margin: 0 auto;
}

.item .item-c .item-box {
	float: left;
	width: 50%;
	margin: 0.1rem 0 0.25rem;
	position: relative;
}

.item .item-c .item-box:nth-child(2n+1) {
	padding-right: 0.1rem;
}

.item .item-c .item-box:nth-child(2n) {
	padding-left: 0.1rem;
}

.item-box .videobox,
.item-box .listbox,
.item-box .timelistbox,
.item-box .imgsbox,
.item-box .liveinfo {
	height: 4.5rem;
}

.item-box .imgbox img {
	width: 100%;
}
/*视频区*/
.item-box .videobox {
	position: relative;
	overflow: hidden;
}

.item-box .videobox video {
	/*display: none;*/
	width: 100%;
	height: 100%;
}

.item-box .videobox .firstpage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.item-box .videobox .firstpage img {
	width: 100%;
	height: 100%;
}

.item-box .videobox .firstpage i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #232323;
	background-color: #FFFFFF;
	font-size: 0.7rem;
	height: 0.6rem;
	line-height: 0.6rem;
	width: 0.6rem;
	box-shadow: 0 0 0.1rem #000000;
	text-align: center;
	border-radius: 50%;
	transition: all .25s;
	opacity: 0.8;
}

.item-box .videobox .firstpage:hover i {
	top: 48%;
	opacity: 1;
}
.item-box .videotext{
	position: absolute;
    top: 0;
    left: 0;
    line-height: 0.5rem;
    height: 0.5rem;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    padding: 0 0.15rem;
    font-size: 0.15rem;
    color: #cccccc;
}
/*列表区*/
.item-box .listbox ul {
	height: 100%;
	/* overflow: hidden; */
}

.item-box .listbox ul li {
	height: calc(33.33% - 0.17rem);
	/* border-bottom: 0.01rem dashed #cccccc; */
	margin: 0.2rem 0.1rem;
}

.item-box .listbox ul li a {
	display: block;
	height: 100%;
	/* padding: 0rem 0 0.2rem; */
	box-shadow: 0 0 0.1rem #e4e4e4;
	padding: 0 0.2rem;
	color: #333333;
	transition: all .25s;
}

.item-box .listbox ul li a p {
	line-height: 0.25rem;
	overflow: hidden;
	/*transition: all .25s;*/
}

.item-box .listbox ul li a p.content {
	position: relative;
	line-height: 0.25rem;
	height: 0.5rem;
	overflow: hidden;
	font-size: 0.17rem;
}

/*.item-box .listbox ul li a p.content::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 0.25rem;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}*/

.item-box .listbox ul li a p.title {
	font-size: 0.23rem;
	line-height: 0.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}
.item-box .listbox ul li a:hover{
	background-color: #23289e;
	color: #FFFFFF;
}
/*.item-box .listbox ul li a:hover p {
	color: #063992;
}*/
.title-a{
font-weight: 600;
    color: #28309f;
    background: url(titlea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0 auto;
    width: 480px;
    padding: 0.25rem 0;
}
.title-b{
font-weight: 600;
    color: #fff;
    background: url(titleb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0 auto;
    width: 480px;
    padding: 0.25rem 0;
}

.item-box .liveinfo{
	background-image: url(ltzb2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 113%;
	position: relative;

	color: #000;
	padding: 0.4rem 0.3rem;
	padding-right: 1.1rem;
}
.item-box .liveinfo p.title{
	font-size: 0.26rem;
	line-height: 0.35rem;
	padding-bottom: 0.2rem;
}
.item-box .liveinfo p.title:before{
	content: '';
	float: left;
	margin-right: 0.1rem;
	width: 0.08rem;
	height: 0.25rem;
	background-color: #2b329f;
	margin-top: 0.05rem;
}
.item-box .liveinfo p.content{
	    padding: 0 0.3rem;
	    color: #6e6969;
	font-size: 0.18rem;
	text-indent: 2em;
	text-align: justify;
	line-height: 0.3rem;
}
/*时间线列表*/
.item-box .timelistbox ul {
	height: 100%;
	overflow: hidden;
	font-size: 0.18rem;
}

.item-box .timelistbox ul li {
	    height: 0.8rem;
}

.item-box .timelistbox ul li a {
	display: block;
	line-height: 0.5rem;
	padding-left: 0.4rem;
	background-image: url(nhyw_icon.png);
	background-position: left 0.1rem center;
	background-repeat: no-repeat;
	background-size: auto 39%;
	border-bottom: 0.01rem solid #f1f1f1;
}

.item-box .timelistbox ul li a:hover {
	color: #063992;
}
.item-box .timelistbox ul li a:hover span{
	border-right: 0.01rem solid #063992;
}
.item-box .timelistbox ul li a span {
	padding-right: 0.15rem;
	border-right: 0.01rem solid #bbbbbb;
	width: 1rem;
}

.item-box .timelistbox ul li a p {
	display: inline-block;
	padding-left: 0.15rem;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
}
/*轮播图区*/
.item-box .imgsbox img {
	width: 101%;
	height: 101%;
}

.item-box .imgsbox .swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-wrapper {
	transition-timing-function: ease;
}

.my-bullet {
	cursor: pointer;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #dedede;
	opacity: .8;
}

.my-bullet-active {
	opacity: 1;
	background: #5ca8f6;
}

.swiper-text {
	padding: 0 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
}

.swiper-text>p {
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 90%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.img-box {
}

.img-box img {
	width: 100%;
}

.infos-box {
	min-height: 2rem;
	background-color: #f3f6fd;
	padding: 0 0.75rem 0.01rem;
	font-size: 0.18rem;
	line-height: 0.35rem;
	padding-bottom: 0.2rem;
}

.infos-box .btnbox {
	height: 0.7rem;
}

.infos-box .btnbox a {
	display: block;
	width: 2.5rem;
	background-color: #04bede;
	background: linear-gradient(to right, #0daaf9 0%, #00cad5 100%);
	text-align: center;
	color: #ffffff;
	border-radius: 3rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.25rem;
	margin: 0 auto;
	position: relative;
	top: -50%;
	box-shadow: 0 0 0.1rem #101c58;
}

.infos-box .btnbox a:hover {
	background: linear-gradient(to right, #0daaf9 0%, #0daaf9 100%);
}

.infos-box .infobox {
	background: url(home/bg.png) no-repeat center;
	background-size: auto calc(100% - 0.5rem);
	height: 2.63rem;
	width: 100%;
	margin: 0 auto;
	padding: 0.25rem 0;
}

.infos-box .infobox .infobox-t {
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-size: 0.25rem;
}

.infos-box .infobox .infobox-t p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.infos-box .infobox .infobox-c {
	float: left;
	width: 80%;
	padding: 0.3rem 0.25rem;
	height: 100%;
	padding-right: 1rem;
	text-align: justify;
}

.infos-box .infobox .infobox-c p {
}

.infos-box .infobox .infobox-c p.namep {
	font-size: 0.28rem;
	padding-bottom: 0.15rem;
}

.infos-box .infobox .infobox-c .listp {
}

.infos-box .infobox .infobox-c .listp p {
	padding-left: 0.2rem;
	text-indent: 0.5em;
	background-position: left center;
	background-size: auto 45%;
	background-repeat: no-repeat;
	float: left;
	width: 50%;
	line-height: 0.5rem;
}

.infos-box .infobox .infobox-c .listp p:nth-child(1) {
	background-image: url(home/1.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(2) {
	background-image: url(home/2.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(3) {
	background-image: url(home/3.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(4) {
	background-image: url(home/4.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(5) {
	background-image: url(home/5.png);
}
/*尾部*/
.footer-fp {
	/* height: 1rem; */
	z-index: 0;
	background-color: #28309f;
}

.footer-fp .footer-fp-content {
	/* border-top: 0.01rem solid #e0e1e3; */
	padding: 0.2rem 0;
}

.footer-fp-content p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: center;
	color: #ffffff;
}

.footer-fp-content>a {
	display: none;
}

.footer-fp-content p span {
	padding: 0 0.1rem;
}

.footer-fp-content p span a {
	color: #ffffff;
	transition: all .25s;
	padding-right: 0.15rem;
	border-right: 0.01rem solid #ffffff;
}

.footer-fp-content p span:last-of-type a {
	border-right: none;
}

.footer-fp-content p span a:hover,
.footer-fp-content p>a:hover {
	color: #e6ceff;
}

body .layui-layer-dialog .layui-layer-content {
	position: relative;
	line-height: 0.24rem;
	word-break: break-all;
	overflow: hidden;
	font-size: 0.18rem;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 20px 20px 55px;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block;
}

.video-js .vjs-big-play-button {
	font-size: 2.5em;
	line-height: 2.3em;
	height: 2.5em;
	width: 2.5em;
	-webkit-border-radius: 2.5em;
	-moz-border-radius: 2.5em;
	border-radius: 2.5em;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5);
	border-width: 0.15em;
	margin-top: -1.25em;
	margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
	font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
	font-size: 2.5em;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	margin-top: -1em;
	margin-left: -1.5em;
}

.video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.video-js .vjs-control.vjs-subs-caps-button {
	display: none;
}

.item.greatmoment{
	margin-top: 0!important;
/*	background-color: #06b2e4;*/
background: url('jcb.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
	padding-bottom: 1.5rem;
}
.item .item-c .imgList{
	
}
.item .item-c .imgList li{
	padding: 0.075rem;
	height: 2.15rem;
}
.item .item-c .imgList li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .25s;
}
.item .item-c .imgList li a img{
	width: 100%;
	transition: all .25s;
	height: 100%;
}
.item .item-c .imgList li a:hover{
	transform: scale(1.025);
	opacity: 0.8;
	/*box-shadow: 0 0 0.1rem #EEEEEE;*/
}
.item .item-c .imgList li a p{
	position: absolute;
	bottom: 0;
	height: 0.35rem;
	background-color: rgba(0,0,0,0.5);
	line-height: 0.35rem;
	font-size: 0.16rem;
	left: 0;
	width: 100%;
	color: #E8E8E8;
	padding-left: 0.1rem;
}
.item .item-c .btnbox{
	clear: both;
	text-align: center;
	padding-top: 0.3rem;
/* 	padding-bottom: 0.5rem; */
}
.item .item-c .btnbox a{
	font-size: 0.19rem;
	line-height: 0.4rem;
	display: block;
	/* border: 0.01rem solid #004ea2; */
	color: #ffffff;
	border-radius: 3rem;
	width: 1.5rem;
	margin: 0 auto;
	transition: all .25s;
	background-color: #28309f;
}
.item .item-c .btnbox a i{
	margin-left: 0.1rem;
}
.item .item-c .btnbox a:hover{
	color: #FFFFFF;
	background-color: #013fc8;
}
.item .item-c .tipbox{
	clear: both;
	text-align: center;
	padding-top: 0.15rem;
}
.item .item-c .tipbox p{
	font-size: 0.19rem;
	line-height: 0.4rem;
	    color: #1f44d0;
}
.item .item-c .tipbox p a{
	    color: #1f44d0;
}
.item .item-c .tipbox p a:hover{
	color: #CCCCCC;
}
.item .item-c .item-c-t{
	position: relative;
	padding: 0 0.95rem;
}
.item .item-c .item-c-t .itemlist{
	overflow: hidden;
	width: 100%;
}
.item .item-c .item-c-t ul{
	height: 0.5rem;
	background-color: #4575f5;
	white-space: nowrap;
	position: relative;
	left: 0;
	transition: all .25s;
    /*left: -1.4rem;*/
}
.item .item-c .item-c-t ul li{
	width: 1.4rem;
	height: 100%;
	padding: 0.05rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.4rem;
	display: inline-block;
}
.item .item-c .item-c-t ul li>a{
	background-color: #FFFFFF;
	color: #2627a6;
	display: block;
	transition: all .25s;
	height: 100%;
}
#list2 span{
	    font-size: 0.2rem;
}
#list2 p{
	    font-size: 0.2rem;
}
.item .item-c .item-c-t ul li.active>a,
.item .item-c .item-c-t ul li>a:hover{
	color: #FFFFFF;
	background-color: #4575f5;
	height: 100%;
}
.item .item-c .item-c-t ul li>a span{
	
font-size: 0.1rem;
	
position: relative;
	
top: -0.05rem;
}
.item .item-c .item-c-t>a{
	
width: 0.95rem;
	
display: block;
	
position: absolute;
	
height: 100%;
	
text-align:  center;
	
line-height: 0.5rem;
	
font-size: 0.3rem;
	
color: #0ba8df;
	
top: 0;
}
.item .item-c .item-c-t>a:hover{
	color: #013FC8;
}
.item .item-c .item-c-t>a.btnl{
	
left: 0;
}
.item .item-c .item-c-t>a.btnr{
	
right: 0;
}
#cmeetinglist li a{
    border: 1px solid #385ce4;
    border-radius: 30px;
       font-size: 0.16rem;
    width: 0.7rem;
}
#cmeetinglist .active   a {
    background: #385ce4;
    color: #fff!important;


}
#meetingInfo a:hover{
	color: #063992;
}
/*#cmeetinglist .active+li:before {
    content: "";
    position: absolute;
top: 26px;
margin-left: -80px;
height: 0;
border: 8px solid #554d5d00;
    border-bottom-color: #0039c5;
}*/
.citem{
	margin-top:unset!important;
	background: url(jijin_1.jpeg);
        background-size: 100% 100%;
    background-repeat: no-repeat;
}
.citem .item-c {
    width: 12rem!important;
}
/*.citem .c-bottom{
	    padding: 0 40px;
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5);
}
.citem .c-bottom>p{
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}*/
.citem .item-box .videobox{
height: 6.75rem!important;
}
.citem .item-c .item-box {
    width: 100%!important;
        float: unset!important;
            padding-bottom: 0.36rem!important;
}
/*视频区*/
.citem .item-c .videobox {
	border: 1px solid #00feff;
	position: relative;
	overflow: hidden;
	/*height: 6.5rem;*/
}

.citem .item-c .videobox video {
	width: 100%;
	height: 100%;
}

.citem .item-c .videobox .firstpage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.citem .item-c .videobox .firstpage img {
	width: 100%;
	height: 100%;
}

.citem .item-c .videobox .firstpage i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #232323;
	background-color: #FFFFFF;
    font-size: 1.155rem;
height: 1rem;
line-height: 1rem;
width: 1rem;
	box-shadow: 0 0 0.1rem #000000;
	text-align: center;
	border-radius: 50%;
	transition: all .25s;
	opacity: 0.9;
}

.citem  .item-c .videobox .firstpage:hover i {
	color: #232323;
	top: 48%;
	opacity: 1;
}


.bitem .item-c .item-c-ct {

    padding: 0 0.2rem!important;
        margin-top: 0.06rem!important;

}
.bitem .item-c .item-c-c .itembox .itembox-r p {
    font-size: 0.16rem!important;
    line-height: 0.3rem!important;
}

.bitem .byy{
	overflow-y: scroll;    height: 1.58rem;
}
.bitem  ::-webkit-scrollbar-button{
background: unset;
}

.bitem  ::-webkit-scrollbar {
width:12px;
}
/* 滚动槽 */
.bitem ::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgb(26, 63, 201);
border-radius:10px;
}
/* 滚动条滑块 */
.bitem ::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgb(26, 63, 201);
-webkit-box-shadow:inset006pxrgb(26, 63, 201);
}
.bitem ::-webkit-scrollbar-thumb:window-inactive {
background:rgb(26, 63, 201);
}

#bcontent .title{
	    font-weight: 600;
	        font-size: 0.23rem!important;
}
.bitem .li-b{
	float: right;
    border: 1px solid #385ce4;
    border-radius: 5rem;
    padding: 0.05rem;
    background: #385ce4;
    margin: 0.1rem 0.1rem 0 0;
}
.bitem .li-b a{
	color: #fff;
}
.bmlist{
	border: 0.003rem dashed #3d61c6; 
    padding: 0.1rem;
}
.bitem .item-c .item-c-ct ul {
    height: 0.6rem!important;

}
.bitem .item-c .item-c-ct ul li {
    width: 0.98rem!important;
}
.bitem{
	background: url(luyan_1.jpg);
    background-size: contain;
}
.bitem .item-c .item-c-c .itembox .itembox-l {
    margin-top: 0.33rem;
}
.bitembox{
	background: #fff;
}
/*视频区*/
.bitem .item-c .videobox {
	position: relative;
	overflow: hidden;
	/*height: 6.5rem;*/
}

.bitem .item-c .videobox video {
	width: 100%;
	height: 100%;
}

.bitem .item-c .videobox .firstpage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.bitem .item-c .videobox .firstpage img {
	width: 100%;
	height: 100%;
}

.bitem .item-c .videobox .firstpage i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #232323;
	background-color: #FFFFFF;
font-size: 0.7rem;
height: 0.6rem;
line-height: 0.6rem;
width: 0.6rem;
	box-shadow: 0 0 0.1rem #000000;
	text-align: center;
	border-radius: 50%;
	transition: all .25s;
	opacity: 0.9;
}

.bitem .item-c .videobox .firstpage:hover i {
	color: #232323;
	top: 48%;
	opacity: 1;
}
.bitem .item-c .item-c-c{
	padding: 0.3rem 0.45rem!important;
	    height: unset!important;
}
.bitem .itembox-r p span:nth-child(1){
	font-weight: 600;

}
.bitem .title2{
	    text-align: center;
	font-weight:600; 
	padding-top: 0!important;
}
.item .item-c .item-c-c .itembox .itembox-l {
     border-radius: unset!important; 
}
.bitem .item-c .item-c-c .itembox .itembox-r{
	margin-top: -0.28rem;
	padding-top: unset!important;
}
.bitem .item-c .item-c-c .itembox .itembox-r p.title{
 border-bottom: 0.01rem dashed #cccccc!important;
}
.bitem .item-c .item-c-ct ul li>a {
    color: #000;
}
.bitem .item-c .item-c-ct ul li>a {

    color: #000!important;

}
.item .item-c .item-c-bt{
	position: relative;
	padding: 0 0.95rem;
}
.item .item-c .item-c-bt .itemlist{
	overflow: hidden;
	width: 100%;
}
.item .item-c .item-c-bt ul{
	height: 0.5rem;
	/*background-color: #0ba8df;*/
	white-space: nowrap;
	position: relative;
	left: 0;
	transition: all .25s;
    /*left: -1.4rem;*/
}
.item .item-c .item-c-bt ul li{
	    width: 2.24rem;
	height: 100%;
	padding: 0.05rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.4rem;
	display: inline-block;
}
.item .item-c .item-c-bt ul li>a{
	/*height: 0.5rem;*/
display: block;
width: 1.35rem;
text-align: center;
background-image: url(jqr_1.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
color: #fff;
font-weight: 600;
transition: all .25s;
/*	background-color: #FFFFFF;
	color: #2627a6;
	display: block;
	transition: all .25s;
	height: 100%;*/
}
.item .item-c .item-c-bt ul li.active>a,
.item .item-c .item-c-bt ul li>a:hover{
color: #385ce4;
	background-image: url(jqr_2.png);
}
.item .item-c .item-c-bt ul li>a span{
	
font-size: 0.1rem;
	
position: relative;
	
top: -0.05rem;
}
.item .item-c .item-c-bt>a{
	
width: 0.95rem;
	
display: block;
	
position: absolute;
	
height: 100%;
	
text-align:  center;
	
line-height: 0.5rem;
	
font-size: 0.3rem;
	
color: #fff;
	
top: 0;
}
.item .item-c .item-c-bt>a:hover{
	color: #013FC8;
}
.item .item-c .item-c-bt>a.bbtnl{
	
left: 0;
}
.item .item-c .item-c-bt>a.bbtnr{
	
right: 0;
}

.item .item-c .item-c-ct{
	position: relative;
	padding: 0 0.95rem;
	    margin-top: 0.2rem;
}
.item .item-c .item-c-ct .itemlist{
	overflow: hidden;
	width: 100%;
}
.item .item-c .item-c-ct ul{
	height: 0.5rem;
	/*background-color: #0ba8df;*/
	white-space: nowrap;
	position: relative;
	left: 0;
	transition: all .25s;
    /*left: -1.4rem;*/
}
.item .item-c .item-c-ct ul li{
	    width: 2.24rem;
	height: 100%;
	padding: 3px;
text-align: center;
font-size: 18px;
line-height: 28px;
	display: inline-block;
}
.item .item-c .item-c-ct ul li>a{
	/*height: 0.5rem;*/
display: block;
width: 1.35rem;
text-align: center;
background-image: url(jqr_1.png);
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
color: #fff;
font-weight: 600;
transition: all .25s;
/*	background-color: #FFFFFF;
	color: #2627a6;
	display: block;
	transition: all .25s;
	height: 100%;*/
}
.item .item-c .item-c-ct ul li.active>a,
.item .item-c .item-c-ct ul li>a:hover{
color: #385ce4;
	background-image: url(jqr_2.png);
}
.item .item-c .item-c-ct ul li>a span{
	
font-size: 0.1rem;
	
position: relative;
	
top: -0.05rem;
}
.item .item-c .item-c-ct>a{
	
/*width: 0.95rem;*/
	
display: block;
	
position: absolute;
	
height: 100%;
	
text-align:  center;
	
line-height: 0.5rem;
	
font-size: 0.3rem;
	
    color: #11227d;
	
top: 0;
}
.item .item-c .item-c-ct>a:hover{
	color: #013FC8;
}
.item .item-c .item-c-ct>a.cbtnl{
	
left: 0;
}
.item .item-c .item-c-ct>a.cbtnr{
	
right: 0;
}

.item .item-c .item-c-c{
	padding: 0.3rem 0.95rem;
	height: 4.1rem;
}


.item .item-c .item-c-c .itembox{
	width: 100%;
	overflow: hidden;
	padding: 0.3rem;
	box-shadow: 0 0 0.1rem #CCCCCC;
	height: 100%;
}
.item .item-c .item-c-c .itembox .itembox-l{
	float: left;
	width: 50%;
	border-radius: 0.5rem;
	position: relative;
}
.item .item-c .item-c-c .itembox .itembox-l img{
	width: 100%;
	height: 100%;
}
.item .item-c .item-c-c .itembox .itembox-l p{
	
position: absolute;
	
top: 50%;
	
left: 50%;
	
transform: translate(-50%, -50%);
	
color: #ffffff;
	
text-align: center;
	
font-size: 0.28rem;
	
line-height: 0.5rem;
	
font-weight: 600;
	
width: 100%;
}
.item .item-c .item-c-c .itembox .itembox-r{
	float: left;
	width: 50%;
	padding-left: 0.4rem;
	padding-top: 0.1rem;
}


.item .item-c .item-c-c .itembox .itembox-r p{
	
font-size: 0.19rem;
	
line-height: 0.35rem;
}
.item .item-c .item-c-c .itembox .itembox-r p:first-of-type{
	padding-top: 0.1rem;
}
.item .item-c .item-c-c .itembox .itembox-r p.title{
	
font-size: 0.25rem;
	
line-height: 0.4rem;
	
padding-bottom: 0.1rem;
	
border-bottom: 0.01rem dashed #cccccc;
}

   
.item .item-c .item-c-c .itembox .itembox-r p span{
	
}
.tips{
	position: fixed;
    top: 0.3rem;
    right: 0.1rem;
    z-index: 999;
    width: 2rem;
}
.tips img{
	width: 100%;
}
