html,body{
    font-family: "SourceHanSansCN-Bold",sans-serif;
    width:100%;
}
a,a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.i-header{
    width:100%;
    background: white;
    padding-top:36px;
}
.i-container{
    width:1200px;
    margin:0 auto;
    padding:0 18px;
}
.i-header .i-logo{
    height:33px;
    margin:20px 0 19px;
}
.i-header .nav{
    margin:20px 0 19px;
}
.i-header .nav>li>a{
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0;
    color: #818181;

    padding:3px 32px 3px;
}
.i-header .nav>li>a:hover,
.i-header .nav>li>a:focus,
.i-header .nav .open>a,
.i-header .nav .open>a:focus,
.i-header .nav .open>a:hover{
    background: white;
    outline: none;
}
.nav .dropdown-menu{
    right:0;
}
.i-body{
    width:100%;
    min-width:1200px;
    background: white;
}
.i-body .i-banner{
    width:100%;
    height:492px;

    background-position:center;
    background-size:auto 100%;
    background-repeat: no-repeat;
}
/*.i-body .i-banner>img{
    max-width:100%;

    vertical-align:middle;
}*/
.i-section{
    width:100%;
}
.i-section-with-padding{
    padding:65px 0;
}
.i-section-with-padding-bottom{
    padding-bottom:65px;
}
.i-body .i-section-even{
    background:#f4f6f8;
}
.i-body .i-panel>.i-panel-title{
    border-left:6px solid #4867aa;
    padding-left:10px;
    margin-bottom: 30px;
    height:25px;

    position: relative;
}
.i-body .i-panel>.i-panel-title>span{
    line-height: 25px;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0;
    color: #4867aa;
    position: absolute;
    bottom: 0;
}
.i-body .i-panel>.i-panel-title>.i-panel-more{
    right:0;
}
.i-body .i-panel>.i-panel-title>.i-panel-more>a{
    font-size: 18px;
    color: #818181;
}
.i-body .i-item-horizontal{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content:space-between;
}
.i-body .i-title{
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0;
    color: #000000;
    margin:5px 0;
}
.i-body .i-time{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #000000;
    margin:5px 0;
}
.i-body .i-time .icon-time{
    font-size:16px;
}
.i-body .i-content{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #7d7d7d;

    position:relative;
    line-height: 18px;
    height:36px;
    max-height:36px;
    overflow: hidden;

    margin:5px 0;
}
.i-body .i-ellipsis{
    position: absolute;
    bottom: 0;
    font-size: 13px;
    right:0;
    padding-left:26px;
    padding-right:10px;

    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.i-body .i-section-even .i-ellipsis{
    background: -webkit-linear-gradient(left, transparent, #f4f6f8 55%);
    background: -o-linear-gradient(right, transparent, #f4f6f8 55%);
    background: -moz-linear-gradient(right, transparent, #f4f6f8 55%);
    background: linear-gradient(to right, transparent, #f4f6f8 55%);
}
.i-body .i-to-detail{
    color:#4867aa;
    font-size: 13px;
    padding:4px 5px;
    border:1px dashed #4867aa;
    border-radius: 2px;
}

.i-body .i-item-decoration{
    margin: 19px 0;
    height:1px;
    background: #eeeeee;
}
.i-body .i-item-pic-xs{
    width:91px;
    height:55px;
    border-radius: 2px;
    margin: 5px 15px 5px 0;
}
.i-body .i-item-pic-sm{
    width: 196px;
    height: 252px;
    border-radius: 2px;
    margin:5px 0;
}
.i-body .i-item-pic-md{
    width:271px;
    height:164px;
    border-radius: 2px;
    margin: 0 24px 0 0;
}
.i-body .i-item-pic{
    width: 268px;
    height: 162px;
    border-radius: 2px;
    margin:5px 0;
}
.i-body .i-item-pic-big{
    width: 400px;
    height: 242px;
    border-radius: 2px;
    margin:0 38px 0 0;
}
.i-body .i-item-card{
    width:100%;
    padding:20px;
    margin-bottom:40px;
    box-shadow: 1px 2px 11px 1px rgba(216, 216, 216, 0.44);
}
.i-body .i-item-card .i-title{
    color:#1b1b1b;
    font-size:19px;
    line-height:30px;
    padding:5px 0;
}
.i-body .i-item-card .i-content{
    color:#98a0a7;
    font-size:15px;
    line-height:26px;
    height:78px;
    max-height:78px;
}
.i-body .i-item-card .i-time{
    color:#a2a2a2;
    font-size:13px;
    line-height: 30px;
}
.i-body .i-job{
    background: white;
    margin-left:70px;
}
.i-body .i-tabs{
    list-style: none;
    margin: 0;
    padding: 0;
}
.i-body .i-tabs>li{
    width:230px;
    height:112px;
    line-height: 112px;
    text-align: center;
    background: #ffffff;

    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;

    color: #4867aa;
    font-size: 20px;
    font-weight: 600;

    cursor:pointer;
}
.i-body .i-tabs>li:last-child{
    border-bottom: 1px solid #e5e5e5;
}
.i-body .i-tabs-horizontal{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.i-body .i-tabs-horizontal>li{
    height:120px;
    flex: auto;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right:0;
}
.i-body .i-tabs-horizontal>li:last-child{
    border-right: 1px solid #e5e5e5;
}
.i-body .i-job .i-tabs>li{
    background: #f4f6f8;
    border-top:1px transparent solid;
    border-left:1px transparent solid;
    border-image:linear-gradient(to right,#a4b4da,#ffffff) 1 10;
}
.i-body .i-job .i-tabs>li:last-child{
    border-bottom:1px transparent solid;
}
.i-body .i-tabs>li.active{
    background: #4867aa;
    color:white;
}
.i-body .i-job .i-job-content{
    width:864px;
    height:336px;
    border:1px transparent solid;
    border-image:linear-gradient(to right,#ffffff,#9eaed1) 1 10;
}
.i-body .i-job .i-job-content>.i-job-list {
    width:100%;
    height:100%;
    padding:25px 30px 21px 71px;
}
.i-body .i-job .i-job-content>.i-job-list>.i-job-item{
    margin:13px 0;
}
.i-body .i-job .i-job-content>.i-job-list>.i-job-item .i-title,
.i-body .i-job .i-job-content>.i-job-list>.i-job-item .i-time{
    color:#7d7d7d;
}
.i-body .i-job .i-icon{
    width:30px;
    margin-right:15px;
}
.i-body .i-channel-name{
    color:#f6f6f6;
    font-size: 32px;
    font-weight: 600;

    height:142px;
    line-height: 142px;
}
.i-footer{
    width:100%;
	min-width: 1200px;
    background: #383d41;

}
.i-footer .i-copyright{
    color:#999999;
    font-size: 14px;
}
.wx-qrcode{
    width:160px;
}
.i-footer .wx-title{
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top:10px;
}
.i-footer .i-company{
    width:434px;
    font-size: 14px;
    color:#ffffff;
}
.i-footer .i-links-wrapper{
    width:570px;
}
.i-footer .i-wx{
    width:160px;
}
.i-footer .i-company .i-logo{
    width:228px;
    height:39px;
    margin-bottom: 40px;
}
.i-footer .i-title{
    color:#fff;
    font-size:22px;
    margin-bottom:40px;
}
.i-footer .i-links{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;

    height:125px;
    min-height: 125px;
}
.i-footer .i-links .i-link{
    margin-bottom:10px;
    width:285px;
}
.i-footer .i-links .i-link>a,.i-footer .i-links .i-link>a:hover{
    font-size: 14px;
    color:#ffffff;
    text-decoration: none;
    border-width: 0;
}

.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover{
    background-color: #4867aa;
    border-color: #4867aa;
}
.content .i-content-title{
    font-size:32px;
    color:#000;
    font-weight: 600;
    margin-bottom:35px;
}
.content .i-content-attrs{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 30px;
}
.content .i-content-attrs>.i-content-attr{
    flex: 1;
    font-size: 13px;
    color:#a2a2a2;
}
.content .i-content-section{
    color:#1b1b1b;
    font-size: 17px;
    margin-top:30px;
}
.i-button{
  padding: 24px 60px;
    font-size: 30px;
    line-height: 1.25;
    border-radius: 4px;
}
.i-button-sm{
  padding: 18px 44px;
    font-size: 22px;
    line-height: 1.25;
    border-radius: 6px;
}
.i-button-primary {
  color: #fff;
  background-color: #199d2f;
  border-color: #158728;
  }
.i-button-primary:hover,
.i-button-primary:focus,
.i-button-primary:active,
.i-button-primary.active,
.open .dropdown-toggle.i-button-primary {
  color: #fff;
  background-color: #137924;
  border-color: #0d5218;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
  }
.i-button-primary:active,
.i-button-primary.active,
.open .dropdown-toggle.i-button-primary {
  background-color: #0e5b1b;
  background-image: none;
  border-color: #0e5b1b;
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
          box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
  }
.i-button-primary.disabled,
.i-button-primary[disabled],
fieldset[disabled] .i-button-primary,
.i-button-primary.disabled:hover,
.i-button-primary[disabled]:hover,
fieldset[disabled] .i-button-primary:hover,
.i-button-primary.disabled:focus,
.i-button-primary[disabled]:focus,
fieldset[disabled] .i-button-primary:focus,
.i-button-primary.disabled:active,
.i-button-primary[disabled]:active,
fieldset[disabled] .i-button-primary:active,
.i-button-primary.disabled.active,
.i-button-primary[disabled].active,
fieldset[disabled] .i-button-primary.active {
  background-color: #199d2f;
  border-color: #158728;
  }