* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    width: 100%;
    font-family: '微软雅黑';
    min-width: 320px;
    overflow-x: hidden;
    background: #f7f7f7;
    font-size: 0.24rem;
    overflow-x: hidden;
}

img {
    width: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}

input, textarea {
    outline: none;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #939598;
}

.headerBoxNav {
    margin-bottom: 0 !important;
}

#H1 .swiper-slide {
    height: 190px !important;
}

#H1 .swiper-slide img {
    width: 100%;
    height: 100%;
}



.notice {     
    margin: 0 auto;
    background: #eee;
    padding: 0.1rem 0.2rem;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;}
.notice h3{ 
	width:18%;
	color:#0477ca;
	display: flex;
    align-items: center;
	margin-right:0.2rem;
	font-size:0.24rem;
}
.notice h3 img{ width:0.4rem; margin-right:0.08rem}
.notice>div{ width:79%; height:0.7rem!important;}




.newListBox {
    position: relative;
		background:#fff;
		padding:0.4rem 3%;

}

.titleBox {
    display: flex;
    justify-content: space-between;

    border-bottom: #e2ebf1 solid 1px;
}

.titleBox ul {
justify-content: space-between;
    display: flex;
    width: 100%;
}

.titleBox ul li {
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
    cursor: pointer;
	width:100%;
	text-align:center;
}

.titleBox ul li.active {
    font-weight: bold;
    color: #0477ca;
    position: relative;
	font-size: 0.28rem;
}

.titleBox ul li.active::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1px;
    height: 2px;
    background: #0477ca;
    z-index: 9;
}

.m-l-content  .conBoxNewDiv{ margin-top:0.13rem;}

.newList li {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.34rem;
}
.new1 .titBox{line-height:inherit;}
.new1 .titBox h4{padding-left:0;}
.new1 ul{margin-top:0.3rem;}

.new ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
}
.new ul li {
    padding-top: 0.34rem;;
}
.new ul li a::before {
width: 0.08rem;
    height: 0.2rem;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 35%;
}


.bannerH {
    margin: 0.2rem auto 0.2rem auto;
}
.bannerH img{ width:100%;}
.newList li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    font-size: 0.28rem;

}

.newList li a::before {
width: 0.1rem;
    margin-top: 0.08rem;
    margin-right: 0.1rem;
    height: 0.14rem;
    content: '';
    display: block;
    float: left;
    background: url('../images/arrow.svg') left top no-repeat;
    background-size: 100%;
}

.newList li span {
    font-size: 0.24rem;
    color: #666;
}

.newList li:hover a,
.newList li:hover span {
    color: #0477ca;
    text-decoration: underline;
}

.conBoxNewDiv>div>a{display: block;
    text-align: center;
    padding: 0.2rem 0;
    background: #eee;
    margin-top: 0.3rem;}


.conBoxNewDiv>div {
    display: none;
}

.conBoxNewDiv>div.conBoxNew0,.conBoxNewDiv>div.conBoxNew3{
    display: block;
}


.scroll-box {
	width:100%;
    position: relative;
    top: 0;
    overflow: hidden;
    display: inline-block;
   height:0.7rem!important;
    line-height: 0.7rem;
}


.scroll-box.on {
    background: #fff;
    z-index: 2;
    overflow: auto;
    height: auto !important;
    box-shadow: 1px 1px 10px #888
}

.scroll-box.on li {
    top: 0 !important;
    border-bottom: 1px dotted #ccc
}

