/* cssÃƒÂ§Ã‚Â¼Ã¢â‚¬â€œÃƒÂ§Ã‚Â Ã‚ÂÃƒÂ¨Ã‚Â§Ã¢â‚¬Å¾ÃƒÂ¨Ã…â€™Ã†â€™ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã‚Â¡Ã‚Â£: https://codeguide.bootcss.com/#html-syntax */


/* ÃƒÂ¥Ã‹â€ Ã‚ÂÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹ÃƒÂ¥Ã…â€™Ã¢â‚¬â€œÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â S */

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    position: relative;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inline-block {
    display: inline-block;
}

a {
    color: inherit;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
    outline: none;
}

a:link {
    background-color: transparent !important;
}

a:active {
    background-color: transparent !important;
}

a:hover {
    opacity: 1 !important;
    background-color: transparent !important;
}

a:visited {
    background-color: transparent !important;
}

.pages {
    border-top: 1px solid #CCC;
    margin-top: -26px;
    border: none;
    margin: 10px 0 0 0;
}

.pages .pagesLeft {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    margin: 16px 0 0 0;
}

.pages .pagination {
    margin: 10px 0;
}

.pages .pagination .active a {
    background: #0D3E7F !important;
    color: #fff;
    border-color: #0D3E7F;
}

.pages .pagination li a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}

main .pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #0D3E7F !important;
    border-color: #0D3E7F;
}

main .pages .pagination .more:hover,
main .pages .pagination .more:focus {
    background-color: #fff !important;
    color: #333 !important;
}

.text-right {
    text-align: right;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
}

.img-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
}

.img-cont img {
    transition: all 1s ease 0s;
}

.img-cont img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.title-common {
    min-height: 50px;
    padding-bottom: 13px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ccc;
}

.title-common .tip {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #0D3E7F;
    letter-spacing: 0.41px;
    margin-left: 20px;
}

.watch-all-three {
    float: right;
    line-height: 35px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #6696C5;
    letter-spacing: 0;
}


/* ÃƒÂ¥Ã‹â€ Ã‚ÂÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹ÃƒÂ¥Ã…â€™Ã¢â‚¬â€œÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â E */


/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â S */

.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    padding: 20px 0 0 0;
    background: #0d3e7f;
    margin: 0;
}

#fixedImg {
    display: inline-block;
    width: 80%;
    vertical-align: text-top;
}

.bgimg-small {
    padding-top: 26px;
    background: url(../img/bgimg-small.png) no-repeat center;
    background-size: cover;
}

.bgimg-small .top-max {
    min-height: 45px;
}

.bgimg-small .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
}

.bgimg-small logo {
    display: flex;
    padding-top: 24px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.bgimg-small .english-version {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 71px;
    border-right: 1px solid #979797;
    padding-left: 2px;
}

.bgimg-small .english-version a {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #fff;
    letter-spacing: 0;
    opacity: 0.8;
}

.bgimg-small .main-web {
    display: inline-block;
    padding-left: 25px;
}

.bgimg-small .main-web a {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    opacity: 0.8;
}

.bgimg-small .header-left {
    float: left;
    width: 40%;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.bgimg-small .logo {
    float: left;
    height: 75px;
    width: 20%;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    transition: all 1s ease-in-out;
}

.bgimg-small .logo img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    transition: all 1s ease-in-out;
}

.bgimg-small .header-right {
    float: left;
    width: 40%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.bgimg-small .header-right .email,
.bgimg-small .header-right .search-ipt,
.bgimg-small .header-right .echat,
.bgimg-small .header-right .weibo {
    float: right;
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.bgimg-small .header-right .email span {
    color: #fff;
    vertical-align: middle;
    opacity: 0.8;
}

.bgimg-small .header-right .email:hover span {
    opacity: 1;
}

.bgimg-small .header-right .echat {
    position: relative;
}

.bgimg-small .header-right .echat-img {
    position: absolute;
    top: 40px;
    left: -16px;
    z-index: 999;
}

.bgimg-small .header-right .echat-img img {
    height: 64px;
    width: 64px;
    display: none;
}

.bgimg-small .header-right .echat:hover .echat-img img {
    display: block;
}

.bgimg-small .header-right .email a {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    opacity: 0.8;
    margin-right: 15px;
}

.bgimg-small .nav-top {
    margin-top: 0px;
    position: relative;
    height: 60px;
}

.bgimg-small .nav-top .nav {
    position: absolute;
    top: 0px;
    width: 100%;
}

.bgimg-small .nav .active a {
    color: #fff;
}

main .news-index .news-icon {
    height: auto;
    width: auto;
    margin-right: 20px;
    display: inline-block;
    transition: none;
}

main .news-index .news-icon:hover {
    transform: scale(1);
}

.bgimg-small .nav li {
    float: left;
    width: 10%;
    text-align: left;
    color: #fff;
    height: 45px;
    font-size: 14px;
    position: relative;
}

.bgimg-small .nav li:nth-child(5) {
    margin-left: 20%;
}

.bgimg-small .nav li a {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
    outline: none !important;
}

.bgimg-small .nav li a:hover {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .bgimg-small .nav li a {
        font-size: 12px;
    }


}

.bgimg-small .nav li:hover .dropdown-content {
    transition: all 0.3s ease-in-out;
    display: block;
}

.bgimg-small .nav .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0;
    border-top: 1px solid #eee;
    z-index: 1000;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
}

.bgimg-small .nav .dropdown-content li {
    list-style: none;
    text-align: center;
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.bgimg-small .nav .dropdown-content li a {
    padding: 0;
    margin: 0;
    background: inherit;
    display: inline;
    color: #083a7c;
}

.bgimg-middle {
    padding-top: 24px;
    background: url(../img/middleBgimg.png) no-repeat center;
    background-size: cover;
}

.bgimg-middle .title-menu {
    display: inline-block;
    padding-bottom: 21px;
    margin-top: 50px;
}

.bgimg-middle .title-menu .title {
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.66px;
}

.bgimg-middle .title-menu .title-Eng {
    display: inline-block;
    margin-left: 15px;
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.41px;
}

.bgimg-middle #my-breadcrumb {
    float: right;
    margin-top: 70px;
    color: #fff;
}

.bgimg-middle #my-breadcrumb li {
    float: left;
    margin-right: 10px;
}

.bgimg-middle #my-breadcrumb li a {
    margin-right: 10px;
    opacity: 0.65;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}

