body{
    min-width: 1220px !important;
}
body, dl, dd, ul, li, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
    margin: 0;
    list-style: none;
    padding: 0;
}

h1, h2, h3, h4, p {
    font-family: "微软雅黑";
    color: #333;
}
a:hover{
    text-decoration: none !important;
}
.col {
    padding-right: 0;
    padding-left: 0;
}

.text-orange {
    color: rgb(0, 112, 192) !important
}

.text-orange1 {
    color: rgb(0, 112, 192)  !important
}


.w12 {
    width: 100%;
    margin: auto;
}
.minHeight{
    min-height: 550px;
}

.font-12 {
    font-size: 12px !important;
    line-height: 23px;
}

.font-13 {
    font-size: 13px !important;
    line-height: 23px;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.text-indent {
    text-indent: 2rem;
}

.col-left {
    width: 795px;
    float: left;
}

.col-right {
    width: 370px;
    float: right;
}

a {
}


.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.el2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.el3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.el4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.el5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.lf {
    float: left
}

.rg {
    float: right
}

.header {
    /*background: url("../images/top.png") center center no-repeat;*/
    background: #fff;
    height: 220px
}

.top {
    height: 40px;
    line-height: 40px;
    background: #ebeff7;
    font-size: 14px;
}

.top span {
    color: rgb(0, 51, 153) !important;
}
.top span.top-left{
    float: left;
    height: 40px;
    overflow: hidden;
}

.top div.top-right {
    float: right;
    line-height: 40px;
    color: rgb(0, 51, 153) !important;
}

.top a {
    height: 40px;
    line-height: 40px;
    color: rgb(0, 51, 153) !important;
    font-size: 14px;
    margin: 0 10px;
}

.sech {
    height: 150px;
}

.search {
    margin-top: 20px;
    margin-right: 20px;
}


.logo {
    margin-top: 25px;
}

.logo img {
    width: 100%;
}


input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none;
}

.search input {
    float: left;
    width: 340px;
    height: 36px;
    padding-left: 20px;
    color: #999;
    border: 1px solid #dcdcdc;
    border-radius: 20px 0 0 20px;
    border-right: none;
    margin-top: 13px;
    font-size: 14px;
    line-height: 36px;
}

.search button {
    margin-top: 13px;
    float: left;
    width: 50px;
    height: 36px;
    background: none;
    color: #333;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-radius: 0 20px 20px 0;
}

.spaceAround{
    display: flex;
    justify-content: space-around;
}

.spaceBetween{
    display: flex;
    justify-content: space-between
}
.header_nav{
    height: 50px;
    background-color: #053973;
}

.header_nav ul li a{
    font-size: 18px;
    line-height: 50px;
    display: block;
    color: #fff;
    width: 120px;
    text-align: center;
}
.header_nav_active{
    background: #053973;
}
.header_nav ul li a:hover{
    background: #053973;
}
.header_bg{
    background: #053973;
    width: 100%;
    height: 5px;
}

main {

}

.main {
    width: 100%;
}

.main-title {
    width: 100%;
    border-bottom: 2px solid #d9d9d9;
}


.main-title h1 {
    float: left;
    text-align: center;
    font-size: 18px;
    color: #2461bf;
    font-weight: 700;
}

