/**!
* ä¸‰çº§è¯¦æƒ…é¡µé¢
* date:2021-10-29
* author: zzongyi;
*/

/* å†…å®¹ */
.content {
    background-color: #fff;
    border-radius: 3px;
}

.title {
    width: 70%;
    /* height: 73px; */
    /* line-height: 73px; */
    text-align: center;
    margin-left: 15%;
	margin-top: 18.5px;
    margin-bottom: 18.5px;
    font-size: 24px;
}

/* ä¿¡æ¯ */
.infor {
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #aaa;
    background-color: #f8f9fb;
}

.infor li .font-color {
    color: #333;
    cursor: pointer;
}

.infor li {
    margin: 0 10px;
}

.font-size span {
    padding: 0 2px;
}

/* å›¾ç‰‡ */

.img {
    margin-top: 30px;
    /* text-align: center; */
}

.img img {
    display: inline-block;
	text-align: center;
}

/* æ–‡å­—åŒº */
.text {
    margin-top: 19px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e0e0e0;
}
.text p {
    line-height: 34px;
    text-indent: 27px;
}

/* ä¸‹è½½ */
.download {
    margin-top: 19px;
}

.download a {
    display: block;
    color: #0364cb;
    height: 38px;
    line-height: 38px;
}

.download .doc {
    padding-left: 27px;
    background: url('../images/download-doc.png') left center no-repeat;
}

.download .pdf {
    padding-left: 27px;
    background: url('../images/download-pdf.png') left center no-repeat;
}

.ewb-info-tab {
    padding-left: 10px;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #df2922;
    margin-top: 25px;
    width: 1000px;
    margin: 25px auto;
}

.ewb-info-tabname {
    float: left;
    margin-left: 14%;
    width: 147px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: url(../images/tab_ico.png);
}

.ewb-info-tabname:first-child {
    /* margin-left: 0; */
}

.ewb-info-tabname.current {
    color: #fff;
    background: url(../images/tab_ico_cur.png);
}

.ewb-info-tabname.not-use {
    color: #999;
    background: url(../images/tab_ico_no.png);
}

.apply{
    position: fixed;
    top: 75%;
    right: 20px;
    transform: translateY(-50%);
    margin-top: -90px;
    width: 254px;
    height: 105px;
    background: url("../images/iamge.png") center no-repeat;
}

@media (max-width: 1680px) {
    .apply{
        right: 0;
    }
}