.bgimg-middle #my-breadcrumb li i {
    opacity: 0.65;
}

.bgimg-middle #my-breadcrumb li a:hover {
    color: #fff;
    opacity: 1;
}

.bgimg-middle #my-breadcrumb li:last-child {
    margin-right: 0;
}

.bgimg-middle #my-breadcrumb li:last-child a {
    margin-right: 0;
}

.bgimg-middle #my-breadcrumb .whiteSlashes {
    color: rgba(255, 255, 255, 0.65);
}

.bgimg-large {
    padding-top: 26px;
    background: url(../img/bigBgimg.png) no-repeat center bottom;
    background-size: cover;
    min-height: 633px;
}

.index-carousel {
    margin-top: -500px;
}

.index-carousel .item img {
    object-fit: cover;
}

.index-carousel .carousel-list {
    margin-top: 25px;
    margin-bottom: 50px;
}

.index-carousel .left.carousel-control,
.index-carousel .right.carousel-control {
    display: none;
}

.index-carousel .carousel-inner {
    overflow: visible;
}

.index-carousel #myCarousel {
    min-height: 495px;
    overflow: hidden;
    -moz-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
}

.index-carousel #myCarousel .arr-left {
    position: absolute;
    left: 0;
    top: 165px;
    z-index: 999;
    cursor: pointer;
}

.index-carousel #myCarousel .arr-left .left-arr {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.6;
}

.index-carousel #myCarousel .arr-left .left-arr i {
    position: absolute;
    top: 8px;
    left: 17px;
    color: #fff;
    font-size: 32px;
    vertical-align: middle;
}

.index-carousel #myCarousel .arr-left .left-arr:hover {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.index-carousel #myCarousel .arr-right {
    position: absolute;
    right: 0;
    top: 165px;
    z-index: 999;
    cursor: pointer;
}

.index-carousel #myCarousel .arr-right .right-arr {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.6;
}

.index-carousel #myCarousel .arr-right .right-arr i {
    position: absolute;
    top: 8px;
    right: 17px;
    color: #fff;
    font-size: 32px;
    vertical-align: middle;
}

.index-carousel #myCarousel .arr-right .right-arr:hover {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.index-carousel #myCarousel .carousel-inner .item img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.index-carousel #myCarousel .my-caption {
    bottom: -125px;
    width: 100%;
    right: 0;
    left: 0;
    padding-top: 26px;
    padding-left: 43px;
    padding-right: 36px;
    padding: 30px;
    text-align: left;
    background-color: #fff;
    text-shadow: none;
}

.index-carousel #myCarousel .caption-title .date {
    float: left;
    min-width: 55px;
    padding-right: 22px;
    text-align: center;
    border-right: 1px solid #979797;
}

.index-carousel #myCarousel .caption-title .date .day {
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
}