.main-title .more {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.main-title .more:hover {
    color: #0687c8;
}

.munt {
    background: #fff;
    padding: 8px 0 0 0;
    width: 100%;
}

.heignt {
    min-height: 500px;
}

.munt .munt-t {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.munt .munt-t img {
    width: 20%;
    height: 96px;
    float: left;
}

.munt .munt-t .munt-c {
    float: right;
    width: 78%;
}

.munt .munt-t .munt-c .munt-text a h2 {
    float: left;
    font-size: 16px;
    width: 78%;
    font-weight: normal;
    color: #333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 28px;
}

.munt .munt-t .munt-c .munt-text a h2 span {
    color: #999;
    margin-right: 5px;
}

.munt .munt-t .munt-c .munt-text a .date {
    float: right;
    color: #999;
    line-height: 28px;
    font-size: 16px;
}

.munt .munt-t .munt-c p {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px;
}

.munt ul li a h2 {
    float: left;
    font-size: 15px;
    width: 67%;
    font-weight: normal;
    color: #333;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 35px;
}

.munt ul li a:hover h2 {
    color: #0687c8;
}

.munt ul li a h2 span {
    color: #999;
    margin-right: 5px;
}

.munt ul li a .date {
    float: right;
    color: #999;
    line-height: 34px;
    font-size: 15px;
}

.munt ul li a {
    color: #333;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}

.munt ul li a span {
    color: #999;
    margin-right: 5px;
}

.main-title .title .text1 {
    float: left;
    background: url("../images/t2.png") no-repeat;
    width: 160px;
    height: 48px;
}

.main-title .title .text1 span {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 12px;
    margin-left: 15px;
}

.main-title .title .text1 h1 {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
}

.dire {
    background: #003399;
    border-radius: 8px;
    height: 100px;
}

.sz {
    width: 100px;
}

.sz img {
    width: 100%;
    height: 100px;
}

.dire-t {
    width: 103px;
}

.dire-t span {
    width: 40px;
    height: 40px;
    display: block;
    margin: 15px auto 0 auto;
}

.dire-t span img {
    width: 100%;
}

.dire-t h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}

.dire1 {
    background: #fe840d;
    height: 100px;
    border-radius: 8px;
}

.dire-t1 span {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    padding-top: 15px;
}

.dire-t1 span img {
    width: 100%;
}

.dire-t1 h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-top: 22px;
}

.kj {
    overflow: hidden;
}

.kj div div img {
    /*width: 100%;
    height: 92px;*/
}

.tz {
    height: 147px;
    overflow: hidden;
}

.tz ul li a h2 {
    float: left;
    font-size: 16px;
    width: 100% !important;
    font-weight: normal;
    color: #333;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.jz {
    height: 353px;
    overflow: hidden;
}

.news-one {
    height: 247px;
    overflow: hidden;
}

/*.news-two .hd {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 15px 0 0;
    font-size: 20px;
    background: #fbfafa;
}*/

.news-right {
    height: 354px;
    overflow: hidden;
}

.news-right ul li a h2, .news-right ul li a .date {
    line-height: 35px;
}

.news-l {
    padding: 15px;
}

.news-left .news-left-title {
    border-bottom: 2px solid #ccc;
}

.news-left .news-left-title h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #fe840d;
    margin-bottom: -2px;
    padding-bottom: 8px;
}

