@charset "utf-8";
body {
    min-width: 1200px;
    color: #333;
    /* overflow: hidden; */
}

a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.lmt01 {
    width: 1200px;
    background: url("//www.xinhuanet.com/politics/zgjpxzkbg/images/20210222_lmt01_v1.png") 50% 100% no-repeat;
    text-align: center;
    margin: 0 auto;
    color: #2350b3;
    font-size: 50px;
    font-weight: bolder;
    height: 125px;
    letter-spacing: 5px;
    text-indent: 5px;
}

.lmt01 a {
    color: #2350b3;
}

.lmt02 {
    background: url("//www.xinhuanet.com/politics/zgjpxzkbg/images/20210222_lmt02_v1.png") 0 100% repeat-x;
    position: relative;
    line-height: 50px;
    height: 56px;
    overflow: hidden;
}

.lmt02 h3 {
    float: left;
    height: 56px;
    font-size: 36px;
    font-weight: bolder;
    color: #0037ae;
    background: #fff;
    position: relative;
    padding: 0 12px 0 10px;
    letter-spacing: 2px;
}

.lmt02 h3 a {
    color: #0037ae;
}

.lmt02 h3::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 5px;
    background: #578cff;
    bottom: 4px;
    left: 0;
    z-index: 2;
}

.lmt02 h3::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 2px;
    background: #00cbf0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.lmt02 span {
    display: block;
    float: right;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 10px;
    line-height: 98px;
    background: #fff;
    position: relative;
    color: #666;
}

.lmt02 span a {
    color: #666;
}

.lmt02 span::after {
    content: "";
    width: 23px;
    height: 14px;
    background: url("//www.xinhuanet.com/politics/zgjpxzkbg/images/20210222_more_v1.png") 0 0 no-repeat;
    right: 0;
    top: 42px;
    z-index: 1;
    position: absolute;
}

.banner {
    background: url("//www.xinhuanet.com/politics/zgjpxzkbg/images/20210222_pcBanner_v1.jpg") 50% 0 no-repeat;
    height: 823px;
    /* height: 857px; */
}
.newNav{
  width: 1200px;
  height: 45px;
  margin: -45px auto 0;
  font-size: 20px;
  line-height: 45px;
  color: #fffca2;
  font-weight: bold;
}
.newNav a{
  position: relative;
  display: inline-block;
  color: #fffca2;
  margin-left: 64px;
}
.newNav a:first-child{
  margin-left: 0;
}
.newNav a::before{
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background-color:#fffca2;
}
.newNav a:first-child::before{
  display: none;
}
.part01 {
    width: 1200px;
    margin: 30px auto 0;
}

.part01_top {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 20px 80px;
    margin-bottom: 30px;
}

.part01_top::before {
    content: "";
    width: 52px;
    height: 71px;
    position: absolute;
    background: url("//www.xinhuanet.com/politics/zgjpxzkbg/images/20210222_headLines_v1.png") 0 0 no-repeat;
    left: 0;
    top: 15px;
    z-index: 1;
}

.part01_top h1 {
    font-size: 42px;
    line-height: 60px;
    color: #0037ae;
    text-align: center;
}

.part01_top h1 a {
    color: #0037ae;
}

.part01_top p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}

.part01_top p a {
    color: #666;
}

.part01_left {
    width: 580px;
    height: 500px;
    float: left;
}

.part01_left .swiper-slide {
    width: 580px;
    height: 326px;
    overflow: hidden;
}

.part01_left img {
    width: 580px;
    height: 326px;
    transition: all 1s;
}

.part01_left .swiper-slide:hover img {
    transform: scale(1.2);
}

.part01_left .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 60px 12px 10px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: bolder;
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);

}

.part01_left .swiper-button-next,
.part01_left .swiper-button-prev {
    opacity: 0.5;
    -moz-background-size: 20px 44px;
    -webkit-background-size: 20px 44px;
    background-size: 20px 44px;
}

.part01_left .swiper-container:hover .swiper-button-next,
.part01_left .swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.part01_left .swiper-pagination {
    position: absolute;
    right: 8px;
    left: auto;
    bottom: 6px;
    width: auto;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    font-weight: 200;
}