.index-carousel #myCarousel .caption-title .date .month {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
}

.index-carousel #myCarousel .caption-title .info {
    padding-left: 102px;
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #000;
    letter-spacing: 0;
}

.index-carousel #myCarousel .caption-title .info a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-carousel #myCarousel .caption-title .detail {
    float: left;
    margin-top: 11px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 22px;
}

.index-carousel #myCarousel .caption-title .detail a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-carousel .foucs .title {
    margin-top: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.41px;
}

.index-carousel .foucs .title .title-name {
    margin-left: 18px;
}

.index-carousel .foucs .title a:hover {
    color: #fff !important;
}

.index-carousel .foucs .list {
    padding-top: 22px;
}

.index-carousel .foucs .list li {
    height: 36px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 0;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-carousel .foucs .list li a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    opacity: 0.8;
}

.foucs .title-common.visible-xs {
    padding-top: 46px;
}

.bgcimg-sm-xs {
    height: 472px;
    background: url(../img/middleBgimg.png) no-repeat center;
    background-size: cover;
}

#index {
    margin: 0;
}

.frame-header {
    width: 100%;
    height: auto;
    margin: 0 0 110px 0;
}

.frame-header .mob-head {
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 44px;
    background: #083a7c;
    text-align: center;
    position: relative;
    line-height: 44px;
}

.frame-header .maxBottomTit {
    height: 150px;
    background: url(../img/bigBgimg.png) no-repeat center;
    background-size: 100%;
    position: relative;
    margin: -2px 0 0 0;
}

.frame-header .maxBottomTit h3 {
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    position: absolute;
    bottom: 17px;
    left: 15px;
}

.frame-header .mob-head img {
    height: 20px;
}

.frame-header .mob-head .mobileTitTex {
    margin-left: 6px;
    height: 16px;
}

.frame-header .mob-head .mob-head-open {
    color: #fff;
    position: absolute;
    top: 3px;
    right: 15px;
    font-size: 30px;
    display: block;
    height: 25px;
    width: 25px;
}

.frame-header .mob-head-content li {
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-color: rgba(167, 167, 167, 0.4);
    position: relative;
}

.frame-header .mob-head-content .returnBtn {
    font-size: 28px;
}

.frame-header .mob-head-content li i {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 18px;
}

.frame-header .mob-head-content .mob-head-child li {
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 12px;
}

.frame-header .mob-head .mob-en {
    border: 1px solid #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    height: 25px;
    width: 60px;
    line-height: 25px;
    opacity: 0.7;
}

.frame-header .three-content {
    height: 60px;
    margin-top: 10px;
}

.frame-header .head-search {
    text-align: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.frame-header .mob-hide {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    height: 100%;
    overflow: scroll;
}

.frame-header .mob-hide a:hover {
    color: #fff;
    opacity: 1;
}

.frame-header .mob-hide .mob-head-child a:hover {
    color: #428bca;
}

.frame-header .mob-hide a:focus {
    color: #fff;
    opacity: 1;
}

.frame-header .mob-search {
    width: 80%;
    margin: 10%;
    margin-top: 20px;
    border-radius: 16px;
}

.frame-header .mob-search input {
    /* border: 1px solid #a7a7a7;*/
    width: 100%;
    margin: 0 auto;
    height: 30px;
    background: none;
    padding: 3px;
    text-indent: 4px;
    border-radius: 16px;
}

.frame-header .mob-search .search {
    border: 1px solid #a7a7a7;
}

.frame-header .head-search i {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 8px;
}

.frame-header .head-search input {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
    height: 30px;
    background: none;
    padding: 3px;
    text-indent: 4px;
}

.frame-header .three-content .three-box {
    width: 25%;
    float: left;
    color: #fff;
    text-align: center;
    /*line-height: 50px;*/
    height: 100%;
}

.frame-header .three-content .three-box .icon-library2 {
    font-size: 18px;
}


/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â E */


/* ÃƒÂ¦Ã‚ÂÃ…â€œÃƒÂ§Ã‚Â´Ã‚Â¢ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â S */

input[type="text"] {
    box-sizing: border-box;
    width: 75%;
    font: 15px/24px "Microsoft YaHei", Arial, sans-serif;
    color: #fff;
    border: none;
    letter-spacing: 1px;
}

:focus {
    outline: none;
}

.search-top {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 33px;
    border: 1px solid #979797;
}

.search-top .search-icon {
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.search-top img {
    cursor: pointer;
}

.search {
    position: absolute;
    left: 0;
    height: 30px;
    top: 0;
    border: none;
    outline: none;
    padding: 3px 0 3px 15px;
    border: 1px solid #979797;
    transition: 0.4s;
    background-color: transparent;
    font-size: 14px;
}

.search-null {
    text-align: center;
    margin-bottom: 30px;
}

.search~.focus-border:before,
.search~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.4s;
}

.search~.focus-border:after {
    top: auto;
    bottom: 0;
}

.search~.focus-border i:before,
.search~.focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition: 0.6s;
}

