/* update by py */

/* 顶部logo */

.warp-bg {
    width: 100%;
    padding: 20px 0 40px 0;
    background: #f7f9ff;
}

.head {
    height: 60px;
    padding-top: 15px;
}

.head img {
    height: 50px;
}

.search-group {
    padding-top: 15px;
    position: relative;
}

.search-group input {
    height: 32px;
    width: 328px;
    border: 1px solid #eee;
    border-radius: 20px;
    color: #666;
    padding-left: 45px;
    padding-right: 80px;
    font-size: 14px;
    background: #ebebeb;
}

.search-group input:active {
    border: 1px solid #ccc;
}

.search-group>i {
    font-size: 24px;
    color: #999;
    position: absolute;
    left: 13px;
    top: 18px;
}

.search-group>a {
    position: absolute;
    top: 16px;
    right: 0px;
    width: 80px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background: #faa600;
    text-align: center;
    line-height: 30px;
}

/* nav导航 */

.nav-group {
    background: #075da4;
}

.nav-group li {
    float: left;
    padding: 10px 0px;
    text-align: center;
    width: 170px;
}

.nav-group li>a {
    font-size: 16px;
    color: #fff;
}

.nav-group li>a>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
   	 margin-top: -4px;
}

.nav-group li.active,
.nav-group li:hover {
    background: #278dde;
}

/* banner */

.banner-group {
    height: 350px;
    overflow: hidden;
}

.swiper-slide .banner-bg1 {
    display: block;
    width: 100%;
    height: 350px;
    background: url("../images/banner/cg-banner1.png") center no-repeat;
    background-size: 100% 100%;
}

.swiper-slide .banner-bg2 {
    display: block;
    width: 100%;
    height: 350px;
    background: url("../images/banner/cg-banner2.png")center no-repeat;
    background-size: 100% 100%;
}
/*����*/
.swiper-slide .banner-bg3 {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/banner/cg-banner3.png")center no-repeat;
    background-size: 100% 100%;
}
.swiper-slide .banner-bg4 {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/banner/cg-banner4.png")center no-repeat;
    background-size: 100% 100%;
}
.swiper-slide .banner-bg5 {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/banner/cg-banner5.png")center no-repeat;
    background-size: 100% 100%;
}
.swiper-slide .banner-bg6 {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/banner/cg-banner6.png")center no-repeat;
    background-size: 100% 100%;
}
.swiper-slide .banner-bg7 {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/banner/cg-banner7.png")center no-repeat;
    background-size: 100% 100%;
}
.swiper-slide .banner-bg8 {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/banner/cg-banner8.png")center no-repeat;
    background-size: 100% 100%;
}
.swiper-slide .banner-bg9 {
    display: block;
    width: 100%;
    height: 600px;
    background: url("../images/banner/cg-banner9.jpg")center no-repeat;
    background-size: 100% 100%;
}
.banner-move1 {
    position: relative;
    top: -394px;
    left: 46px;
}

.banner-move1>img {
    display: block;
     position: absolute;
}
.banner-move1>img:first-child{
	margin-left: 330px;
    margin-top: -63px;
    transform: translate(-1140px);
}
.banner-move1>img:last-child {
    margin-left: -85px;
    transform: translate(-1140px);
}

.swiper-slide-active .banner-move1>img:first-child {
    transform: translate(0px);
    transition: all 1s;
}

.swiper-slide-active .banner-move1>img:last-child {
    transform: translate(0px);
    transition: all 2s;
}

.banner-move2 {
    position: relative;
    top: -405px;
    left: 350px;
}

.banner-move2>img {
    display: block;
    position: absolute;
}

.banner-move2>img:first-child{
	margin-left: -442px;
    margin-top: -63px;
    transform: translate(-1140px);
}
.banner-move2>img:last-child {
    margin-left: -349px;
    transform: translateY(-1140px);
}

.swiper-slide-active .banner-move2>img:first-child {
    transform: translate(0px);
    transition: all 1s;
}

