/*标题列表部分*/

.listPart{
    width: 100%;
    min-width:1500px;
    min-height: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}

.listPart>div{
display: flex;
    width: 1400px;
    min-height: 800px;
    flex-direction: row;
}

.list-left{
    width: 326px;
    min-height:700px;
    border-right:dashed #707070 1px;
}

.list-right{
    width: 1080px;
    height: inherit;
}

/*二级菜单导航栏*/

.secondList{
    width: 280px;
    margin-right: 46px;
    margin-top: 40px;
}

.firstTitle{
    width: 100%;
    height: 56px;
    background-color: #034DC6;
    display: flex;
    color:white;
    font-size:20px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}


.scls{
    margin-left: -40px;
    margin-top: 5px;
}

.scls>li{
    width: 260px;
    height: 50px;
    margin-top: 5px;
    list-style: none;
    background-color: #fff;
    font-size: 18px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}

.scls>li>a{
    color: black;
    text-decoration: none;
}

.nowColumn{
    color:#2D39E7;
}

.scls>li>a:hover{
    font-size: 20px;
    transition: all .5s;
    font-weight: bold;
    color:#2D39E7;
}

/*文章标题列表*/

.newsListBox,.TitleBox{
    width: 1026px;
    min-height:650px;
    margin-left: 45px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsListBox{
    min-height:600px;
}

.guideBox{
    width: 1026px;
    height: 56px;
    background-image: linear-gradient(to right, #a8d0f5, #81b9fa, #63a1fc, #5585fa, #5c66f2);;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*当前位置*/

#pos{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/pos.png);
    margin-left: 20px;
    margin-right: 20px;
}


.newsTitleList{
    width: 966px;
    min-height: 555px;
}

.newsTitleList>li{
    width: 100%;
    height: 40px;
    list-style: none;
    margin-left: -40px;
    border-bottom: #707070 1px dashed;
    color:black;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

.newsTitleList>li>a{
    padding-left: 5px;
    text-decoration: none;
    color:black;
    line-height: 40px;
}

.newsDate{
    color:#A8610F;
}


/*文本内容部分*/

.contArea{
    width: 1000px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
}

.listContent{
    position:relative;
    width:1400px;
    min-width:1400px;
    display: flex;
    justify-content: center;
}