.search~.focus-border i:after {
    left: auto;
    right: 0;
}

.search:focus~.focus-border:before,
.search:focus~.focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.search:focus~.focus-border i:before,
.search:focus~.focus-border i:after {
    top: 0;
    height: 100%;
    transition: 0.6s;
}


/* ÃƒÂ¦Ã‚ÂÃ…â€œÃƒÂ§Ã‚Â´Ã‚Â¢ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â E */


/* ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â S */

main {
    min-height: 900px;
    margin-top: 24px;
    padding-bottom: 176px;
}

main .pagination>li>a,
main .pagination>li>span {
    padding: 5px 11px;
}

main .pagination>li {
    display: inline-block;
    margin-right: 11px;
}

main .pagination>li .more {
    border: 0;
}

main .date {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
}

main .date i {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 19px;
}

main .article-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
}

main .person-title {
    padding-bottom: 15px;
}

main .other-title {
    margin-top: 9px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #999;
    letter-spacing: 0;
}

main .article-area {
    padding: 20px 23px 24px 26px;
    margin-top: 19px;
    margin-bottom: 22px;
    background: #eee;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 28px;
}

main .article-content {
    margin-bottom: 36px;
}

main .article-content p {
    margin-top: 20px;
    text-indent: 2em;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    font-size: 16px !important;
    font-family: å¾®è½¯é›…é»‘ !important;
}

main .article-content p img {
    width: 100%;
    border: none!important;
}

main .article-content p span {
    margin-top: 20px;
    text-indent: 2em;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    font-family: å¾®è½¯é›…é»‘ !important;
}

main .media-foucs .info-list {
    transition: all 0.5s ease-in-out;
}

main .media-foucs .info-list li {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
    list-style-position: inside;
    margin: 0;
}

main .media-foucs .info-list li a {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333;
    letter-spacing: 0.3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
}

