/*.iTitle {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  height: 70px;*/
/*  align-items: center;*/
/*}*/

.iTitle > div {
    text-align: center;
}


.iPic {
    width: 100%;
    height: 320px;
    background: #2B3445;
}

.iPic .ipMain {
    width: 80%;
    /*margin-left: 10%;*/
    height: 320px;
    line-height: 320px;
    max-width: 1238px;
    margin: 0 auto;
}

.iPic .ipMain p {
    font-size: 4.28rem;
    color: #FFFFFF;
}

.iNav {
    width: 100%;
    background-color: #eeeeee;
}

.inMain {
    width: 80%;
    margin-left: 10%;
    height: 50px;
}

.inMain > div {
    height: 36px;
    line-height: 36px;
    margin-top: 7px;
    /*background-image: url('../assets/imgs/nav2.png');*/
    /*background-repeat: no-repeat;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
    display: inline-block;
    padding: 0 20px;
    font-size: 1rem;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
}

.inMain > div img {
    width: 16px;
    height: 36px;
}

.inMain > div .bgRight {
    position: absolute;
    right: -16px;
    top: 0;
}

.inMain > div .bgLeft {
    position: absolute;
    left: -16px;
    top: 0;
}

.inMain > div:nth-of-type(1) {
    /*background-image: url('../images/nav1.png');*/
}

.inMain > div:nth-of-type(2), .inMain > div:nth-of-type(3) {
    /*margin-left: -10px;*/
}

.iGray {
    background-color: #eeeeee;
    width: 100%;
    height: 24px;
}

.headerSpan span i.iUnderLine {
    text-decoration: underline;
}

.icmText {
    width: 100%;
    height: 208px;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px 0px rgba(102, 102, 102, 0.15), 0px -4px 7px 0px rgba(102, 102, 102, 0.14);
    border-radius: 4px;
    filter: blur(0px);
    margin-top: 30px;
    transition: 0.3s all;
}

.icmText:hover {
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15), 0px -4px 7px 0px rgba(0, 0, 0, 0.14);
    transition: 0.3s all;
}

.iContent {
    background-color: #fff;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}

.icMain {
    width: 80%;
    margin-left: 10%;
}

.icMain a {
    height: 208px;
    display: flex;
    align-items: center;
}

.icmImg {
    /*width: 206px;*/
    /*height: 128px;*/
    width: 220px;
    height: 160px;
    padding: 0 18px;
    min-width: 206px;
}

.icmImg img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.icmContent {
    padding-right: 18px;
    margin-left: 10px;
}

.icmtTitle {
    padding-top: 30px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #131415;
    display: flex;
    justify-content: space-between;
}

.icmtContent {
    line-height: 26px;
    font-weight: 500;
    font-size: 1.1rem;
    color: #131415;
}

.icmtContent img {
    max-width: 100% !important;
}

.nextPre {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.nextPre .prePage, .nextPre .nextPage {
    cursor: pointer;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #e5e5e5;
}

.nextPre .page {
    display: flex;
}

.nextPre .page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-left: none;
    cursor: pointer;
}

.nextPre .page span:nth-last-of-type(1) {
    border-right: none;
}

.nextPre .page span.active {
    color: #ffffff;
    background: #2C6BDF;
    border: 1px solid #2C6BDF;
}

.icmtTitle .icmtTime {
    font-size: 1rem;
    width: 172px;
    color: #6F6F6F;
    text-align: right;
}

.iyLine {
    width: 100%;
    height: 10px;
    background: #EBD181;
}

.icmtTitle i {
    font-weight: 500;
    font-size: 1rem;
    color: #528890;
}