.swiper-slide-active .banner-move2>img:last-child {
    transform: translateY(0px);
    transition: all 2s;
}

.banner-move3 {
    position: relative;
    top: -405px;
    left: 350px;
}

.banner-move3>img {
    display: block;
    position: absolute;
}

.banner-move3>img:first-child{
	margin-left: -442px;
    margin-top: -68px;
    transform: translateY(-1140px);
}
.banner-move3>img:last-child {
    margin-left: -349px;
    transform: translateY(-1140px);
}

.swiper-slide-active .banner-move3>img:first-child {
    transform: translateY(0px);
    transition: all 1s;
}

.swiper-slide-active .banner-move3>img:last-child {
    transform: translateY(0px);
    transition: all 2s;
}

.banner-move4 {
    position: relative;
    top: -405px;
    left: 350px;
}

.banner-move4>img {
	    display: block;
	    position: absolute;
	}
.banner-move4>img:first-child{
		 margin-left: -418px;
	    z-index: 99;
	    margin-top: 21px;
	    transform: translate(1140px);
	}
.banner-move4>img:last-child {
	    margin-left: -470px;
	    margin-top: 72px;
	    transform: translate(-1140px);
	}

.swiper-slide-active .banner-move4>img:first-child {
	    transform: translate(0px);
	    transition: all 1s;
	}
.swiper-slide-active .banner-move4>img:last-child {
	    transform: translate(0px);
	    transition: all 2s;
	}
.banner-move5 {
	    position: relative;
	    top: -422px;
  		left: 205px;
	}
.banner-move5>img {
	    display: block;
	    position: absolute;
	    width:0px;
	    margin-left: -284px;
	    margin-top: 30px;
	}
.swiper-slide-active .banner-move5>img {
		width:523px;
	    transition: width 1s;
	}