main .media-foucs .info-list li a::before {
    content: '.';
    font-size: 22px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

main .media-foucs .info-list li a:hover {
    color: #083a7c;
}

main .media-foucs .info-list li .date {
    font-size: 12px;
    color: #999;
    display: inline;
}

main .media-foucs .info-list li:hover {
    border-bottom: 1px solid #083a7c;
}

main .media-foucs .info-list li::befor {
    content: '.';
}

main .amount {
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
}

main .hot {
    margin-bottom: 30px;
}

main .hot .title {
    padding-top: 7px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #0d3e7f;
    letter-spacing: 0.41px;
}

main .hot .title img {
    margin-right: 17px;
}

main .hot .hot-list {
    margin-top: 13px;
}

main .hot .hot-list li {
    list-style: none;
    min-height: 76px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}

main .hot .hot-list li .date {
    float: left;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    text-align: center;
}

main .hot .hot-list li .day {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    font-weight: 700;
}

main .hot .hot-list li .year {
    font-family: MicrosoftYaHei;
    font-size: 10px;
    color: #999;
    letter-spacing: 0;
}

main .hot .hot-list li .info {
    margin-top: 3px;
    padding-left: 60px;
    text-align: left;
}

main .hot .hot-list li .info a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

main .hot .hot-list li .info a:hover {
    color: #083a7c;
}

main .hot .hot-list li:first-child {
    border-top: 1px solid #ccc;
}

main .hot .hot-list li:last-child {
    border-bottom: none;
}

main .hot .hot-list li:hover {
    border-bottom: 1px solid #083a7c;
}

main .xwbl-all-mob {
    margin-top: 6px;
}

main .aside .tip {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #0f4080;
    letter-spacing: 0;
}

main .aside .share {
    margin-top: 9px;
    margin-bottom: 19px;
    width: 100%;
    border-bottom: 3px solid #0f4080;
    color: #ccc;
}

main .aside .share .social-share {
    max-height: 52px;
    margin-top: 12px;
    padding-bottom: 23px;
}

main .aside .share .social-share .my-icon-word-parent {
    position: relative;
    margin-right: 45px;
}

main .aside .share .social-share .my-icon-word {
    top: 0;
    right: -45px;
    font-size: 14px;
    color: #959595;
    min-width: 43px;
    position: absolute;
    left: 50px;
}

main .aside .share .social-share .social-share-icon {
    margin-right: 80px;
}

main .aside .share .social-share .my-icon-word-parent:last-child .my-icon-word {
    right: -50px;
}

main .aside .share .social-share .social-share-icon:hover,
main .aside .share .social-share .my-icon-word:hover {
    color: #0f4080;
}

@media (max-width: 1200px) {
    main .aside .share .social-share .my-icon-word {
        display: none;
    }
    main .aside .share .social-share .social-share-icon {
        margin-right: 25px;
    }
}

main .aside .about-news {
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}

main .aside .about-news .content .title {
    margin-bottom: 8px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

main .aside .about-news .content .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    line-height: 20px;
}

main .aside .person-about-news ul {
    margin-top: 16px;
    margin-bottom: 30px;
}

main .aside .person-about-news ul li {
    min-height: 100px;
    padding-top: 19px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ccc;
    transition: all 1s ease 0s;
}

main .aside .person-about-news ul li img {
    transition: all 1s ease 0s;
}

main .aside .person-about-news ul li img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

main .aside .person-about-news ul li:first-child {
    border-top: 1px solid #979797;
}

main .aside .person-about-news ul li:hover {
    border-bottom: 1px solid #083a7c;
}

main .aside .person-about-news ul .person-about-img {
    float: left;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
}

main .aside .person-about-news ul .person-about-info {
    padding-left: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

main .aside .about-img {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
}

.video-icon {
    margin-right: 20px;
}

main .aside .about-img img {
    transition: all 1s ease 0s;
    width: 100%;
}

main .aside .about-img img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

main .aside .other-news-list {
    margin-bottom: 30px;
}

main .aside .other-news-list li {
    min-height: 40px;
}

main .aside .other-news-list .date {
    float: left;
    width: 37px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 40px;
}

main .aside .other-news-list .info {
    display: block;
    padding-left: 14px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

main .news-index .news-img-index {
    display: inline-block;
    height: 192px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

main .news-index .news-item {
    position: relative;
}

main .news-index .news-item .date-xwbl {
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #E98B27;
    top: 16px;
    right: 28px;
}

main .news-index .news-item .date-xwbl .day {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0;
}

main .news-index .news-item .date-xwbl .month {
    margin-top: -4px;
    font-family: MicrosoftYaHei;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
}

main .news-index .info {
    margin-top: 23px;
    margin-bottom: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
}

main .news-index img {
    height: 192px;
    transition: all 1s ease 0s;
    width: 100%;
    object-fit: cover;
}

main .news-index img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

main .news-index .news-list-right {
    margin-top: 47px;
}

main .news-index .news-list-right li {
    padding-top: 20px;
    padding-bottom: 23px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

main .news-index .news-list-right li:first-child {
    border-top: 1px solid #999;
}

main .news-index .news-list-right li:hover {
    border-bottom: 1px solid #083a7c;
}

main .news-index .news-list-right .date-right {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #999;
    line-height: 17px;
    letter-spacing: 0;
}

main .news-index .news-list-right .info-right {
    margin-top: 7px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

main .title-index {
    margin-bottom: 20px;
}

main .title-index>a {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #0D3E7F;
    letter-spacing: 0.41px;
}

main .watch-all-index {
    float: right;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #6696C5;
    letter-spacing: 0;
}

main .three-cont {
    /*background-color: #F4F4F4;*/
    background:#dfedff url("../img/three-bg.png") no-repeat center top;
    background-size: 100% auto;
    min-height: 550px;
}

main .cont-three {
    margin-top: 60px;
}

main .cont-three .info-three .date-three {
    float: left;
    padding-right: 18px;
    border-right: 1px solid #ccc;
}

main .cont-three .info-three .day {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    color: #333;
    letter-spacing: 0;
    font-weight: 700;
}

main .cont-three .info-three .month {
    font-family: MicrosoftYaHei;
    font-size: 10px;
    color: #333;
    letter-spacing: 0;
}

main .cont-three .info-three .three-info-cont {
    padding-left: 15px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

main .cont-three .info-three .other {
    margin-top: 15px;
    margin-bottom: 23px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

main .title-common-another {
    padding-bottom: 29px;
}
main .title-common-another{padding-bottom: 0;}
main .list-common1{padding-top:15px;}
main .title-common-another .tip {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #0C3D7E;
    letter-spacing: 0.41px;
}

main .list-common1 {
    padding-left: 170px;
    padding-top: 30px;
}

main .list-common1 li {
    list-style-type: disc;
    list-style-position: inside;
}

main .list-common li {
    /*list-style-type: disc;*/
    /*list-style-position: inside;*/
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .list-img {
    float: left;
}

main .kdxr-list li {
    float: left;
    width: 50%;
    margin-bottom: 18px;
}

main .kdxr-list li:nth-child(even) {
    padding-left: 15px;
}

main .kdxr-list .description {
    padding-left: 97px;
}

main .kdxr-list .description .name {
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333;
    height: 50px;
    letter-spacing: 0;
    line-height: 50px;
}

main .kdxr-list .description .person-detail {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .paper {
    padding-top: 45px;
    padding-bottom: 45px;
}

main .paper .zgkdb {
    transition: all 0.5s ease-in-out;
}

main .paper .zgkdb .img-cont {
    float: left;
    width: 122px;
    height: 177px;
}

main .paper .zgkdb ul {
    padding-left: 147px;
}

main .paper .zgkdb ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 36px;
}

main .kdxr-list {
    padding-top: 2px;
}

main .kdxr-list .img-cont {
    height: 80px;
    width: 80px;
}

main .yxkd-title {
    margin-right: 13px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #0D3E7F;
    letter-spacing: 0.41px;
}

main .pic-cont {
    /*margin-top: 30px;*/
}

main .pic-cont .pic-bottom {
    height: 76px;
    overflow: hidden;
    object-fit: cover;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
}

main .pic-cont .pic-bottom img {
    transition: all 0.5s ease 0s;
    height: 76px;
    width: 100%;
    object-fit: cover;
}

main .pic-cont .pic-bottom img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

main .pic-cont .link-about {
    width: 1170px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

main .pic-cont .link-about li {
    display: block;
    float: left;
    width: 194px;
    padding: 0 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid black;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
}

.u-magazine {
    float: left;
}

main .pic-cont .link-about li:last-child {
    border: 0;
}

main .vedio-cont {
    padding-top: 45px;
    background: url(../img/blue-white-bgc.png) no-repeat center top;
    background-size: 100% 100%;
    /*height: 400px;*/
    /*padding-bottom: 50px;*/
}

main .vedio-cont .yxkd-list .left-vedio {
    float: left;
    position: relative;
    width: 50%;
    height: 226px;
}

main .vedio-cont .yxkd-list .left-vedio img {
    width: 100%;
    height: 226px;
    object-fit: cover;
}

main .vedio-cont .yxkd-list .left-vedio .vedio-play-icon {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

main .vedio-cont .yxkd-list .title-vedio {
    position: absolute;
    bottom: 16px;
    left: 23px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}

main .vedio-cont .yxkd-list .right-list {
    float: left;
    width: 50%;
}

main .vedio-cont .yxkd-list .right-list li {
    float: left;
    position: relative;
    height: 113px;
    width: 50%;
    overflow: hidden;
}

main .vedio-cont .yxkd-list .right-list li img {
    transition: all 0.5s ease 0s;
    height: 115px;
    width: 100%;
    object-fit: cover;
}

main .vedio-cont .yxkd-list .right-list li img:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

main .vedio-cont .yxkd-list .right-list li .img-title {
    position: absolute;
    bottom: 16px;
    width: 155px;
    left: 14px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .vedio-cont .title-vidio-index {
    padding-bottom: 30px;
    margin-top: -5px;
}


/* æ–°åŠ  */

.sect3 {
    position: relative;
margin-top: 40px;
}

.sect3 .title-common {
    border-bottom: none;
}

.sect3 .jz-ewm {
    position: absolute;
    right: 0;
    top: 0;
}

.sect3 .jz-ewm ul li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.sect3 .jz-ewm ul li:nth-child(1) {
    background: #3bb984;
}

.sect3 .jz-ewm ul li:nth-child(2) {
    background: #ef8933;
}

.sect3 .jz-ewm ul li:nth-child(3) {
    background: #a67ae9;
}

.sect3 .jz-ewm ul li:nth-child(4) {
    background: #e97a98;
}

.sect3 .jz-ewm ul li .ewm {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translatex(-50%);
    width: 95px;
    height: 95px;
    border-radius: 5px;
    background: #fff;
    padding: 3px;
    box-sizing: border-box;
    display: none;
    z-index: 99;
}

.sect3 .jz-ewm ul li .ewm::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.sect3 .jz-ewm ul li:hover .ewm {
    display: block;
}

.sect3 .pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.sect3 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.s3-l {
    float: left;
    width: 47%;
}

.s3-l a .text h2 {
    border-left: 2px solid #47d600;
}

.s3-l .pic {
    padding-top: 75.8%;
}

.s3-m {
    float: left;
    width: 27%;
    margin-left: 1%;
    margin-right: 1%;
}

.s3-m ul li:first-child {
    margin-top: 0;
}

.s3-m ul li {
    margin-top: 4.5%;
}

.s3-m ul li .pic {
    padding-top: 63.63%;
}

.s3-m ul li .text h2 {
    border-left: 2px solid #f56998;
}

.s3-m ul li:last-child .text h2 {
    border-left: 2px solid #e80113;
}

.s3-r {
    float: right;
    width: 24%;
}

.s3-r .pic {
    padding-top: 148%;
}

.sect3 .s3 a {
    position: relative;
    display: block;
}

.sect3 .s3 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/ss2-tc.png)repeat-x center bottom;
}

.sect3 a .text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    z-index: 99;
}

.sect3 a .text h2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.s3-r .text h2 {
    border-left: 2px solid #f000ff;
}

.sect3 a .text h2 img {
    display: inline-block;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.sect3 a .text p {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3 a:hover img {
    transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
    .index-main {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    main .paper .zgkdb .img-cont {
        width: 87px;
    }
    .index-carousel {
        margin-top: -523px;
    }
    main .paper .zgkdb ul {
        padding-left: 96px;
    }
}

@media only screen and (max-width: 992px) {
    main {
        margin-top: 62px;
    }
    main.articleDetail,
    main.personDetail {
        margin-top: 24px;
    }
    .index-carousel .foucs .list {
        padding-top: 0;
    }
    main {
        padding-bottom: 256px;
    }
    .index-carousel #myCarousel .my-caption {
        bottom: -212px;
    }
    .index-carousel #myCarousel .carousel-inner .item img {
        max-height*: 144px;
    }
    .index-carousel {
        margin-top: -523px;
    }
    .index-carousel #myCarousel .arr-left .left-arr,
    .index-carousel #myCarousel .arr-right .right-arr {
        width: 25px;
        height: 25px;
    }
    .index-carousel #myCarousel .arr-left,
    .index-carousel #myCarousel .arr-right {
        top: 163px;
    }
    .index-carousel #myCarousel .arr-left .left-arr i {
        top: 5px;
        left: 10px;
        font-size: 16px;
    }
    .index-carousel #myCarousel .arr-right .right-arr i {
        top: 5px;
        right: 10px;
        font-size: 16px;
    }
    .index-carousel #myCarousel .caption-title .date .day {
        font-size: 24px;
    }
    .index-carousel #myCarousel .caption-title .date .month {
        font-size: 12px;
    }
    .index-carousel #myCarousel .caption-title .info {
        line-height: 1.72;
        font-size: 14px;
    }
    .index-carousel #myCarousel .caption-title .detail {
        font-size: 12px;
    }
    .index-carousel #myCarousel .my-caption {
        bottom: -179px;
        width: 100%;
        right: 0;
        left: 0;
        padding-top: 17px;
        padding-left: 17px;
        padding-right: 13px;
        padding-bottom: 7px;
        text-align: left;
        background-color: #fff;
        text-shadow: none;
    }
    .index-carousel #myCarousel .my-caption {
        bottom: -75px;
    }
    .index-carousel #myCarousel {
        margin-top: 44px;
        min-height: 450px;
    }
    .index-carousel .foucs .title,
    .index-carousel .foucs .list li a {
        color: #333;
    }
}