.part01_left .swiper-pagination span {
    display: inline-block;
    vertical-align: bottom;
}

.part01_left .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    line-height: 30px;
}

.part01_left .swiper-pagination .swiper-pagination-total {
    font-size: 20px;
    margin-top: 10px;
    line-height: 22px;
}

.part01_left ul {
    margin-top: 15px;
}

.part01_left li {
    float: left;
    width: 280px;
    height: 158px;
    position: relative;
    overflow: hidden;

}

.part01_left li+li {
    float: right;
}

.part01_left li img {
    width: 280px;
    height: 158px;
}

.part01_left li .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 5px 5px 5px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: normal;
    background: rgba(0, 0, 0, .7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);

}

.part01_left li:hover img {
    transform: scale(1.2);
}

.part01_right {
    width: 590px;
    float: right; height: 500px
}

.part01_right .bigtit {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.part01_right .bigtit h3 {
    font-size: 22px;
    color: #0037ae;
}

.part01_right .bigtit h3 a {
    color: #0037ae;
}

.part01_right .bigtit p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.part01_right li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}

.part01_right li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0037ae;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 1;
}

/* 最新报道 */
.part01_bottom_gd {
    width: 1200px;
    margin: 20px auto 0px;
}

.part01_bottom_gd .scroll {
    padding-top: 4px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.part01_bottom_gd .scroll .page-scrollNews {
    position: relative;
    height: 30px;
    padding: 5px 0;
}

.part01_bottom_gd .scroll .scroll-news-tit {
    position: relative;
    float: left;
    width: 120px;
    height: 32px;
    background: url("//www.xinhuanet.com/politics/zgjpxzkbg/images/20210222_gubd_v1.png") 50% 0 no-repeat;
    font-size: 26px;
    line-height: 36px;
    color: #0037ae;
    font-weight: bolder;
    text-indent: -9999em;
}

.part01_bottom_gd .scroll .scroll-news-tit a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #0037ae;
}

.part01_bottom_gd .scroll .scroll-news-txt {
    position: relative;
    float: right;
    width: 1060px;
    height: 100%;
    margin: 0 6px;
    overflow: hidden;
}

.part01_bottom_gd .scroll .scroll-news-txt:after {
    content: "";
    display: block;
    width: 61px;
    height: 46px;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 4;
    background: url("//www.xinhuanet.com/politics/ggkf40/images/part2Bg02.png") 100% 0 no-repeat;
}

.part01_bottom_gd .scroll .scroll-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 100%;
}

.part01_bottom_gd .scroll .scroll-items {
    float: left;
    height: 100%;
    line-height: 30px;
    position: relative;
}

.part01_bottom_gd .scroll .scroll-items:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 14px;
    width: 3px;
    height: 3px;
    font-size: 16px;
    background: #cd383a;
}

.part01_bottom_gd .scroll .scroll-items a {
    position: relative;
    padding-left: 12px;
    padding-right: 28px;
    font-size: 14px;
    color: #333;
}

.part01_bottom_gd .scroll .scroll-items a:hover {
    text-decoration: underline;
}

.part01_bottom_gd .scroll .scroll-items a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.part01_bottom_gd .scroll .bk {
    display: block;
}

.part02 {
    width: 1200px;
    margin: 50px auto 0;
}

.part02_left {
    width: 800px;
    float: left;
    background: url("//www.xinhuanet.com/politics/zgjpxzkbg/images/20210222_zkbgBg_v1.png") 100% 0 no-repeat;
}

.part02_left img {
    width: 360px;
    height: 558px;
    float: left;
}

.part02_left .baogao {
    padding-top: 10px;
    width: 340px;
    float: right;
    padding-right: 70px;
}

.part02_left .baogao h3 {
    font-size: 30px;
    font-weight: bolder;
    color: #0037ae;
    line-height: 46px;
}

.part02_left .baogao h3 a {
    color: #0037ae;
}

