body{
    /*background-color: #F4F4F4;*/
}


.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.child-banner {
    position: relative;
    display: flex;
    justify-content: center;
    height: 360px;
    margin-top: 10px;
}

.child-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: absolute;
}

.banner-box .banner-text {
    width: 500px;
    position: relative;
    top: 42%;
    left: 3%;
    user-select: none;
    color: white;
}

.banner-box .banner-text h2 {
    font-size: xx-large;
    font-weight: 300;
    color: #777777FF;
}

.banner-box .banner-text h1 {
    font-size: 36px;
    font-weight: 400;
    color: #1E252AFF;
}

.news-title{
    text-align: center;
    /*margin: 35px 0;*/
}

a.link-back{
    color: #409eff;
    font-size: 14px;
    cursor: pointer;
}

a.link-back:hover{
    color: #409eff;
    text-decoration: underline;
}


/*新闻列表*/
.news-list-title {
    user-select: none;
    font-size: 20px;
    padding: 10px 10px 0;
    line-height: 65px;
    width: 100%;
    border-bottom: 3px solid #264bc6;
    display: inline-flex;
    align-items: center;
}

.news-list-title > img {
    margin: 0 10px;
}

.notice-list,.question-list {
    padding: 15px 0;
    min-height: 300px;
}

.notice-list>div,.question-list>div{
    text-align: center;
    padding: 35px 0;
}

.notice-list li,.question-list li  {
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    padding: 7px 15px;
    border-bottom: 1px dashed #ededed;
}

.notice-list li:hover,.question-list li:hover {
    background-color: #f3f5ff;
}

/*.notice-list li > div ,.question-list li > div{*/
/*    width: 1165px;*/
/*}*/

.notice-list li > div > div{
    display: flex;
    justify-content: space-between;
    line-height: 47px;
}

.question-list li > div > div {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.notice-list li .dot-green {
    content: '';
    margin: 22px 10px 0 0;
    display: table;
    width: 5px;
    height: 5px;
    background: #2090ff;
    /*border-radius: 50%;*/
}

.question-list li .dot-green {
    content: '';
    margin: 22px 10px 0 0;
    display: table;
    width: 5px;
    height: 5px;
    background: #2090ff;
    /*border-radius: 50%;*/
}

.notice-list li .dot ,.question-list li .dot{
    content: '';
    margin: 22px 10px 0 0;
    display: table;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.notice-list li div span{
    font-weight: bold;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.notice-list li div font,.question-list li div font {
    padding-right: 20px;
    color: #727272;
}

.question-list li p {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #727272;
}

.question-list li div span  {
    font-weight: bold;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dot-span-Q,.dot-span-A{
    width: 25px !important;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #73797e;
}


/*新闻详情页面*/
.content-box {
    padding: 25px 40px;
    min-height: 480px;
}

.content-title {
    text-align: center;
    line-height: 32px;
    margin: 15px 0;
    padding: 0 150px;
}

.title-wrap{
    padding: 0 200px !important;
}


.content-info {
    text-align: center;
    font-size: 15px;
}

.content-info span{
    line-height: 35px;
    color: gray;
    margin: 5px 20px;
}

.content-desc {
    text-align: center
}

.content-detail {
    padding: 30px 50px;
}
