/* 新闻资讯---------------------------- */
.news {
    display: flex;
    justify-content: space-between;

}

.new_content {
    margin: 15px 0;
}

.new_content_left {
    width: 20%;
    box-shadow: 1px 1px 2px rgb(243, 243, 243);
    padding: 20px 20px;
    box-sizing: border-box;
    border: 1px solid #f1f0f0;
    min-height: 333px;
    height: 100%;
}

.news_left_top {
    border-bottom: 1px solid #004098;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news_left_top span {
    font-size: 18px;
    color: #004098;
    vertical-align: middle;
}

.news_left_top img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}

.new_content_right {
    width: 78%;
    border: 1px solid #f1f0f0;
    box-shadow: 1px 1px 2px rgb(243, 243, 243);
    margin-left: 2%;
    padding: 15px;
    box-sizing: border-box;
}

.news_left_bom li {
    height: 40px;
    line-height: 40px;
    background-color: #E1EDF9;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}

.news_left_bom li:nth-last-child(1) {
    margin-bottom: 0;
}

.news_left_bom li a {
    display: flex;
    justify-content: space-between;
}

.news_left_bom li a span {
    font-size: 16px;
    color: #2c2c2c;
}

.news_left_bom i {
    font-size: 18px;
    color: #4687e2;
    vertical-align: middle;
}

.news_left_bom .current_s {
    background-color: #1F4BA2;
    width: 100%;
    height: 100%;

}

.news_left_bom .current_s a span {
    color: #fff;
}

.news_left_bom .current_s a i {
    color: #fff;
}

.news_left_bom ul li:hover {
    background-color: #1F4BA2;
}

.news_left_bom ul li:hover span {
    color: #fff;
}

.news_left_bom ul li:hover i {
    color: #fff;
}

.news_top {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgb(245, 243, 243);
}

.top_imgs {
    width: 47%;
    margin-right: 3%;
}

.top_news_art {
    width: 50%;
}

.news_top img {
    width: 100%;
    height: 250px;
}

.top_news_art h3 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.news_top p {
    font-size: 14px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #666666;
}

.news_right_top h2 {
    /* margin: 25px 0; */
    /* text-align: center; */
    font-size: 18px;
    color: #004098;
    padding-bottom: 25px;
}

.more_s {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #004098;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-top: 30px;
}

.news_list .table_item a {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}
.fang_s{
    display: flex;
    align-items: center;
}
.new_detail h1{
    font-size: 19px;
    text-align: center;
    margin-bottom: 15px;
}
.new_detail{
    border-top: 1px solid rgb(236, 235, 235);
    padding-top: 30px;
}
.new_data{
    text-align: center;
    margin-bottom: 25px;
    color: #2c2c2c;
}
.new_detail>p{
    line-height: 25px;
    font-size: 16px;
    letter-spacing: .8px;
    color: #2c2c2c;
}
.page_top{
    margin-top: 50px;
    border-top: 1px solid rgb(236, 235, 235);
    padding-top: 15px;
    color: #2c2c2c;
    font-size: 14px;
}
.page_top a{
    color: #2c2c2c;
}
.page_top a:hover{
    color: #6e8dca;
}
.line{
    border-bottom: 1px solid rgb(236, 235, 235);
}
.news_right_content p{
    line-height: 25px;
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 1px;
	color:#2c2c2c;
	text-align:center;
}
#map{
    width: 100%!important;
    height: 550px;
    margin-top: 20px;
}

.yunu-message {
    margin-bottom: 20px;
	width:95%
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.hlbd .form-group {
    float: left;
    width: 33.333333%;
}
.form-group {
    margin-bottom: 20px;
}
.form-label {
    line-height: 42px;
    display: block;
    float: left;
    width: 110px;
    text-align: right;
}
.form-content {
    margin-left: 110px;
}
.form-control {
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #efefef;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea.form-control {
    height: auto;
}
.form-submit {
    padding: 10px 20px;
    color: #fff;
    background-color: #015cb5;
    border: 0;
    cursor: pointer;
    border-radius: 0.15rem;
    font-size: 14px;
}
.form-button {
    padding: 10px 20px;
    color: #fff;
    background-color: #767676;
    border: 0;
    cursor: pointer;
    border-radius: 0.15rem;
    font-size: 14px;
}