/* 频道-服务大厅 页面样式 */
.section {
    margin-bottom: 0;
}

/* 举报中心、辟谣平台 */
.inform,
.piyao {
    width: 580px;
    background: none;
    overflow: hidden;
}

.inform {
    margin-right: 40px;
}

.inform h4 a {
    background: url(../images/logo-inform-big.png) center center no-repeat;
}

.inform .icon,
.piyao .icon {
    width: 600px;
    background: none;
    margin-top: 20px;
}

.inform .icon li,
.piyao .icon li {
    float: left;
    width: 180px;
    height: 200px;
    background: #f9f9f9;
    margin-right: 20px;
    border-bottom: none;
}

.inform .icon li h5 a img,
.piyao .icon li h5 a img {
    width: 64px;
    height: 64px;
    margin: 50px 58px 10px;
}

.inform .icon li h5.hot-line a {
    line-height: 24px;
}

/* 举报公告、工作动态 */
.news-box {
    width: 580px;
    margin-top: 20px;
    background: #f9f9f9;
}

.news-box .name {
    float: left;
    width: 60px;
    height: 100%;
    background: #fff7f3;

}

.news-box .name a {
    display: block;
    padding: 30px 20px;
    font-weight: bold;
    line-height: 36px;
}

.news-box ul {
    float: left;
    width: 480px;
    margin: 25px 20px 20px;
}

.news-box ul li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.news-box ul li h5 {
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-box li:hover h5,
.news-box li:hover h5 a {
    color: #f30000;
}

/* 举报渠道 */
.report-channel {
    width: 1200px;
    height: auto;
    margin-left: 0;
}

.report-channel h4 {
    float: left;
    width: 285px;
}

.report-channel .icon {
    float: right;
    width: 895px;
    margin: 10px;
}

.report-channel .icon li {
    float: left;
    box-sizing: border-box;
    width: 298px;
    *width: 297px; /* IE7 */
    border-right: 1px solid #f1f1f1;
    border-bottom: none;
}

.report-channel .icon li:nth-of-type(3) {
    border-right: none;
}

/* .service-link-list {
    width: 1240px;
}

.service-link-list li {
    float: left;
    width: 270px;
    height: 135px;
    margin: 0 40px 40px 0;
    background: #d8ebfa;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.service-link-list li h4 a {
    color: #456888;
}

.service-link-list li h4 a i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 15px auto 10px;
    background: url(../images/icon.png) -300px -205px no-repeat;
}

.service-link-list li.cnvd h4 a i {
    background-position: -660px -205px;
}

.service-link-list li.cert h4 a i {
    width: 180px;
    background-position: -660px -280px;
}

.service-link-list li.press-card-inquiry h4 a i {
    background-position: -570px -205px;
}

.service-link-list li.nitsc h4 a i {
    background-position: -750px -205px;
}

.service-link-list li.cloud-vdnel h4 a i {
    background-position: -300px -285px;
}

.service-link-list li.industrial-report h4 a i {
    width: 80px;
    background-position: -390px -285px;
}

.service-link-list li.white-paper h4 a i {
    width: 90px;
    background-position: -480px -285px;
}

.service-link-list li.events h4 a i {
    background-position: -585px -285px;
} */


/* 互动服务-稿件列表 */
.news-normal-title p.normal-title {
    float: left;
    /* width: 120px; */
    height: 50px;
    padding: 0 10px;
    background: #f5f5f5;
    border-bottom: 3px solid #c50707;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #c50707;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.news-normal-title p i {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    margin: 5px 5px 0 0;
    background: url(../images/icon02.png) no-repeat;
}
h2:before,h2:after{content:"";flex:1 1;border-bottom:2px solid;}
.security-report .news-normal-title p i {
    background-position: -675px -22px;
}

.int-news-info-service .news-normal-title p i {
    background-position: -725px -22px;
}

.financial-info-service .news-normal-title p i {
    background-position: -775px -22px;
}

.cnnic .news-normal-title p i {
    width: 136px;
    background-position: -5px -55px;
}

/* 主任信箱 */
#letter-reply li h5 {
    width: 100%;
}

#letter-reply li h5 i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 10px;
    background: url(../images/icon.png) -830px -107px no-repeat;
    vertical-align: middle;
}

.side-right-column .main-content {
    width: 100%;
}

.side-right-column .main-content h5 {
    color: #000080;
    font-size: 18px;
    line-height: 120px;
    text-align: center;
}

#mailForm {
    display: none;
}

#btn-agree {
    width: 120px;
    height: 36px;
    margin: 30px 0 60px 360px;
    background: #d71619;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#btn-agree:hover {
    background: #c50707;
    color: #ff0;
}

#btn-agree:disabled {
    cursor: not-allowed;
}