.part02_left .baogao p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 36px;
}
.part02_left .baogao ul{
  margin-top: 30px;
}
.part02_left .baogao li{
  margin-bottom: 15px;
}
.part02_left .baogao .img img{
    width: 120px;
    height: 78px;
    margin-right: 10px;
}
.part02_left .baogao .tit{
  font-size: 16px;
  line-height: 24px;
  height: 78px;
  vertical-align: middle;
  display: table-cell;
}
.part02_right {
    width: 370px;
    float: right;
}

.part02_right li {
    width: 370px;
}

.part02_right li+li {
    margin-top: 20px;
}

.part02_right li img {
    width: 370px;
    height: 208px;
}

.part02_right li h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

.part03 {
    width: 1200px;
    margin: 40px auto 0;
}

.part03_left {
    width: 580px;
    float: left;
}

.part03_left .imgTit {
    margin-top: 30px;
}

.part03_left .imgTit img {
    width: 280px;
    height: 158px;
    float: left;
    margin-right: 15px;
}

.part03_left .imgTit h3 {
    font-size: 22px;
    color: #0037ae;
}

.part03_left .imgTit h3 a {
    color: #0037ae;
}

.part03_left .imgTit p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.part03_left .imgTit p span {
    color: #008aff;
    padding-left: 5px;
}

.part03_left .imgTit p span a {
    color: #008aff;
}

.part03_left ul {
    margin-top: 28px;
}

.part03_left li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.part03_left li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0037ae;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
}

.part03_right {
    width: 580px;
    float: right;
}

.part03_right ul {
    margin-top: 30px;
}

.part03_right li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.part03_right li h3 {
    font-size: 18px;
    font-weight: normal;
}

.part03_right li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0037ae;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 1;
}

.part03_right p {
    display: none;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 6px;
}

.part03_right li.active {
    padding-left: 0px;
    padding-bottom: 15px;
}

.part03_right li.active::before {
    display: none;
}

.part03_right li.active h3 {
    color: #fff;
    height: 60px;
    line-height: 24px;
    background: #578cff;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.part03_right li.active h3 a {
    color: #fff;
}

.part03_right li.active p {
    display: block;
}

.part04 {
    width: 100%;
    margin: 40px auto 0;
}

.part04_content {
    width:1200px;
    margin: 20px auto 0;
    position: relative;
    padding-bottom: 55px;
    overflow: hidden;
}

.part04_content .swiper-container {
    padding: 0px 0;
    width: 240%;
    margin: 0 auto;
    margin-left: -71%;
    /* height: 500px; */
}

.part04_content .swiper-slide {
    width: 1200px;
    height: auto;
    overflow: hidden;
	border:2px solid #fff;
}

.part04_content .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    font-weight: bolder;
}

.part04_content .swiper-slide .tit a {
    color: #fff;
}

.part04_content .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.part04_content .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.part04_content .swiper-slide-active:after {
    display: none;
}

.part04_content .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.part04_content .swiper-button-prev {
    width: 28px;
    height: 48px;
    background: url("//www.xinhuanet.com/politics/jxdqjhjzjhgs/images/20200907_hjz_jzfcAn_v1.png") 0 0 no-repeat;
    right: auto;
    left: 5px;
}

.part04_content .swiper-button-prev:hover {
    opacity: 0.6;
}

.part04_content .swiper-button-next {
    width: 28px;
    height: 48px;
    background: url("//www.xinhuanet.com/politics/jxdqjhjzjhgs/images/20200907_hjz_jzfcAn_v1.png") 100% 100% no-repeat;
    left: auto;
    right: 5px;
}

.part04_content .swiper-button-next:hover {
    opacity: 0.6;
}

.part04_content .swiper-pagination {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.part04_content .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.part05 {
    width: 1200px;
    margin: 40px auto 0;
}

.footer {
    height: 100px;
    width: 100%;
    font-size: 14px;
    line-height: 180%;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    background: #0037ae;
}

.backtotop {
    position: absolute;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10;
    width: 50px;
    height: 40px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.backtotop:after {
    content: "";
    display: block;
    width: 0;
    margin: 8px auto 0;
    border-left: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-top: 8px solid #f6f6f6;
    border-bottom: 8px solid #007bff;
}
