.main{
    width: 1200px;
    margin: auto;
}
.main-content{
    padding: 10px;
    margin: 10px 0;
}
h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    margin: 30px 0 5px 0;
}
.banner{
    margin-top:95px;
}

.main-notice ul{

}
.main-notice ul li{

}


.title{
    float: left;
    max-width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-list .item {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.nav-list .active{
    color: #F66F6A;
    border: 1px solid #f66f6a;
}

.nav-list .item a {
    font-size: 14px;
    color: #666A75;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}
.nav-list .active a{
    color: #f66f6a;
}

 .content-item {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    padding-left: 186px;
    border-bottom: solid 1px #dfe1e6;
}
.content-item .time-pc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 138px;
    height: 44px;
    margin: auto 47px auto 0;
    color: #252b3a;
}
 .content-item .time-pc:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 34px;
    height: 22px;
    border-right: solid 1px #575d6c;
    transform-origin: right top;
    transform: rotate(30deg);
}
.content-item .date-year {
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}
 .content-item .date-month {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}
.content-item span {
    font-size: 14px;
    color: #656A76;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: -3px;
}
.content-item .date-day {
    position: absolute;
    top: 0;
    right: 46px;
    font-size: 40px;
    line-height: 40px;
    text-align: right;
}
.content-item-right {
    padding: 12px 32px;
    border-left: solid 1px #dfe1e6;
}
.content-item .category {
    color: #252B3A;
    line-height: 22px;
    font-size: 18px;
    display: inline-block;
}
.content-item span {
    font-size: 14px;
    color: #656A76;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: -3px;
}
.content-item a {
    line-height: 22px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: calc(100% - 114px);
    vertical-align: middle;
}
.content-item a {
    color: #242B3B;
    font-weight: bold;
}
.content-item a p{
    margin:0;
    padding:0;
    font-size:18px;
    color: #000;
}
.content-item:hover .category{
    color: #F66F6A;
}
.content-item:hover a{
    color: #F66F6A;
}
.content-item:hover a p{
    color: #F66F6A;
}
.message_bg {
    width: 1020px;
    margin: 30px auto;
    background-color: #fff;
    min-height:600px;
}
.message_base {
    background: #fff;
    padding: 40px 70px 100px 70px;
}
.creatTime-time{
    margin-right:20px;
}
.creatTime-count{
    margin-left:20px;
}
.message_title {
    color: #363636;
    font-weight: 700;
    margin: 0 5%;
    text-align: center;
    font-size: 28px;
}
.message_main {

}
.message_main p{
    color: #000;
    font-size: 16px;
    line-height: 36px;
}
.message_main p span{
    font-size: 16px;
}
.time-mb {
    display: none;
}
.creatTime{
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}
.line{
    margin: 10px 0;
    height: 1px;
    width: 100%;
    background-color: #ccc;
}

.fixed_txt .content{
    margin:40px 0;
}
.Images img{
    width:100%;
}

.img-p{
    padding:20px;
    background: #ddd;
}
.banner{
    margin-top:4px;
}
body{
    background: #fafafa;
}
h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    margin: 30px 0 5px 0;
}
.fixed_txt .content{
    margin:40px 0;
}
.Images img{
    width:100%;
}

.img-p{
    padding:20px;
    background: #ddd;
}
.layui-laypage a {
    margin: 0 5px 5px 5px;
}
.layui-laypage .layui-laypage-curr {
     margin: 0 5px 5px 5px;
 }
.layui-laypage-next {
    background: url(/portal/images/next.png) no-repeat center;
    background-size: 16px;
}
.layui-laypage-prev {
    background: url(/portal/images/prev.png) no-repeat center;
    background-size: 16px;
}
@media screen and (max-width: 1023px){
    .main{
        width:100%;
        min-height: 300px;
    }
    h1 {
        font-size: 28px;
    }
    .banner{
        margin-top:4px;
    }
    .scroll-list{
        text-align: center;
    }
    .nav-list .item{
        margin-top:15px;
    }
    .content-item {
        padding: 15px;
        border-bottom: 1px solid #ddd;
        height: auto;
        position: relative;
    }
    .content-item-right {
        padding: 0;
        border-left: 0;
    }
    .content-item .time-mb {
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
        font-weight: normal;
    }
    .content-item a{
        white-space: normal;
        max-width: 100%;
    }
    .content-item .time-pc{
        display: none;
    }
    .content-item span {
        font-size: 16px;
        line-height: 20px;
    }
    .message_bg{
        width:100%;
        margin:0 auto;
    }
    .message_base{
        padding:20px;
    }
    .message_title{
        font-size:20px;
    }
    .message_main p{
        line-height: 24px;
        margin: 15px 0;
    }

}
