/* ============================================================
   公共部分
   ============================================================ */
 
/*移动端适配*/
@media screen and (max-width:991px) {
    body {
        min-width: 100px;
        background: #ffffff;
    }
 
    .wrap {
        width: auto !important;
        margin: 0;
        border: none;
        overflow: hidden;
    }
 
    .logo {
        margin-left: 20px;
    }
 
    .pagination-wrp .goto-area,
    .header,
    .footer {
        display: none;
    }
 
    .news-list .container-bd {
        padding: 5px 20px !important;
    }
 
    .news-list .list-wrp li a {
        height: auto !important;
        line-height: auto !important;
    }
 
    .news-list .list-wrp li a:hover {
        text-decoration: none;
    }
 
    .news-list .list-wrp li .name {
        display: block;
        float: none !important;
        width: auto !important;
        color: #222;
    }
 
    .news-list .list-wrp li .time {
        display: block;
        float: none !important;
        margin-top: -20px;
        font-size: 12px;
    }
 
    .news-detail .container-bd {
        padding: 25px 20px !important;
    }
 
    .news-detail .container-bd h2 {
        padding-bottom: 20px !important;
    }
 
    .news-detail .container-bd img {
        max-width: 100%;
    }
 
    .pagination {
        margin-bottom: 20px;
        text-align: center;
    }
 
    .col-6 {
        width: 90% !important;
        margin-left: 0!important;
    }
}
 
 
/* ============================================================
   私有部分
   ============================================================ */
 
/*新闻内容*/
.news-detail .container-hd {
    display: none;
}
 
.news-detail .container-bd {
    padding: 75px;
    width: 100%;
}
 
.news-detail .container-bd a {
    word-break: break-all;
}
 
.news-detail .container-bd h2 {
    padding-bottom: 40px;
    font-size: 18px;
    text-align: center;
}
 
.news-detail .container-bd .sign {
    padding-top: 30px;
    text-align: right;
}
 
/* faq_list.shtml(公告列表页)
------------------------------ */
#search-wrap {
    padding: 0 50px;
    width: 100%;
}
 
#searchform {
    width: 100%;
    background: #fff;
    border: 1px solid #d1d1d1;
    position: relative;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}
 
#searchform input {
    float: left;
    width: 80%;
    background: none;
    color: #595959;
    font-size: 16px;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    position: relative;
    outline: 0;
}
 
#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    margin: 12px 25px 0 0;
    padding: 10px 18px;
    text-transform: uppercase;
    border: none;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}
 
.faq-list .content-bd {
    border: 0;
}
 
.faq-list-box {
    padding-left: 60px;
}
 
.faq-list-box:before {
    content: "";
    display: inline-block;
    background: url("../img/sprite.png") no-repeat;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-position: -190px -65px;
}
 
.faq-list-box:nth-child(2n+1) {
    margin-left: 0;
}
 
.col-6 {
    margin-left: 60px;
    width: calc(50% - 90px);
    float: left;
    min-height: 1px;
    position: relative;
    margin-bottom: 1.5em;
}
 
.faq-list-box h3 {
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
}
 
.faq-list-box a {
    color: #4d4d4d;
    text-decoration: none;
}
 
.faq-list-box .cat-count {
    color: #fff;
    font-size: 10px;
    margin: 0 0 0 5px;
    padding: 0 5px;
    background: #44b549;
    border-radius: 10px;
}
 
.faq-list-box li {
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #e7e7eb;
    padding: 0 0 0 30px;
    position: relative;
}
 
.faq-list-box li:before {
    content: "";
    display: inline-block;
    background: url("../img/sprite.png") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 7px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-position: -195px -130px;
}
 
/* news_list.shtml(公告列表页)
------------------------------ */
.news-list .container-bd {
    padding-top: 15px;
}
 
.news-list .container-bd .pagination-wrp {
    margin-top: 20px;
    margin-bottom: 0;
}
 
.news-list .list-wrp li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7eb;
}
 
.news-list .list-wrp li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #222222;
}
 
.news-list .list-wrp li a:hover {
    color: #459ae9;
}
 
