:root {
    --main-color: #072545;
    --main-second-color: #002E4D;
    --main-text-color: #5C92C2;
    --main-text-second-color: #2EBBDF;
    --main-bg-color: rgba(0, 61, 93, 0.4);
}


html {
    background: url(../../include/bg.jpg) no-repeat top center #04051a;
    background-size: 100% auto;
}

a {
    color: #fff;
}

.Sub {
    margin: 10px auto;
    background-color: var(--main-second-color);
}

.m_Grid {
    width: 334px;
    padding: 15px 15px 10px 15px;
    float: left;
    display: inline;
    overflow: hidden;
}

.m_Grid:nth-child(2) {
    /* background:#000; */
}

.m_Grid:nth-child(3n) {
    width: 216px;
    padding: 15px 15px 0 0;
    float: right;
}

.search-form input {
    border-color: #a6a6a6;
    margin-right: 10px;
    width: 235px;
    height: 24px;
    line-height: 24px;
    font-family: Arial, SimSun, sans-serif;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    background-color: #FFFFFF;
    padding-left: 5px;
}

.search-form input:focus {
    border-color: #f79646;
}

.search-form button {
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    border-color: #a6a6a6;
    height: 28px;
    width: 55px;
    background-color: var(--main-color);
    color: #fff;
    font-family: Arial, Microsoft YaHei, sans-serif;
    font-size: 13px;
    border-radius: 0px;
}

/* .Main2 > div {
    display: none;
  }
  .Main2 > div:nth-last-child(1), .Main2 > div:nth-last-child(1) {
    display: block;
  } */

img.logo {
    width: 150px;
}

.m_Box19.tags,
.m_Box10.tags {
    padding: 10px;
    line-height: 1em;
    height: 151px;
    overflow-x: hidden;
}

.m_Box19.tags a,
.m_Box10.tags a {
    display: inline-block;
    margin-right: 3px;
    padding: 5px;
    background-color: #4a4a4a;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 1em;
}

.m_Box10.tags a.hometag1 {
    background-color: #3045ff;
}

.m_Box10.tags a.hometag3 {
    background-color: #24ff7b
}

.m_Box10.tags a.hometag5 {
    background-color: #937dff
}

.m_Box10.tags a.hometag7 {
    background-color: #fff461
}

.Head {
    height: auto;
    margin-top: 20px;
    display: flex;
}

@media screen and (min-width: 1600px) {
    .Head {
        margin-top: 20px;
    }
}

.Head .Logo {
    height: auto;
}

.top_640 {
    height: auto;
}

.Nav {
    height: auto;
    background: unset;
    margin-bottom: 10px;
}

.Logo p {
    position: absolute;
}

.Nav h3 {
    padding-left: 10px;
    height: auto;
}

.Nav ul {
    display: flex;
    /* align-items: center; */
    height: auto;
    padding: 10px 0;
    background-color: #072545;
}

.Nav * {
    color: #fff !important;
}

.Nav li .pic {
    display: flex;
    flex-wrap: wrap;
}

.Nav li .pic span {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
}

.Nav li .pic:hover {
    transform: scale(1.05);
}

.Nav li .pic span div {
    margin: 0.5px;
    /* border: 1px solid #000; */
    /* background-color: #3c3c3c; */
    background-image: url('../img/navBg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Nav li h3 {
    width: 60px;
}

.Nav li h3 a {
    text-decoration: none;
}

.Menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 54px;
    background: unset;
    background-image: url(../img/navBg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: unset;
    border: 0;
    margin: 1rem auto;
}

.Menu a {
    background-image: url('../img/navItem1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: auto;
    height: 35px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 0 10px;
    margin: 0 10px;
}

.Menu a:hover {
    background-color: unset;
    background-image: url('../img/navItem2.png');
}

.m_Box15 {
    background-color: var(--main-color);
}

.m_Box17 a {
    color: var(--main-text-second-color);
}

.m_T4 span,
.m_T4 span a {
    color: var(--main-text-second-color);
}

.Link {
    border-color: var(--main-text-color);
}

.Footer {
    color: var(--main-text-second-color);
}

.m_Box14 a {
    color: var(--main-text-second-color);
}

.m_Box14 {
    color: var(--main-text-color);
}

.m_Box7 li a {
    color: var(--main-text-color);
}

.m_Box11 li a:hover {
    color: var(--main-text-color);
}

.index_newslist {
    display: flex;
    flex-wrap: wrap;
}

.index_newslist .m_Grid {
    width: 33.3%;
    padding: 0;
}

.index_newslist .m_T5.FL {
    width: 100%;
}

.index_newslist ul.m_Box5.FL {
    width: 100%;
}

.index_newslist .m_Grid .box {
    padding: 10px 15px;
}

.m_Grid10 img {
    max-width: 100% !important;
}


.moreSameWrap {
    padding: 10px 25px;
}

.moreSameWrap .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.moreSameWrap .wrap>div {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.moreSameWrap .wrap>div::after {
    content: '|';
    position: absolute;
    right: 1px;
    line-height: 1.2;
}

.moreSameWrap .wrap>div:last-child::after {
    content: '';
}

.moreSameWrap .wrap>div a {
    color: #fff;
}

.moreSameWrap .wrap>div a:hover {
    color: var(--main-text-color);
}

.m_Box10.tags.index {
    height: 225px;
}

.home-hezuo{
    width: 980px;
    margin: 0 auto 20px auto;
}
.home-hezuo h3{
    font-size: 18px;
    line-height: 2.2;
}
.home-hezuo ul{
    margin: -5px;
}
.home-hezuo ul li{
    width: 12.5%;
    float: left;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.home-hezuo ul li img{
    display: block;
    width: 100%;
    height: 50px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 2px;
}.home_tag{
    padding: 15px 15px 0 15px;
}

.home_tag li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.home_tag li>*{
    margin: 0 15px 5px 0;
    height: 1.8em;
    display: inline-flex;
    align-items: center;
}
.home_tag li span{
    background-color: #03638f;
    color: #fff;
    padding: 0 12px;
    position: relative;
}
.home_tag li span::after{
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -6px;
    content: "";
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #03638f;
}
.clearfix::after{display:table;content:" ";clear:both;height:0}

.tag_top_article{ padding:10px 24px}
.tag_top_article h2{ font-size:18px; margin-bottom:10px}
.tag_top_article p{ color:#FFF;text-indent: 2em}
.mb10{ margin-bottom:10px}