/*
.banner-move5>img:first-child{
		 margin-left: -542px;
	    margin-top: 31px;
	}
.banner-move5>img:last-child {
    margin-left: -470px;
    margin-top: 72px;
}
.swiper-slide-active .banner-move5>img:first-child {
		width:799px;
	    transition: width 1s;
	}
.swiper-slide-active .banner-move5>img:last-child {
		width:646px;
	    transition: width 2s;
	}
*/
.banner-move6 {
    position: relative;
    top: -405px;
    left: 350px;
}
.banner-move6>img {
    display: block;
    position: absolute;
}
.banner-move6>img {
    margin-left: -470px;
    margin-top: 0px;
    transform: translate(-1140px);
}
.swiper-slide-active .banner-move6>img {
    transform: translate(0px);
    transition: all 1s;
}
.banner-move7 {
    position: relative;
    top: -405px;
    left: 350px;
}
.banner-move7>img {
	display: block;
    position: absolute;
    margin-left: -505px;
    margin-top: -75px;
    transform: translate(1140px);
}
.swiper-slide-active .banner-move7>img {
    transform: translate(0px);
    transition: all 1s;
}
/* login */
.login-warp {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.login-group {
    position: absolute;
    z-index: 200;
    top: -305px;
    right: 0;
    width: 340px;
    height: 260px;
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
    border-radius: 6px;
}

.login-group ul {
    border-bottom: 0;
}

.login-group>ul>li {
    padding: 0;
    width: 50%;
    height: 100%;
    height: 20px;
    text-align: center;
}

.login-group>ul>li a {
    color: #333;
    padding-top: 0;
    padding: 0;
    border: 0;
    margin: 0;
}

.login-group>ul>li:first-child {
    border-right: 1px solid #b2b2b2;
}

.login-group>ul>li.active>a,
.login-group>ul>li.active>a:focus,
.login-group>ul>li.active>a:hover {
    color: #0062e6;
    cursor: default;
    background-color: inherit;
    border: 0;
    padding-top: 0;
}

.login-group>ul>li:hover>a {
    background-color: inherit;
    border: 0;
    color: #0062e6;
}

/* .tab-content {
    padding-top: 20px;
} */

.login-info .info-group {
    position: relative;
    margin-bottom: 16px;
}

.info-group>input,
.info-group>.select-info {
    width: 100%;
    height: 30px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 30px;
}

.info-group>.select-info {
    color: #333;
}

.info-group>i {
    color: #999;
    position: absolute;
    font-size: 20px;
    left: 10px;
    top: 5px;
}

.info-group>input:focus {
    border-color: #36a5ff;
}

.info-group>input:focus+i {
    color: #36a5ff;
}

.pwd-code>li {
    text-align: center;
    height: 30px;
}

.pwd-code>li>input,
.pwd-code>li>img,
.pwd-code>li>a {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.pwd-code>li>a {
    line-height: 30px;
    border: 0;
}

.pwd-code>li>input {
    padding: 3px 5px;
    font-size: 12px;
}

/* btn-grouo */

.btns-group {
    margin-top: 20px;
}

.btns-group>li {
    text-align: center;
    height: 30px;
}

.btns-group>li:first-child {
    padding-right: 10px;
}

.btns-group>li:last-child {
    padding-left: 10px;
}

.btns-group>li>a {
    font-size: 16px;
    color: #fff;
    height: 100%;
    line-height: 30px;
    border-radius: 2px;
}

.btns-group>li>a.login-btn {
    background: #19a4fa;
}

.btns-group>li>a.reset-btn {
    background: #faa600;
}

/* 滚动统计*/

.total-num {
    height: 60px;
}

.total-num>ul {
    padding: 10px 0;
    height: 60px;
}

.total-num>ul>li {
    height: 100%;
    padding-left: 80px;
}

.total-num>ul>li:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.total-num>ul>li>div {
    height: 100%;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    /* color: #eb8031; */
}

.total-num>ul>li img,
.total-num>ul>li span,
.total-num>ul>li i {
    float: left;
    margin-right: 6px;
}

.total-num>ul>li i {
    color: #eb8031;
}

.total-num>ul>li span:last-child {
    margin-top: 2px;
    font-size: 14px;
}

/* news */

.news-conntent>.warp>div {
    width: 590px;
    border: 1px solid #ccc;
}

.news-info>img {
    width: 100%;
    height: 400px;
}

/* befor-next */

.con-group {
    right: 0;
}

.con-group .left-con,
.con-group .right-con {
    width: 38px;
    height: 35px;
    color: #fff;
    top: auto;
    left: auto;
    right: 0;
    top: 388px;
    background-image: none;
    background: #314075;
    text-align: center;
    line-height: 35px;
}

.con-group .left-con {
    top: 355px;
    background: #3b52b3;
}

.news-left .news-page {
    text-align: left;
    top: 330px;
}

.news-left .news-page>li {
    width: 80px;
    height: 70px;
    background: #ffa800;
    opacity: 1;
    color: #fff;
    text-align: center;
    opacity: 0.8;
    border-radius: 0;
    margin: 0 !important;
}

.news-left .news-page>li.swiper-pagination-bullet-active {
    background: #fff;
    color: #542b70;
    opacity: 1;
}

.news-left .news-page>li>i {
    line-height: 55px;
    font-weight: bold;
    font-size: 30px;
}

.news-left .news-page>li>span {
    font-size: 12px;
    font-size: 12px;
    margin-top: -10px
}

.con-group .left-con:hover,
.con-group .right-con:hover,
.news-left .news-page>li:hover {
    opacity: 0.7;
}

.news-info .p-group {
    background: #fff;
    padding: 20px;
}

.news-info .p-group>p {
    color: #333;
    line-height: 24px;
}

.p-group .p-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.p-group .p-content {
    font-size: 14px;
}

/* news-tab */

.news-right {
    background: #fff;
}

.news-box ul {
    border-bottom: 0;
/*     border-top:4px solid #3a78b5; */
    background:#f1f1f1;
}

.news-box>ul>li {
    padding: 0;
    width: 35%;
    height: 56px;
    text-align: center;
    padding:9px 10px;
}

.news-box>ul>li a {
    color: #000016;
    padding-top: 0;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    font-size: 18px;
}

.news-box>ul>li.active>a,
.news-box>ul>li.active>a:focus,
.news-box>ul>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #075da4;
    border: 0;
    padding-top: 0;
    border-radius: 24px;
    line-height: 40px;
}

.news-box>ul>li:hover>a {
    background-color: inherit;
    border: 0;
    border-radius: 0;
}

/* list-news */

.listNews-group {
    background: #fff;
}

.list-news {
	display:block;
    margin: 10px 30px;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.list-news p {
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-news p:nth-child(2) {
    font-weight: 700;
}

.list-news p>img {
    margin-right: 10px;
    margin-top: -4px;
}

/* common-title" */

.common-title {
    margin-top: 30px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.common-title>span {
    font-size: 28px;
    border-bottom: 2px solid #f47e1c;
    padding-bottom: 4px;
}

.common-title>i {
    margin-top: 12px;
    font-size: 20px;
    margin-left: 10px;
}

.common-title>a {
    color: #f47e1c;
    margin-top: 18px;
    font-size: 14px;
}

/* common */

.common-group {
    border-bottom: 0;
    padding-top: 0px;
}

.common-group>ul {
    padding-top: 0px;
    border-bottom: 0;
}

.common-group>ul>li {
    padding: 0;
    height: 47px;
}

.common-group>ul>li a {
    color: #666;
    padding-top: 0;
    padding: 0 12px;
    height: 46px;
    border: 0;
    margin: 0;
    font-size: 18px;
    line-height: 46px;
}

.common-group>ul>li.active>a,
.common-group>ul>li.active>a:focus,
.common-group>ul>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #f0a423;
    border: 0;
    padding-top: 0;
    border-radius: 0;
}

.common-group>ul>li:hover>a {
    background-color: inherit;
    border: 0;
    border-radius: 0;
}

/* app */


.app-group .common-group>ul {
    padding-left: 270px;
    margin-top: -47px;
}

.app-group .common-group>ul>li {
    text-align: center;
}

.app-lists {
    width: 100%;
}

.app-lists>a {
    width: 25%;
    float: left;
    margin-bottom: 40px;
}

.app-lists>a>img {
    margin-right: 14px;
}

.app-lists>a .app-io {
    color: #333;
    font-size: 16px;
}

.app-io>p {
    margin-bottom: 16px;
}

/* resources*/

.resources-group {
    padding-top: 20px;
}

.resources-group>.resTotal-bg {
    width: 336px;
    height: 358px;
    background: url(../images/res/res-logo.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.resources-group .res-total {
    text-align: center;
    height: 50%;
    padding-top: 36px;
}

.res-total>li {
    margin-bottom: 4px;
}

.res-total>li>i {
    font-size: 32px;
}

.res-total>li>span {
    font-size: 18px;
}

.resources-group>div.pull-right {
    width: 850px;
}

.res-show .resShow-title {
    font-size: 18px;
    color: #fff;
    background: #f0a524;
    width: 128px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
}

.res-show>ul>li a {
    color: #666;
    padding-top: 0;
    padding: 0 12px;
    height: 46px;
    border: 0;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
}

.res-show>ul>li.active>a,
.res-show>ul>li.active>a:focus,
.res-show>ul>li.active>a:hover {
    font-weight: 700;
    color: #666;
    cursor: default;
    background-color: inherit;
    border: 0;
    padding-top: 0;
    border-radius: 0;
}

.res-show>ul>li:hover>a {
    background-color: inherit;
    border: 0;
    border-radius: 0;
}

.res-show>ul {
    padding-left: 127px;
    margin-top: -46px;
    border-bottom: 1px solid #ccc;
}

.resShow-content {
    padding: 25px 40px;
    background: #fff;
    border: 1px solid #ccc;

}

.resShow-content li {
    float: left;
    width: 360px;
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
}

.resShow-content li:nth-child(2n+1) {
    margin-right: 30px;
}

.resShow-content li>i,
.resShow-content li>img,
.resShow-content li>a,
.resShow-content li>span {
    display: inline-block;
    color: #666;
    font-size: 16px;
}

.resShow-content li>i {
    width: 48px;
    margin: 0 10px 0 4px;
}

/* 字符 */
/* .resShow-content li>i.width2,
.resShow-content li>span.width2 {
    letter-spacing: 16px;
    margin-right: -16px;
   
} */
.resShow-content li>span {
    width: 48px;
}

.resShow-content li>a {
    width: 220px;
}

/* activity */
.activity-group {
    padding: 20px 0 40px 0;
}

.activity-group .activity-title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #333;
    padding: 6px 0;
    width: 100%;
    margin-bottom: 10px;
}

.activity-group .activity-left {
    padding: 0 20px;
}

.activity-left .act-left {
    margin-right: 16px;
}

.activity-left>ul {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #ccc;
}

.activity-left>ul>li {
    margin-bottom: 30px;
}

.act-left>span,
.act-left>i {
    width: 48px;
    height: 41px;
    font-weight: 700;
    text-align: center;
    line-height: 41px;
    font-size: 22px;
}

.act-left>span {

    background: #c7ccd7;
    color: #fff;
}

.act-left>i {

    color: #84878f;
}

.activity-left>ul>li:first-child .act-left>span {
    background: #0e64cb;
}

.activity-left>ul>li:first-child .act-left>i {
    color: #0e64ca;
}
.act-right>p:nth-child(1) {
    color: #0e64cb;
    font-weight: 700;
    font-size: 16px;
}

.act-right>p:nth-child(2) {
    color: #999;
    font-size: 14px;
}

.act-right>p:nth-child(3) {
    color: #333;
    font-size: 16px;
    width: 350px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.activity-group .activity-right {
    width: 704px;
}
.activity-right .new-activity{
    width: 100%;
}

.new-activity>ul>li{
margin-bottom: 10px;
text-align: center;
margin-bottom: 30px;
}
.new-activity>ul>li>a{
    color: #666;
    line-height: 25px;
    font-size: 14px;
}
.new-activity>ul>li>a>img{
    width: 170px;
}
.new-activity>ul>li i{
    line-height: 35px;
    font-size: 16px;
    color: #3b77b3;
}
.new-activity>ul>li span>em{
    font-style: normal;
    color: #eb8700;
}
/* space */
.space-log {
    background: url("../images/space/space-log.png")no-repeat;
    box-sizing: 100% 100%;
    width: 336px;
    height: 150px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
}

.space-log>i {
    font-size: 32px;
}

.spanc-rate {
    margin-top: 20px;
    background: #fff;
    padding: 20px 50px;
}

.spanc-rate li {
    width: 100%;
    margin-bottom: 25px;
}

.spanc-rate li>img,
.spanc-rate li>i,
.spanc-rate li>span {
    display: inline-block;
    color: #666;
}

.spanc-rate li>img {
    vertical-align: bottom;
    margin-right: 10px;
}

.spanc-rate li>span {
    margin-right: 30px;
}

.spanc-rate li>i {
    font-size: 32px;
}

/* tec-progress */
.tec-progress {
    margin-top: 10px;
    padding: 0 14px;
}

.tec-progress .progress {
    height: 10px;
    border: 1px solid #84b750;
    margin-bottom: 3px;
}

.tec-progress .progress>.progress-bar {
    background-color: #84b750;

}

.tec-progress .progress-lable {
    text-align: center;
}

.progress-lable>span,
.progress-lable>i {
    display: inline;
    color: #666;
    font-size: 14px;
}

.progress-lable>i {
    color: #039500;
}

/*   stu-progress */
.stu-progress .progress-lable>i {
    color: #ff8800;
}

.stu-progress .progress {
    border: 1px solid #ff8800;
}

.stu-progress .progress>.progress-bar {
    background-color: #ff8800;

}

/*   fam-progress */
.fam-progress .progress-lable>i {
    color: #ee3300;
}

.fam-progress .progress {
    border: 1px solid #ee3300;
}

.fam-progress .progress>.progress-bar {
    background-color: #ee3300;

}

/* space-right */
.space-show {
    padding: 40px 25px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
}

.space-show li {
    margin: 34px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.space-show li>img {
    width: 100px;
    height: 100px;
}

.space-show li>i,
.space-show li>span {
    line-height: 16px;
    margin-top: 5px;
}
/* school-group */
.school-group{
    padding-top: 20px;
    padding-bottom: 60px;
}
.school-group>.pull-left{
    position: relative;
}
.school-group .school-point{
    display: none;
    width: 240px;
    border: 1px solid #eee;
    padding: 30px 22px;
    border-radius: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 210px;
    bottom: 110px;
    box-shadow:-2px 0 4px #999;
    font-size: 14px;
}
.school-point>p{
    line-height: 24px;
}
.school-point>p:nth-child(2){
    color: #1291e0;
    font-size: 16px;
}
.school-point .point-close{
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 16px;
    color: #666;
}

.school-num{
    width: 400px;
}
 .sch-num-tit{
    width: 100%;
    text-align: left !important;
    padding-bottom: 6px;
    color: #333;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
/* sch-num-map */
.sch-num-map{
    height: 260px;
    box-shadow: 0 0 3px #ccc;
    margin-bottom: 16px;
}
.sch-num-data{
    padding: 30px;
    box-shadow: 0 0 3px #ccc;
    font-size: 14px;
    color: #666;
}
.sch-num-data>ul>li{
    text-align: center;
    /* padding: 0 10px; */
    margin-bottom: 10px;
}
.sch-num-data>ul>li:nth-child(2){
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

}
.sch-num-data>ul>li:last-child{
    border-left: 1px solid #ccc;

}
.sch-num-data>ul i{
    /* width: 90%; */
    display: inline;
    color: #ffa22d;
    font-size: 32px;

}
.sch-num-data>ul span{
  font-size: 14px;

}
/* data */
.data-left-boxs{
    width: 540px;
    margin-top: 30px;
    background: #fbfbfb;
    border: 1px solid #ccc;
}
.data-left-boxs>ul{
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.data-left-boxs .tab-content{
    height: 600px;
    padding-top: 0;
}
.data-left-boxs .tab-content>.tab-pane{
    padding-top: 0;
    height: 100%;
}
.comTotal-group{
    margin-top: 30px;
}
.com-total{
    width: 630px;
    height: 210px;
    border: 1px solid #ccc;
}
.comTotal-group .com-total:nth-child(2){
    margin: 9px 0;
}
/* link */
.help-link {
    margin-top: 20px;
}


.help-link>li>a {
    background: #ebf0fe;
}

.help-link>li.liw-3f>a {
	display:block;
    padding: 10px 0;
    margin-bottom: 10px;
    padding-left: 30%;
}

.help-link>li.liw-3f>a>img,
.help-link>li.liw-3f>a>i {
    display: inline-block;
    margin-right: 5px;
}

.help-link>li.liw-2f>a {
	display:block;
    height: 138px;
    text-align: center;
    padding-top: 34px;
}

.help-link>li.faq-group {
    background: #ebf0fe;
    padding: 10px 20px;
    color: #666;
    height: 138px;
}

.faq-group>ol {
    margin-top: 10px;
}

.faq-group>ol>li {
    height: 24px;
    line-height: 24px;
}

.faq-group>ol>li>a {
    color: #666;
}

.link-group {
    margin-top: 20px;
    padding-bottom: 40px
}

.link-group>table {
    width: 100%;
}

.link-group>table a {
    color: #666;
}

/* foot */

.foot {
    text-align: center;
    background: #075da4;
    padding: 20px;
    color: #fff;
    font-size: 14px;
}

/* 配合手机端，头部导航样式 */
.topnavbar {
	display:none;
	width: 100%;
    height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.list-news:nth-last-child(1) {
    border-bottom: 0;
}