.news-left .news-left-title a {
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.news-left .news-left-conter ul li a {
    line-height: 36px;
    background: #003399;
    color: #fff;
    display: block;
    margin-top: 15px;
}

.news-left .news-left-zt ul li {
    margin-top: 15px;
}

.news-left .news-left-zt ul li a img {
    width: 48%;
    height: 80px;
    float: left;
}

.news-left .news-left-zt ul li a p {
    float: right;
    width: 50%;
    height: 80px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-left .news-left-lj ul li a {
    line-height: 31px;
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.jg {
    height: 89px;
    overflow: hidden;
}

.jg ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.bannerList{
    width: 100%;
    height: 400px;
    position: relative;
}
.bannerList img{
    width: 100%;
    height: 400px;
}
.bannerList .bannerH1{
    position: absolute;
    font-weight: normal;
    right: 0;
    padding: 0 20px;
    bottom: 0;
    height: 46px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.bannerList .bannerH1 h1{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 46px;
}
.bannerList .bannerH1 h1 a{
    color: #fff;
    display: block;
    line-height: 46px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    left: auto;
    right: 20px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #0687c8;
}

.tongzhi{
    height: 100px;
}
.tongzhi h1{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.tongzhi h1 a{
    line-height: 90px;
    color: #2461bf;
}
.progre {
    float: right;
    width: 450px;
    background: #fff;
    height: 420px;
}

.index_list li{
    margin-top: 15px !important;
}

.index_list li a{
    color: #333;
    font-size: 16px;
    display: block;

}

.index_list li p{
    color: #999;
    margin-top: 5px;
}


.academic {
    width: 100%;
}

.academic .hd {
    font-size: 24px;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 5px;
}

.academic .hd ul {
    overflow: hidden;
}

.academic .hd ul li {
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #d9d9d9;
}

.academic .hd ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.academic .hd ul .mo {
    font-size: 14px;
    float: right;
}

.academic .hd ul .mo a {
    color: #999;
    line-height: 24px;
}

.academic .hd ul .mo a:hover {
    color: #2461bf;
}

.academic .hd ul .on {
    color: #2461bf;
}

.academic .hd ul .on a {
    display: block;
}
.academic .bd {
    position: relative;
}
.academic .bd .mo{
    position: absolute;
    right: 0;
    top: -40px;
}
.academic .bd .mo a{
    color: #999;
}
.academic .bd .xLeft{
    float: left;
    width: 260px;
}
.xuexi{
    background: url(../newImages/xuexi.png)!important
}
.szqh{
    background: url(../newImages/szqh.png)!important
}
.dang{
    background: url(../newImages/danger.png)!important
}
.academic .bd .xLeft img{
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 0;
}
.academic .bd .xLeft a{
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}
.academic .bd ul.xRight {
    overflow: hidden;
    float: right;
    width: calc(100% - 280px);
}
.academic .bd li a h2 {
    color: #333;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    float: left;
    font-weight: normal;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/* 海洋战略列表COLOR */
.academic .bd li a:hover h2 {
    color: #2461bf;
}

.academic .bd li a h2 span {
    float: left;
    color: #999;
    margin-right: 5px;
}

.academic .bd li a span {
    float: right;
    color: #999;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.academic .bd .t {
    height: 122px;
    overflow: hidden;
}

.academic .bd .t .pic {
    width: 130px;
    float: left;
}

.academic .bd .t .con {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}

.academic .bd .t .con p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.anniu{
    height: 80px;
    font-size: 19px;
    font-weight: bold;
    border-radius: 0;
    line-height: 80px;
    text-align: center;
    color: #f30;
}
.anniu a{
    color: #fff;
    display: block;
    height: 80px;
}
.annius{
    padding:  18px;
    height: 80px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
.anniu a:hover{
    color: #fff;
}
.annius a{
    color: #fff;
}
.yjcg_t{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 160px;
    margin: 0 auto;
    background: #053973;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    line-height: 40px;
    position: relative;
    z-index: 9;
    border: 5px solid #fff;
}
.yjcg_box{
    border: 1px solid #999;
    padding: 16px 19px 0px 20px;
    margin-top: -25px;
    height: 238px;
    border-radius: 8px;
}
.yjcg_list ul li a{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #053973;
    line-height: 40px;
    font-size: 16px;
    border-radius: 8px;
    color: #053973;
    margin-top: 12px;
    text-align: center;
}
.skw ul li a{
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #053973;
    line-height: 80px;
    font-size: 18px;
    border-radius: 8px;
    color: #053973;
    margin-top: 20px;
    text-align: center;
}
select {
    width: 210px;
    height: 36px;
    border: 1px solid #e5e5e5;
    color: #444;
    font-size: 14px;
    padding: 0 10px;
}
.footer{
    background-color: #053973;
    padding: 25px 0;
}

.footer p{

    color: #fff;
    line-height: 30px;
}
.footer p a{
    color: #fff;
}


.menuLeft h1{
    height: 80px;
    background: #0687c8;
    line-height: 80px;
    color: #fff;
    margin-bottom: 0;
    padding: 0 20px;
}

.menuLeft ul{
    background:#dcecf5 ;
}

.menuLeft ul li a{
    height: 46px;
    display: block;
    line-height: 46px;
    padding: 0 20px;
    color: #333;
    border-bottom: 1px solid #cadce7;
}
.menuLeft ul li ul.twoMenu  li a{
    padding-left: 40px;
}
.menuLeft ul li.menuActive ul.twoMenu{
    display: block;
    background: #b3d0e1;
}
.menuLeft ul li ul.twoMenu{
    display: none;
}
.menuActive {
    border: none !important;
    background: #1375d6 !important;
    color: #fff !important;
}
.menuActive a.oneActive{
    border: none !important;
    background: #1375d6 !important;
    color: #fff !important;
}

.munav {
    border-bottom: 1px solid #dde0e4;
    height: 55px;
}

.wz {
    height: 55px;
    line-height: 55px;
}
.wz span, .wz a, .wz i {
    font-size: 14px;
    color: #a8abb1;
}
.wz em {
    font-size: 14px;
    color: #0687c8;
    font-style: normal;
}

.tz-list ul.news_list li {
    border-bottom: solid 1px #ccc;
    padding: 20px 0;
    position: relative;
    padding-left: 80px;
}
.tz-list-tt a {
    font-size: 18px;
    color: #333;
}
.tz-list-date {
    position: absolute;
    top: 20px;
    left: 0;
    color: #666;
}

.tz-list-date span {
    font-size: 30px;
    margin-top: 7px;
    color: #0687c8;
    display: inline-block;
    border-bottom: solid 2px #0687c8;
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tz-list-p {
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    margin-top: 5px;
}

/*新闻详情*/
.news-detial-d{background: #fff;}
.news-detial-d .ar_title {
    padding-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdee1;
}
.news-detial-d .ar_title h1 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-bottom: 8px;
    color: #565659;
    margin-bottom: 0;
}
.news-detial-d .ar_title .data{
    position: relative;
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: center;
}
.news-detial-d .ar_title .data div {
    float: left;
    margin-right: 30px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: left;
    color: #c5c5c7;
}
.font_box a {
    display: inline-block;
    width: 20px;
    line-height: 36px;
    background: #fff;
    font-size: 12px;
    color: #c4c5c7;
    text-align: center;
}
.font_box a.on {
    color: #b60000 !important;
}

.font_size_lg {
    font-size: 18px !important;
    line-height: 40px !important;
}
.font_size_md {
    font-size: 16px !important;
    line-height: 36px !important;
}
.font_size_sm {
    font-size: 14px !important;
}
.no_padding {
    padding: 0 !important;
}

.news-detial-d .ar_article {
    padding-top: 20px;
    min-height: 180px;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
}
.news-detial-d .ar_article img {
    max-width: 100%;
}

.ar_article {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}
.news-detial-d .ar_article *{
    line-height: 36px;
    padding-bottom: 8px;
    color: #333 !important;
    text-align: justify;
    font-family: '微软雅黑' !important;
    text-indent: 2em !important;
    margin-bottom: 0;
    font-size: 16px !important;
}

#ar_fot {
    margin-top: 10px;
    position: relative;
    padding: 15px 45px;
    border-top: 10px solid #f4f5f7;
}

#ar_fot h1 {
    display: block;
    font-size: 13px;
    color: #656667;
    line-height: 30px;
    max-width: 48%;
}
#ar_fot h1 span{display: block;}
#ar_fot h1.fr {
    text-align: right;
}

.tm-list-tt{
    border: 1px solid #ccc;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
}

.tm-list-tt a,.tm-list-tt img{
    display: block;
    width: 100%;
    height: 220px;
}

.tm-list-p,.tm-list-p a{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    color: #333;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 10px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff !important;
    box-shadow: none !important;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    background-color: #4285f4;
    color: #fff;
    border-color: #007bff !important;
}