.news-list .list-wrp li .name {
    float: left;
    width: 800px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
 
.news-list .list-wrp li .time {
    float: right;
    color: #8d8d8d;
}
 
 
/* info_list.shtml(站内信列表页)
------------------------------ */
.info-list .container-bd {
    padding-top: 15px;
}
 
.info-list .container-bd .pagination-wrp {
    margin-top: 20px;
    margin-bottom: 0;
}
 
.info-list .list-wrp {
    padding-top: 1px;
}
 
.info-list .list-wrp .yellow {
    color: #ffb103;
}
 
.info-list .list-wrp dl {
    border-bottom: 1px solid #e7e7eb;
    padding-left: 47px;
    line-height: 40px;
    padding-right: 30px;
}
 
.info-list .list-wrp dl:hover {
    background: rgb(244, 245, 249);
}
 
.info-list .list-wrp dl dt {
    margin-left: -17px;
    height: 40px;
    line-height: 40px;
}
 
.info-list .list-wrp dl dt .dot {
    color: #c6c6c6;
    width: 12px;
    text-align: center;
    display: inline-block
}
 
.info-list .list-wrp dl dd {
    color: #8d8d8d;
    overflow: hidden;
    max-height: 0;
}
 
.info-list .list-wrp dl a {
    display: block;
    color: #222222;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
}
 
.info-list .list-wrp dl a:hover {
    color: #222222;
    text-decoration: none
}
 
.info-list .list-wrp dl a .time {
    margin-right: 30px;
}
 
.info-list .list-wrp dl dt span.dot {
    font-size: 12px;
}
 
.info-list .list-wrp dl dt span.red {
    color: #ff4f15 !important
}
 
.info-list .list-wrp dl .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-top: -5px;
    *margin-right: 15px;
}
 
.info-list .list-wrp dl.active .arrow-down {
    border-color: transparent transparent #c6c6c6;
    border-style: dashed dashed solid;
    border-width: 0 5px 5px;
}
 
.info-list .list-wrp dl .arrow-down {
    border-color: #c6c6c6 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 5px 5px 0;
}
 
.info-list .list-wrp dl.active {
    background: rgb(244, 245, 249);
}
 
.info-list .list-wrp dl.active p {
    line-height: 1.6;
    padding-bottom: 10px;
    padding-right: 30px;
}
 
.info-list .list-wrp dl.active p a {
    color: #459ae9
}
 
.info-list .pagination-wrp {
    margin-right: 30px;
}
/* 忘记密码 */
.page-single .container-hd,.page-single .container-bd {
    width: 100%;
}
.page-single .container-hd h2 {
    font-weight: 600;
}
.ipt-box .forget-code {
    width: calc(100% - 126px);
}
.ipt-box .forget-codebtn{
    float: right;
    height: 32px;
    margin-right: -20px;
}
.verify-password{
    max-width: 550px;
    margin: 0 auto;
}
.header {
	position: relative;
	z-index: 99;
	background-color: #fff;
	border-bottom: 1px solid #d9dadc;
}

.header .wrap {
	height: 60px;
	position: relative;
	overflow: visible;
	z-index: 999
}

.header .logo {
	float: left;
	width: 264px;
	height: 50px;
	margin: -17px 0 25px;
	overflow: hidden;
	text-indent: -999px;
	background: url("../images/logo-ysx.png") no-repeat, none;
	padding: 10px 59px 10px 0;
}

.header .logo a {
	display: block;
	height: 40px;
	margin-top: 12px;
	text-indent: -999px;
	background: url(https://wx.gtimages.com/pay/images/common/logo.png?v=20160114) no-repeat
}

.header .link {
	float: right;
	line-height: 60px;
}

.header .link a {
	color: #222;
}

.header .link a:hover {
	color: #459ae9
}

.header .pole-msg {
	display: inline-block;
	*display: inline;
	position: relative;
}

.header .pole-msg .content-us {
	display: inline-block;
	width: 75px;
	height: 60px;
	position: relative;
	z-index: 9;
}

.header .pole-msg .content-us:hover {
	color: #222;
	text-decoration: none;
}

.header .popup {
	display: none;
	position: absolute;
	top: 59px;
	left: -97px;
	border: 1px solid #e7e7eb;
	z-index: 8;
	width: 131px;
}

.header .show-popup .popup {
	display: block;
	line-height: 26px;
	padding: 14px 20px;
	background: #fff;
}

.header .show-popup .popup p {
	font-size: 12px;
	color: #999
}

.header .show-popup .popup .tel {
	color: #333333;
	font-size: 17px;
}

.header .show-popup .popup .bor-top {
	border-top: 1px solid #e7e7eb;
	margin-top: 10px;
	padding-top: 10px;
}

.header .show-popup .content-us {
	background: #fff;
	border-left: 1px solid #e7e7eb;
	border-right: 1px solid #e7e7eb;
	padding-left: 16px;
	margin: 0 -1px 0 -17px;
	*left: -17px;
}

.header .dropdown-arrow {
	position: absolute;
	right: 6px;
	top: 29px;
	border-color: #c2c2c2 transparent transparent;
	border-style: solid dashed dashed;
	border-width: 4px 4px 0;
	font-size: 0;
	height: 0;
	width: 0;
	line-height: 0;
}

.header .show-popup .dropdown-arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .25s ease 0s;
	-moz-transition: all .25s ease 0s;
	-o-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
}