@media only screen and (max-width: 992px) {
    main .article-title {
        white-space: normal;
    }
    .foucs .title-common.visible-xs {
        padding-top: 30px;
    }
    /* 0104ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚Â¢Ã…Â¾ */
    .foucs {
        padding: 0px;
    }
    main .pic-cont .pic-bottom img {
        height: auto;
    }
    main .pic-cont .pic-bottom {
        margin-bottom: 20px;
        margin-top: 30px;
        height: auto;
    }
    main .news-index .news-img-index {
        display: inline-block;
        height: 160px;
        width: 100%;
        overflow: hidden;
    }
    main .news-index .news-img-index img {
        height: 160px;
        width: 100%;
    }
    img:hover {
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
    }
    .about-img {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none !important;
    }
    main .media-foucs .info-list li a {
        font-size: 14px;
        text-overflow: no;
        white-space: pre-wrap;
        overflow: visible;
    }
    main .news-index .news-list-right {
        margin-top: 0;
    }
    main .three-cont {
        margin-top: 86px;
    }
    main .cont-three .title-common {
        margin-top: 60px;
    }
    main .cont-three {
        margin-top: 0;
        padding-bottom: 15px;
    }
.sect3{margin-top:0}
    main .vedio-cont {
        background: none;
        height: auto;
        background-color: #D4E1F2;
    }
    main .kdxr-list li {
        width: 100%;
    }
    main .kdxr-list li:nth-child(even) {
        padding-left: 0;
    }
    main .vedio-cont .yxkd-list .left-vedio {
        width: 100%;
        height: 182px;
    }
    main .vedio-cont .yxkd-list .left-vedio img {
        height: 182px;
    }
    main .vedio-cont .yxkd-list .right-list {
        width: 100%;
    }
    main .vedio-cont .yxkd-list .right-list li {
        height: 93px;
    }
    main .vedio-cont .yxkd-list .right-list li img {
        height: 93px;
    }
    main .title-common-another {
        margin-top:0;
    }
    main .paper {
        padding-top: 0;
    }
    .yxkd-mobile {
        margin-top:0px;
    }
    main .pic-cont .pic-bottom {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    main .pic-cont .link-about {
        height: 190px;
        width: 100%;
    }
    main .pic-cont .link-about li {
        width: 100%;
        border: 0;
    }
}


/*0923ä¿®æ”¹*/

.yxkd-list {
    margin-top: 28px;
    margin-bottom: 50px;
}

main .vedio-cont .yxkd-list .left-vedio {
    width: 100%;
}

main .vedio-cont .yxkd-list .left-vedio1 {
    height: 180px;
}

main .vedio-cont .yxkd-list .left-vedio1 img {
    height: 100px;
}

.media-bg {
    position: relative;
}

main .vedio-cont .yxkd-list .left-vedio .vedio-play-icon {
    height: 48px;
    width: 48px;
}

main .vedio-cont .yxkd-list .left-vedio1 .vedio-play-icon {
    height: 30px;
    width: 30px;
}

.left-vedio p {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left-vedio1 p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.left-vedio span {
    color: #999;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    main .vedio-cont .yxkd-list .left-vedio img {
        height: 100px;
        max-width: 250px;
    }
    .media-bg {
        max-width: 250px;
    }
    main .vedio-cont .yxkd-list .left-vedio .vedio-play-icon {
        height: 30px;
        width: 30px;
    }
    .left-vedio p {
        -webkit-line-clamp: 1;
    }
}


/*0923ä¿®æ”¹*/


/* ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â E */


/* ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â S */

footer {
    width: 100%;
    min-height: 154px;
    padding-top: 36px;
    padding-bottom: 48px;
    background: #3370B6;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    transition: all 1s ease-in-out;
}

footer .foot-logo {
    margin-top: 11px;
}

footer .link .separation {
    display: inline-block;
    height: 15px;
    width: 1px;
    padding-left: 5px;
    margin-right: 5px;
    vertical-align: text-bottom;
    border-right: 1px solid #fff;
}

footer .link li {
    display: inline-block;
}

footer .link li a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
}