.scroll-box li {
    position: relative;
	    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-button-next, .swiper-button-prev{ display:none!important}
.m-l-printWithService>div{padding:0.4rem 3%; margin-bottom:0.34rem;background:#fff;}

.printWithService-con-div1{ width:28%; margin-right:3%;}
.printWithService-con-div1 img{ height: 2.5rem;}

.m-l-printWithService{
    margin-top:0.34rem;
}
.printWithService-title{
    display:flex;
    justify-content:space-around;
    height:0.5rem;
    background:#eee;
    align-items:center;
    font-weight:bold;
    font-size:0.26rem;
}
.printWithService-con{
    display:flex;
    justify-content:space-around;
    margin:25px 0 34px;
    overflow: hidden;
    
}
.printWithService-con-div{
    display: flex;
	    align-items: center;
	width:100%;
}
.printWithService-con-div2{
   margin-left: 10px;
    text-align: left;
    width: 68%;
}
.printWithService-con-div2 p{
    font-size: 0.28rem;
    font-weight: bold;
	line-height:0.4rem;
	height:0.8rem;
}
.printWithService-con-div2 span{
    color: #777;
    display: block;
    margin: 0.15rem 0;
	font-size:0.24rem;
}
.printWithService-con-div2 div{
    font-size: 0.26rem;
    line-height: 0.4rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
}
.printWithService-con-div2 a{
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: rgb(13, 131, 204);
    font-weight: bold;
    text-decoration: underline;
	display:none;
}

.printWithService-con-div>div{height:2.5rem}
.m-l-printWithService>div .swiper{ margin-top:0.64rem;}

.m-l-pic{ overflow:hidden;}
.m-l-pic>a{ width:46%; display:block;margin-left:2.5%; float:left; height: 1.17rem;;overflow:hidden; margin-bottom:0.2rem;}
.m-l-pic>a img{ height:1.17rem;}


.m-l-section>div{ background:#fff; padding:0.4rem 3%; margin-bottom:0.2rem;}


.hyserve {
    margin-right: -10px;
}

.hyserve a {
width: 31.8%;
    display: inline-block;
    background-size: 100%;
    font-size: 0.26rem;
    padding: 0.4rem 0;
    border: #bcd5f1 solid 1px;
    border-radius: 5px;
    text-align: center;
    margin-top: 0.34rem;
}

.hyserve a img {
    width: 0.7rem;
	margin:0 auto;
	margin-bottom:0.2rem;
    -webkit-transition: 0.4s ease-in;
	display:block;
    transition: 0.4s ease-in;
}



.scroll-box a {
    display: inline-block;
    white-space: nowrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:0.27rem;
}

.scroll-mask {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)
}

.scroll-mask.on {
    /*display:block;*/
}
.new1{ background:#fff; padding:0.4rem 3%; margin-bottom:3%;}

.leftP,.rightP{ display:none;}

.menuMder{ padding: 0.4rem 3%; background:#fff;}
.menuMder .member-title{ margin-bottom:0.34rem;}
.swiperMember>div.swiper-wrapper{ padding-bottom:0.4rem;}
.new .titBox,.m-l-header{
    display: flex;
    justify-content: space-between;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
}

.new .titBox h4,.m-l-header h4 ,.member-title{
    font-size: 0.28rem;
    position: relative;
    color: #0477ca;
}

.new .titBox h4::before,.m-l-header::before{
    width: 100%;
    height: 3px;
    background: #0477ca;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.45rem;
}

.new .titBox a,.m-l-header a {
    font-size: 0.24rem;
}


.m-l-con{
    margin-top:0.3rem;
	overflow:hidden;
}
.m-l-con div{width: 33.2%; float:left;}
.m-l-con div>a{
   display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 1.5rem;
    /* margin-bottom: 0.3rem; */
    padding: 0.14rem 0;
    box-sizing: boder-box;
    border: 1px solid #e7e7e7;
}
.m-l-con div>a img{ width:43%;}
.m-l-con div:nth-child(even) a{background:#f2f2f2;}


.bannerA{ height:3.5rem;}

.bannerA .swiper-slide{background-size:cover;    background-repeat: no-repeat;background-position:top center;}


.swiper-container-c>.swiper-wrapper {
    transform: none;
}

.swiper-container-c>.swiper-wrapper>.swiper-slide {
    height: 100% !important;
}

.banner {
	height:1.2rem;
	display:none;
}

.swiper-container-b {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-container-b .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-pagination-b .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.boxFontCent .imgBoxFont span {
    display: block;
    height: 4.6rem;
}

.boxFontCent .imgBoxFont span img {
    width: 100%;
    height: 4.4rem;
}

.boxFontCent .imgBoxFont h4, .boxFontCent .fontList h5 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boxFontCent .imgBoxFont p, .boxFontCent .fontList p {
    font-size: 0.26rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.boxFontCent .fontList {
    margin: 0.3rem 0;
}

.box5Right ul {
    overflow: hidden;
}

.box5Right ul li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 0.3rem;
}

.box5Right ul li span {
    width: 90%;
    margin: 0 auto;
    height: 4.5rem;
    display: block;
}

.box5Right ul li img {
    height: 4.4rem;
    display: block;
    width: 100%;
}

.firedDiv {
    padding: 4% 3%;
    border-top: #f2f6f8 solid 10px;
}

.firedDiv .tit {
    margin-top: 0.2rem;
}

.firedDiv a {
    margin-right: 0.2rem;
    width: 45%;
    display: inline-block;
    font-size: 0.25rem;
    text-align: center;
    padding: 0.15rem 0
}

.headerBox {
    padding: 2% 3%;
    background: #fff;
    position: sticky;
    width: 94%;
    top: 0;
    z-index: 999;
}

.headerBox .header {
    overflow: hidden;
}

.headerBox .header>div {
    display: none;
}

.headerBox .header>a {
    width: 50%;
    display: block;
    float: left;
}

.headerBox .header .navDh {
    float: right;
    font-size: 0.3rem;
    font-weight: bold;
    color: #08472c;
    margin-top: 0.2rem;
    margin-right: 0.15rem;
}

.headerBox .inputBox {
    display: none;
}

.nav {
    display: none;
    width: 100%;
    height: 100%;
    background: #4a8aca;
    color: #fff;
    margin-top: -0.35rem;
    position: fixed;
    top: 1.25rem;
    right: 0;
    z-index: 999;
}

.ulList{height: 96%;
    overflow-y: auto;}

.nav ul {
    padding: 0.5rem 0;
}

.nav ul li {
    margin: 0 6%;
    border-bottom: #247753 solid 1px;
    padding: 0.25rem 0;
    position: relative;
}

.nav ul li::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
      padding: 0.05rem;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0.4rem;
    -webkit-transform: rotate(45deg);
}

.nav ul li>a {
    color: #fff;
        font-size: 0.28rem;
    margin-left: 3%;
    display: block;
    width: 50%;
}

.nav ul li:hover div {
    display: block;
}

.nav ul li div {
    display: none;
    margin: 0.3rem 0;
}

.nav ul li div a {
    font-size: 0.3rem;
    color: #fff;
    display: block;
    padding: 0.2rem 0;
    padding-left: 0.5rem;
}

.serch>a{ display:none;}

.serch>div{    position: absolute;padding-left: 1px;width: 94%;
   top: 1rem; }

.serch>div input{ line-height: 0.6rem; padding:0 0.4rem; font-size:0.24rem;border: #ddd solid 1px;width: 66%;}
.serch>div a{    display: inline-block;
    background:#0e66bf;
    line-height: 0.6rem;    text-align: center;
    color: #fff;
    width:1.2rem}
.serch>div a img{ width:20%; margin-right:0.1rem;}

.childbanner{      margin: 0.3rem 3% 0.3rem 3%; }

.contentDiv {
    background: #fff;
    padding: 5% 3%;
}

.contentDiv .current {
    margin-bottom: 0.2rem;
}

.contentLeft .tit {
    background: #08472c;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    display: none;
}

.contentLeft {
    display: none;
}

.contentLeft ul {
    overflow: hidden;
    margin-bottom: 15px;
}

.contentLeft ul li {
    width: 33%;
    background: #08472c;
    display: block;
    float: left;
}

.contentLeft ul li a {
    color: #fff;
    padding: 0.6rem 0;
    text-align: center;
    display: block;
}

.contentRight .rightNews li {
    padding: 0.26rem 0;
}

.contentRight .rightNews li a {
    overflow: hidden;
    display: flex;
}

.contentRight .rightNews li .date {
    width: 50%;
}

.contentRight .rightNews li .fontBox {
    width: 100%;
    margin-left: 0.2rem;
}

.contentRight .rightNews li .fontBox h4 {
    font-size: 0.24rem;
    font-weight: 100;
    line-height: 0.45rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contentRight .rightNews li .fontBox p {
    display: none;
}

.contentRight .rightNews li .fontBox div {
    font-size: 0.12rem;
    margin-top: 0.1rem;
}

.contentRight .rightNews li .fontBox div span {
    display: block;
    font-size: 0.22rem;
    color: #666;
}

.contentRight .rightNews li .fontBox div span:last-of-type {
    display: none;
}

.pagination {
    margin: 0.2rem 0;
}

.pagination .derd {
    display: flex;
    justify-content: center;
}

.pagination .derd div {
    display: none;
}

.pagination .derd a {
    display: none;
    width: 50%;
    border-radius: 5px;
    text-align: center;
    border: #eee solid 1px;
    font-size: 0.24rem;
    margin-right: 0.2rem;
}

.pagination .derd a:first-of-type, .pagination .derd a:last-of-type {
    display: block;
    padding: 0.24rem 0;
}

.textNews li {
    border-bottom: #eee dashed 1px;
}

.textNews li a {
    overflow: hidden;
    display: flex;
    padding: 0.32rem 0;
}

.textNews li a p {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
}

.textNews li a span {
    width: 32%;
    text-align: right;
    color: #666;
}

.footerDiv {
    background: #3d463b;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    padding: 0.25rem 0;
    line-height: 0.4rem;
}

.footerDiv img {
    width: auto;
}

.footerDiv span {
    display: block;
}

.right_nav {
    display: none;
}

.contentDetail {
    font-size: 0.26rem;
}

.contentDetail .tit {
    text-align: center;
    margin: 0.4rem 0;
}

.contentDetail .tit h4 {
    font-size: 0.3rem;
}

.contentDetail .tit p {
    margin: 0.2rem 0;
}

.contentDetail .tit p span {
    display: block;
    color: #666;
    margin-bottom: 0.1rem;
	font-size:0.24rem
}

.detailBox {
    line-height: 0.44rem;
}

.detailBox p {
    font-size: 0.26rem;
    margin-bottom: 0.32rem;
}


.detailBox p * {
    font-size: 0.26rem !important;
    font-family: '微软雅黑' !important;
    line-height: 0.4rem!important;
}

.detailBox p img{     text-indent: -2em;
    display: block;}

.message h4 {
    text-align: center;
    font-size: 0.36rem;
    margin-bottom: 0.34rem;
}

.message dl dt {
    display: none;
}

.message dl dd {
    margin-bottom: 0.3rem;
}

.message dl dd input, .message dl dd textarea {
    border: #eee solid 1px;
    border-radius: 5px;
    padding: 4% 3%;
    width: 94%;
    resize: none;
    font-size: 0.26rem;
}

.message dl dd textarea {
    min-height: 100px;
    font-family: '微软雅黑';
}

.message>a {
    width: 100%;
    background: #08472c;
    padding: 4% 0;
    color: #fff;
    font-size: 0.32rem;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.boxCentBox3 {
    background: #fff;
    margin-top: 0.3rem;
    padding: 0.3rem;
}

.boxCentBox3 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxCentBox3 .title h5 {
    padding-bottom: 0.2rem;
    border-bottom: #be1212 solid 2px;
    color: #be1212;
    font-size: 0.32rem;
    font-weight: normal;
}

.boxCentBoxPfont p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxCentBoxPfont p a {
    width: 73%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.2rem 0;
}

.boxCentBoxPfont p a::before {
    content: '•';
    margin-right: 0.1rem;
}

.boxCentBoxPfont p b {
    font-weight: normal;
}

/*首页*/

.boxCent, .box5cont {
    background: #fff;
}

.boxCent .titNotice>img, .control {
    display: none;
}

.boxCent .newGd {
    overflow: hidden;
    padding: 0.4rem 3% 0.2rem 3%;
    font-size: 0.32rem;
}

.boxCent .newGd h4 {
    float: left;
}

.boxCent .newGd a {
    float: right;
}

.marquee1 {
    padding-bottom: 0.3rem;
}

.boxCent .titNotice .marquee1 ul {
    width: 94% !important;
    padding: 0 3%;
}

.boxCent .titNotice .marquee1 ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    font-size: 0.26rem;
}

.boxCent .titNotice .marquee1 ul li {
    padding: 0.15rem 0;
}

.photoFontDiv {
    margin-top: 0.2rem;
}

.boxCentRight .more {
    width: 100%;
    background: #eee;
    display: block;
    text-align: center;
    padding: 0.2rem 0;
}

.booklist {
    overflow: hidden;
    margin-right: -0.35rem;
}

.booklist li {
    width: 46.2%;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
}

.booklist li h4 {
    text-align: center;
    font-size: 0.28rem;
    font-weight: normal;
}

.booklist li .fontBox div, .booklist li .fontBox p {
    display: none;
}

.imgBanner img {
    display: block;
}

.photoFontDiv .swiper-pagination {
    bottom: 0.3rem;
}

.photoFontDiv a {
    display: block;
    background: #fff;
}

.photoFontDiv .cirle {
    font-size: 0.3rem;
    padding: 0.2rem 0.3rem 0.6rem 0.3rem;
    text-align: center;
}

.photoFontDiv .cirle p {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photoFontDiv img {
    height: 4.5rem;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.gallery {
    background: #fff;
    margin-top: 0.3rem;
}

.gallery .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
}

.gallery .title>h5 {
    padding: 0.3rem 0;
    font-weight: normal;
    font-size: 0.32rem;
    border-bottom: #fff solid 2px;
}

.gallery .title>h5.active {
    border-bottom: #be1212 solid 2px;
    color: #be1212;
}

.boxContCent>div {
    display: none;
    padding: 0.3rem;
    padding-top: 0;
}

.boxContCent>div>a {
    display: block;
    background: #eee;
    text-align: center;
    width: 100%;
    padding: 0.2rem 0;
    border-radius: 3px;
    margin-top: 0.2rem
}

.boxContCent .conBoxNew0 {
    display: block;
}

.boxContCent .notBox {
    padding-bottom: 0.3rem;
    border-bottom: #dfdfdf solid 1px;
    margin-bottom: 0.2rem;
}

.boxContCent .notBox h4 {
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boxContCent .notBox p {
    text-overflow: -o-ellipsis-lastline;
    font-size: 0.24rem;
    margin-top: 0.2rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fontList p a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
    font-size: 0.24rem;
}

.fontList p a b {
    font-weight: normal;
}

.fontList p span {
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kjrk {
    margin: 0.3rem 0;
    padding: 0.3rem 0;
    background: #fff;
}

.kjrk>a {
    display: flex;
    width: 92%;
    height: 1rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
}

.kjrk>h5 {
    display: none;
}

.kjrk>div {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
}

.kjrk>div>dl {
    float: left;
    text-align: center;
}

.kjrk>div>dl img {
    width: 0.6rem;
}

.textlist2 .item{ padding: 0.2rem 0;
    border-bottom: #ddd dashed 1px;}
.textlist2 .cont a{ display:block}
.textlist2  .time{ margin-bottom:0.2rem;}
.textlist2 .cont a h3{ font-size: 0.26rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.textlist2 .cont a p{ font-size:0.24rem;
margin-top: 0.1rem;
    color: #999;
    line-height: 0.4rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.Imgtextlist2 li { margin-bottom:0.3rem;}

.Imgtextlist2 li a{ display:flex;}
.Imgtextlist2 li a .time{ width:33%; margin-right:3%; height:1.5rem;}
.Imgtextlist2 li a .time img{ height:100%;width:100%;}
.Imgtextlist2 li a span{ display:block; margin:0.1rem 0; font-size:0.22rem;}
.Imgtextlist2 li a .cont{ width:64%;}

.Imgtextlist2 li a .cont h3{text-overflow: ellipsis; font-size:0.26rem;
    white-space: nowrap;
    overflow: hidden; }

.Imgtextlist2 li a .cont p{ font-size:0.24rem; color:#666;    text-overflow: -o-ellipsis-lastline;     line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.sevenTilte {
    border-bottom: #eee solid 1px;
    padding-bottom: 0.5rem;
	margin:0.5rem 0;
}

.sevenTilte h4 {
    color: #0477ca;
    font-size: 0.28rem;
    font-weight: bold;
}

.sevenTilte h4 span {
    font-size: 0.26rem;
    color: #333;
    font-weight: normal;
}

.sevenTilteNav {
    overflow: hidden;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
}

.sevenTilteNav h5 {
float: left;
    font-size: 0.26rem;
    cursor: pointer;
    color: #0477ca;
    background: #eee;
    padding: 0.1rem 0.2rem;
}

/*.sevenTilteNav h5.active::after{ width: 40px; height: 2px; background: #0477ca; content: ''; display: block; margin-top: 10px;}*/
.sevenTilteNav h5.active {
    background: #0477ca;
    color: #fff;
}

.sevenBox ul {
    overflow: hidden;
    display: none;
}

.sevenBox ul li {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.26rem;
    padding: 0.2rem 0;
}

.sevenBox ul.sevenBox0 {
    display: block;
}
.footer {
    width: 100%;
    background: #0e66bf;
    padding: 35px 0px 14px 0;
}

.footer .cartoona {
    margin: 0 auto;
}

.footer .ftLeft {
padding:0 0.3rem;
}

.footer .ftLeft>div {
    color: #fff;
    border-bottom: #4a8aca solid 1px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.footer .ftLeft p {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
	line-height:0.3rem;
    color: #fff;
}

.footer .ftLeft p span,
.footer .cartoona p a {
    margin-right: 15px;
    color: #fff;
}

.footer .ftRight {
    /* width: 288px; */
    display: flex;
	    justify-content: center;
}

.footer .ftRight img {
    width:1.5rem;
}

.footer .ftRight dl {
    margin:0  0.2rem;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
}

.footer .ftRight dl dt {
    margin-bottom: 0.05rem;
}


.footer .styled-select .searchable-select {
    margin-top:0.2rem;
}

.searchable-select-hide {
    display: none;
}

.searchable-select {
    display: inline-block;
    width: 100%;
    font-size: 0.24rem;
    line-height: 2;
    color: #fff;
    vertical-align: middle;
    position: relative;
    outline: none;
}

.searchable-select-holder {
padding: 0.06rem 0.2rem;
    background-image: none;
    border: 1px solid #4591dd;
    color: #fff;
    overflow: hidden;
    padding-right: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchable-select-caret {
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-color: white transparent transparent transparent;
    top: 5px;
    bottom: 0;
    border-style: solid;
    border-width: 0.08rem;
    margin: auto;
    right: 0.2rem;
}

.searchable-select-dropdown {
    position: absolute;
    background-color: #0e66bf;
    border: 1px solid #4591dd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px;
    border-top: none;
    bottom: 0.6rem;
    left: 0;
    z-index: 99;
    right: 0;
}

.searchable-select-input {
    margin-top: 0.05rem;
    border: 1px solid #4591dd;
    outline: none;
    padding: 0.05rem;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
}

.searchable-scroll {
    margin-top: 4px;
    position: relative;
}

.searchable-scroll.has-privious {
    padding-top: 16px;
}

.searchable-scroll.has-next {
    padding-bottom: 16px;
}

.searchable-has-privious {
    top: 0;
}

.searchable-has-next {
    bottom: 0;
}

.searchable-has-privious,
.searchable-has-next {
    height: 16px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
    /*background-color: white;*/
    line-height: 8px;
    cursor: pointer;
}

.searchable-select-items {
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
}

.searchable-select-items::-webkit-scrollbar {
    display: none;
}

.searchable-select-item {
    padding: 5px 5px;
    cursor: pointer;
    min-height: 30px;
    box-sizing: border-box;
}

.searchable-select-item.hover {
    background: #1058a0;
    color: white;
}

.searchable-select-item.selected {
    background: #1058a0;
    color: white;
}

.searchable-select-item.selected a,
.searchable-select-item a {
    display: block;
    color: #fff
}

.totop {
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 20%;
    background: #fff;
    border: 1px solid #e2e2e2;
    opacity: 0.85;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.totop img{ width:50%;}

.rightIcon{ display:block!important;    margin-top: 0.07rem; float:right;}

.rightIcon>span{ margin-left:0.4rem; width:0.5rem;    display: inline-block;}


.fixnava {
    display: none !important;
}