/* 表单 */
.form {
    width: 700px;
    margin: 0 auto;
}

.form p {
    text-indent: 0;
}

.form .item {
	width: 49%;
    margin-bottom: 30px;
    display: inline-block;
}

.form .item-title {
    position: relative;
    display: inline-block;
    width: 160px;
    margin-right: 30px;
    line-height: 40px;
    text-align: justify;
    text-justify: distribute-all-lines;
    /* 兼容 ie */
    text-align-last: justify;
}

.form .item-title::after {
    position: absolute;
    left: 171px;
    content: ":";
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.form .item-info input,
.form .item-info textarea,
.form .item-info select {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    color: #666;
    outline: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.form .item-info input:focus,
.form .item-info select:focus,
.form .item-info textarea:focus {
    border: 3px solid #dedede;
}

.form .item-info select option {
    font-size: 15px;
}

.form .item-info textarea {
    height: 180px;
}

.form .item-info textarea::placeholder {
    color: #ddd;
    font-size: 16px;
}

.form .item-info .prompt {
    margin-top: 5px;
    color: #aaa;
    font-size: 14px;
}

.form .item-info #verifycode {
    width: 260px;
}

.form .item-info #getVerifyCode {
    display: inline-block;
    width: 120px;
    height: 40px;
    margin-left: 20px;
    background: #fff7f3;
    border: none;
    outline: none;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.form .item-info #getVerifyCode:hover {
    background: #fff1f1;
    color: #f00;
}

.form .item-info #getVerifyCode:disabled {
    background: #fff7f3;
    color: #666;
    cursor: not-allowed;
}

#zrxxsubmit,
#smsubmit,
#nmsubmit,
#clearForm {
    display: inline-block;
    width: 100px;
    height: 36px;
    margin-left: 210px;
    background: #d71619;
    border: none;
    outline: none;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#clearForm {
    margin-left: 50px;
}

#zrxxsubmit:hover,
#smsubmit:hover,
#nmsubmit:hover,
#clearForm:hover {
    background: #c50707;
    color: #ff0;
}

.form .item-info .invalid {
    border: 1px solid #f00;

}

.form .item-info .error-message {
    width: 400px;
    color: #f00;
    font-size: 14px;
}


/* 纪检监察举报信箱 */
#djs {
    margin: 30px auto;
    text-align: center;
}

#djs #check_agree {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#btn_smjb,
#btn_nmjb {
    float: left;
    box-sizing: border-box;
    width: 120px;
    height: 36px;
    margin: 30px 0 60px 60px;
    padding-left: 36px;
    color: #fff;
    line-height: 36px;
    text-align: left;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#btn_smjb {
    margin-left: 270px;
    background: #d71619 url(../images/icon/icon-informant01.png) left top no-repeat;
}

#btn_smjb:hover {
    color: #ff0;
    background: #c50707 url(../images/icon/icon-informant01.png) left bottom no-repeat;
}

#btn_nmjb {
    background: #d71619 url(../images/icon/icon-informant02.png) left top no-repeat;
}

#btn_nmjb:hover {
    color: #ff0;
    background: #c50707 url(../images/icon/icon-informant02.png) left bottom no-repeat;
}

#btn_smjb:disabled,
#btn_nmjb:disabled {
    cursor: not-allowed;
}

#shumingForm, #nimingForm {
    width: 650px;
}

#shumingForm .item-title, #nimingForm .item-title {
    width: 120px;
}

#shumingForm .item-title::after, #nimingForm .item-title::after {
    left: 125px;
}

.form .line {
    width: 550px;
    height: 1px;
    margin: 80px 0 80px;
    background: #dedede;
}

#imgcode {
    float: left;
    width: 235px;
    vertical-align: middle;
}

#allimgcode {
    display: inline-block;
    width: 145px;
    height: 40px;
    margin-left: 20px;
}

#allimgcode+.red {
    float: right;
}

#picms {
    height: 56PX;
}


/* 重新定义文件选择按钮 */
input[type="file"],
#uploadPic {
    /* display: none; */
    position: absolute;
    left: 12px;
    top: 5px;
    width: 380px;
    height: 30px;
    border: none;
    padding: 0;
}

/* 在自定义的按钮上添加样式 */
.custom-file-upload {
    position: relative;
    display: inline-block;
    /*padding: 6px 12px;
    */width: 400px;
    height: 40px;
    border: 1px solid #dedede;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.custom-file-upload span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 40px;
    background: #fff7f3;
    border-right: 1px solid #dedede;
    text-align: center;
    z-index: 9;
}

/* 当文件被选择时更改按钮样式 */
.custom-file-upload span:hover {
    background: #fff1f1;
    color: #f00;
}