footer .link li a:hover {
    color: #cad9ee;
}

footer .link li:hover a {
    color: #cad9ee;
}

footer .copyright {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    opacity: 0.5;
    line-height: 20px;
}

footer .mob-foot-img {
    text-align: center;
    margin-bottom: 20px;
}

footer .mob-foot-img img {
    height: 39px;
}

.index-carousel .carousel-list {
    margin-bottom: 0px;
}

footer .mob-ul {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.mob-foot {
    padding-top: 30px;
    padding-bottom: 34px;
}

.search-top .search-icon {
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    right: 6px;
    cursor: pointer;
    border: none;
    /*background: url(../img/ss.png);*/
}

.search-top .search-ss {
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    right: 6px;
    cursor: pointer;
    border: none;
    background: url(../img/ss.png);
}

.bgimg-small .nav .dh_5 {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    width: 20%;
}


/* ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â E */

.mob-hide .search-top {
    border: none;
}

@media only screen and (max-width: 768px) {
    main .news-index .news-list-right {
        margin-top: 0;
    }
}

.article-content video {
    height: auto;
    width: 100%;
    margin-left: -2em;
}

a {
    outline: none;
}

a:focus {
    outline: none;
}

body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

@media only screen and (max-width: 568px) {
    .index-carousel #myCarousel .carousel-inner .item img {
        height: 180px;
    }
    .index-carousel {
        margin-top: -333px;
    }
    .index-carousel #myCarousel {
        margin-top: 44px;
        min-height: 260px;
    }
    .index-carousel #myCarousel .arr-left,
    .index-carousel #myCarousel .arr-right {
        top: 63px;
    }
    .bgcimg-sm-xs {
        height: 282px;
    }
}

@media only screen and (max-width: 600px) {
    .s3-l {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
main .vedio-cont{padding-top:15px;}
main .list-common1{padding-top:15px;}
    .s3-m {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .s3-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .sect3 .jz-ewm ul li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .sect3 .jz-ewm ul li .icon img {
        height: 15px;
    }
}