@media screen and (max-width:500px){
    .tjxw_list .date{
        display: none;
    }
}
.search{
    float: right;
    
    margin: 2px;
}
.search_input{
    border: 1px dashed #00000090;
    border-radius: 5px;
    padding: 7px 0 5px 5px;
}
.search_buttom{
    font-size: 16px;
    background: #067b75;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
}

.site {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
    color: #000;
    overflow: hidden;
}

.site a {
    color: #000;
}

.site:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    top: 0;
    left: 0;
    background: rgb(6, 123, 117);
    display: block;
}

.menu {
    width: 1100px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.menu a {
    display: block;
    width: 240px;
    height: 55px;
    background: #eee;
    margin-right: 1px;
    color: #666;
    text-align: center;
    font-size: 18px;
    line-height: 55px;
}

.menu a:hover {
    background: rgb(6, 123, 117);
    color: #fff;
}

@media screen and (max-width:1100px) {
    .menu,
    .site {
        width: auto;
        flex-wrap: wrap;
    }
    #news2 {
        width: auto !important;
    }
    .news2 .newsList .newsBox {
        width: auto;
    }
}


/*新闻列表css*/
.news_list{
    width: auto;
}
.ul-newslist_main_list{
    overflow: hidden;
}
.ul-newslist_main_list li{
    overflow: hidden;
    height: 150px;
    width: 46%;
    float: left;
    font-size: 14px;
    margin: 12px 1%;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #aaaaaa50;
}
.news_list_img{
    width: 18%;
    float: left;
    overflow: hidden;
    height: 100%;
    margin-right: 15px;
}
.news_list_img img{
    width:auto;
    display: block;
    height: 100%;
    
}
.news_list_con{
    width: 62%;
    float: left;
}
.news_list_con .tit a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.news_list_con .tit{
    margin-bottom: 20px;
    margin-top: 10px;
}
.news_list_con .tit a{
    display: block;
    padding-left: 14px;
    background: url(/static/images/news-r.png) left center no-repeat;
}
.news_list_date{
    width: 14%;
    float: left;
    border-left: 2px solid #067b75;
    text-align: center;
	margin-left: 2%;
	margin-top:7%;
	
}
.news_list_date .d{
    font-weight: bold;
    font-size: 45px;
    color:#666;
    text-align: center;
}
@media screen and (max-width:1200px){
    .ul-newslist_main_list li{
        width: 90%;
        margin: 20px auto;
        float: unset;
    }
}
@media screen and (max-width:767px){
    .news_list_date{
        display: none;
    }
    .news_list_img {
        width: 25%;
    }
    .news_list_con{
        width: 70%;
    }
}


.tag_list{
    margin-top:20px ;
    margin-bottom:20px ;
}
.tag_list a{
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 4px 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #5a5a5a;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.tag_list a:hover{
    background: rgb(67,112,245);
    color: #fff;
}
.fanye .l {
    float: left;
}

.fanye .r {
    float: right;
}

.fanye {
    font-size: 18px;
    overflow: hidden;
}

.fanye a {
    display: block;
    color: #000;
}

.fanye a:hover {
    font-weight: bold;
    color: rgb(6, 123, 177);
}



.hot_goods {
    overflow: hidden;
}

.hot_goods_list {
    background: #fff;
    box-shadow: 0 0 10px 0 #aaaaaa80;
    float: left;
    border-radius: 10px;
    padding: 10px;
    margin: 1%;
    width: 21%;
}

.hot_goods_list img {
    height: 180px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hot_goods_list div {
    text-align: center;
    color: #000;
    font-size: 16px;
}

@media screen and (max-width:1300px) {
    .hot_goods_list {
        width: 42%;
    }
}


.tjxw{
    margin: 20px 0;
    border-bottom: 1px solid #067b75;
    text-align: left;
}
.tjxw_span{
    color: #fff;
    background: #067b75;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
}
.hot_goods_list a{
    overflow: hidden;
    display: block;
}
.hot_goods_list div{
    height: 42px;
}
@media screen and (max-width:800px){
    .hot_goods,.hot_goods_name{
        display: block;
    }
}

/*底部新闻css*/
.tjxw{
    margin:20px 0;
    border-bottom:1px solid #067b75;
    text-align: left;
}
.tjxw_span{
    color:#fff;
    background:#067b75;
    padding:10px 15px;
    display:inline-block;
    font-size:16px;
    
}
.tjxw_list ul{
    display:flex;
    flex-wrap: wrap;
}
.tjxw_list ul li{
    display: flex;
    justify-content: space-between;
}


.tjxw_list a{
    display:block;
    width:46%;
    font-size:16px;
    border:1px dashed #d2d2d2;
    padding:10px;
    margin:5px 0;
    margin-right:1%;
    color: #000;
}
@media screen and (max-width:1000px){
    .tjxw_list a{
        width: 100%;
    }
}
.tjxw_list a:hover{
    border:1px dashed #067b75;
    color: #067b75;
}

.ul-newslist111 img {
    display: block;
    width: 30%;
    float: left;
}

.ul-newslist111 div {
    width: 65%;
    float: left;
    font-size: 16px;
    font-family: "NotoSansCJKsc-Regular";
    white-space: break-spaces;
    height: 42px;
	color: #000;
}

.good_left {
    width: 50%;
    float: left;
    margin-top: 2px;
}

.good_left a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.good_left a img {
    height: 80px;
    width: auto;
    margin-top: 10px;
}

.good_left a {
    text-align: center;
    border: 1px solid #aaaaaa50;
    margin-right: 3px;
}


.tags_right{
    margin: 20px 0;
    box-shadow: 0 0 10px 0#aaaaaa80;
    
}
.tags_right .title,.news_pro .title{
    background: #067b75 !important;
}
.tags_right_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}

.tags_right a{
    width: 32%;
    float:  left;
    border: 1px solid #aaaaaa80;
    text-align: center;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.2;
    color: #5a5a5a;
    border: 1px solid #efefef;
    border-radius: 3px;
}
.tags_right a:hover{
    background: rgb(67,112,245);
    color: #fff;
}


.ul-newslist222 img {
    display: block;
    width: 30%;
    float: left;
}

.ul-newslist222 div {
    width: 65%;
    float: left;
    font-size: 16px;
    font-family: "NotoSansCJKsc-Regular";
    white-space: break-spaces;
    height: 42px;
	color: #000;
	margin: 10px;
	margin-top: 8%;
}

.good_left_2 {
    width: 100%;
    margin-top: 2px;
}

.good_left_2 a {
    display: flex !important;
    flex-direction: column;
    flex-direction: row;
}

.good_left_2 a img {
    max-height: 80px;
    width: 35%;
    margin: 10px;
}

.good_left_2 a {
    text-align: center;
    border: 1px solid #aaaaaa50;
    margin-right: 3px;
}

