.section-box .section:nth-child(even) { background-color: #f6f8fb; }
.section-box .section:nth-child(odd) { background-color: #fff; }

.about-box .about-left { padding-left: 55px; }
.about-box .about-left .about-title { font-size: 36px; line-height: 60px; }
.about-box .about-left .about-desc { font-size: 18px; line-height: 32px; margin-top: 20px; color: #666666; margin-bottom: 30px; }
.about-box .about-right { text-align: center; }

.zlhk-box { padding-top: 30px; padding-bottom: 20px; }
.zlhk-box .box-img { flex: 0 0 50%; max-width: 50%; }
.zlhk-box .box-txt { flex: 0 0 50%; max-width: 50%; padding-left: 23px; }
.zlhk-box .box-txt p { position: relative; font-size: 16px; color: #666666; line-height: 26px; padding-left: 18px; flex: 0 0 25%; max-height: 25%; }
.zlhk-box .box-txt p::before { content: ''; display: block; background-image: -moz-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -webkit-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); background-image: -ms-linear-gradient(-170deg, #d7d7d7 0%, #dd3833 0%, #ec4945 100%); width: 6px; height: 6px; position: absolute; left: 0; top: 10px; }

.gxxq-box { background: none; }
.gxxq-box .box-item .row-item.box-head { border-top: 1px solid #EEEEEE; border-right: 1px solid #EEEEEE; background: #f7f8fa !important; color: #666666 !important; }
.gxxq-box .box-item:first-child { background: #f7f8fa !important; flex: 0 0 200px; max-width: 200px; }
.gxxq-box .box-item:first-child .box-head { background-image: -moz-linear-gradient(-170deg, #1e3c72 0%, #2a5298 100%) !important; background-image: -webkit-linear-gradient(-170deg, #1e3c72 0%, #2a5298 100%) !important; background-image: -ms-linear-gradient(-170deg, #1e3c72 0%, #2a5298 100%) !important; color: #ffffff !important; }
.gxxq-box .box-item:not(:first-child):hover { background: #f7f8fa !important; }

.sec-tips { font-size: 16px; color: #666666; font-weight: 100; }
