.banner>img {
    width: 100%;
    height: 100%;
}

.nav {
    width: 100%;
    background: #f6f6f6;
}

.nav_con {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
}

.nav_con_left {
    /* width: 300px; */
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}

.active {
    color: #2369b3;
}

.nav_con_left img {
    margin-top: -5px;
}

.nav_list {
    /* width: 580px; */
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_list li {
    margin-left: 20px;
}

.nav_list li a {
    font-size: 16px;
    color: #666666;
}

.nav_list .active {
    color: #2369b3;
}

.container {
    width: 100%;
}

.con {
    width: 1200px;
    margin: 0 auto;
    display: flex;

}

.con_left_list {
    width: 419px;
    background-color: #e6edf7;
    /*padding: 50px 25px;*/
    padding: 50px;
    padding-bottom: 100px;
}

.con_right_info {
    width: 786px;
    background-color: #f6f9ff;
    /*padding: 50px 25px;*/
    padding: 50px 60px 50px 50px;
    padding-bottom: 100px;
}

.list_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.list_info {
    display: flex;
    margin-top: 20px;
    padding-bottom: 10px;
}

.list_info_text {
    margin-left: 10px;
    width: 100%;
}

.p_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.p_time {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.p_neirong {
    font-size: 15px;
    color: #333333;
    margin-top: 10px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.info_top{
    font-size: 24px;
	font-weight: bold;
    color: #333333;
    text-align: center;
}
.info_text{
 text-align: center;
 margin-top: 15px;
}
.info_text>span{
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}

.con_right_info p{
    	font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-top: 5px;
}
.con_right_info_bottom{
    margin-top: 80px;
}
.con_right_info_bottom span{
    color: #2369b3;
}