@font-face{
  font-family: 'p';
  src : url('../fonts/Poppins-Regular.ttf');
}
@font-face{
  font-family: 'MyriadPro';
  src : url('../fonts/MyriadPro-Bold.otf');
}
@font-face{
  font-family: 'pb';
  src : url('../fonts/Poppins-Bold.ttf');
}
@font-face{
  font-family: 'bar';
  src : url('../fonts/BarlowCondensed-SemiBold.ttf');
}
h1 h2 h3 h4 h5 h6{
  font-family: pb;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .pc{
      display: none;
  }
}
@media only screen and (min-width: 769px) {
  .yd{
      display: none;
  }
}
*{
  margin: 0;
  padding: 0;
}
body{
  background: #f3f3f3;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.pc_header{
  width: 100%;
  height: 0.72rem;
  background: #fff;
  margin: 0 auto;
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 99999;
}
.pc_headercenter{
  width: 16rem;
  height: 0.72rem;
  margin: 0 auto;
}
.pc_headercenter_logo{
  width: 1.74rem;
  height: 0.45rem;
  background: url(../img/pclogo.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-top: 0.135rem;
}
.pc_header_list{
  width: 9.1rem;
  height: 0.72rem;
  float: left;
  margin-left: 1.8rem;
}
.pc_header_list ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:space-around;
}
.pc_header_list li{
  width: 1.8rem;
  font-size: 0.18rem;
  color: #000;
  font-family: p;
  text-align: center;
  font-weight: 400;
  line-height: 0.72rem;
  color: #000;
}
.pc_header_list li a{
  width: 1.8rem;
  font-size: 0.18rem;
  color: #000;
  font-family: p;
  font-weight: 400;
  line-height: 0.72rem;
  color: #000;
}
.pc_headercenter_button{
  width: 1.74rem;
  height: 0.4rem;
  background: #cb0816;
  border-radius: 0.4rem;
  float: right;
  font-size: 0.18rem;
  color: #fff;
  font-weight: 600;
  border: none;
  font-family: pb;
  line-height: 0.4rem;
  margin-top: 0.15rem;
}
.pc_headercenter_button img{
  width: 0.24rem;
  height: 0.24rem;
  float: right;
  margin-top: 0.068rem;
  margin-right: 0.1rem;
}
.pc_header_list ul li a:hover{
  font-family: pb;
  color: #cb0816;
  font-weight: 600;
}
html,
body {
position: relative;
height: 100%;
}

body {background: #fff;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;color: #000;margin: 0;padding: 0;}
.pc_news{
  width: 100%;
  height: 4.65rem;
  margin: 0 auto;
  background: url(../img/newlisttop.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.72rem;
}
.pc_newscenter_img{
  width:7.1rem;
  height: 7.3rem;
  margin: 0 auto;
  position: relative;
}
.pc_newscenter_img_h2{
  width: 16rem;
  height: auto;
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #fff;
  font-family: pb;
  margin: 0 auto;
  padding-top: 3.44rem;
}
.pc_newscenter_img_tits{
  width: 16rem;
  height: auto;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
  padding-top: 0.2rem;
}
.pc_news_list{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff !important;
  position: relative;
}
.pc_news_list_center{
  width: 7.1rem;
  height: auto;
  background: #fff;
  margin: 0 auto;
  border-radius: 0.3rem;
  /* position: absolute; */
  left: 1.6rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pc_news_list_center ul{
  width: 7.1rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  margin: 0 auto;
  padding-bottom: 0.3rem;
  /* border-bottom: 0.01rem dashed #aaa; */
}
.pc_news_list_center ul li{
  width: 7.1rem;
  height: 3.25rem;
  /* border-bottom: 0.01rem dashed #cacaca; */
}
.new_leftimg{
  width: 3.68rem;
  height: 2.21rem;
  float: left;
  overflow: hidden;
  margin-top: 0.21rem;
  margin-left: 0.2rem;
  display: none;
  border-radius: 0.2rem;
}
.new_leftimg img{
  width: 3.68rem;
  height: 2.21rem;
  transition: 0.4s;
}
.new_leftimg img:hover{
  cursor: pointer;
  transform: scale(1.05);
  transition: 0.4s;
}
.new_rightbox{
  width: 7.1rem;
  height: auto;
  float: right;
  padding-bottom: 0.3rem;
}
.new_rightbox h2{
  width: 5rem;
  height: auto;
  text-align: left;
  font-size: 0.32rem;
  line-height: 0.36rem;
  float: right;
  font-family: 'bar';
  font-weight: 600;
  padding-top: 0.48rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_right_titles{
  width: 5rem;
  height: 1.2rem;
  font-size: 0.23rem;
  line-height: 0.36rem;
  text-align: left;
  color: #333;
  /* font-family: p; */
  font-family: 'p';
  padding-bottom: 0.26rem;
  padding-top: 0.17rem;
  float: right;
  overflow: hidden;
  font-weight: 400 !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.new_button{
  width: 1.9rem;
  height: 0.45rem;
  background: #656565;
  transition: 0.4s;
  color: #fff;
  text-align: center;
  line-height: 0.45rem;
  font-size: 0.18rem;
  font-family: pb;
  font-weight: 600;
  text-indent: 0.2rem;
  cursor: pointer;
  /* border-radius: 0.5rem; */
}
.ullist_page{
  width:2.66rem;
  height: 0.42rem;
  margin:0 auto;
  margin-top: 1rem;
}
.ullist_page ul{
  width: 2.66rem;
  height: 0.42rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: none;
}
.ullist_page ul li{
  width: auto;
  height: 0.42rem;
  line-height: 0.52rem;
  color: #000;
  text-align: center;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  border-bottom: 0rem;
  font-family: p;
  font-size: 0.22rem;
  background: #f3f3f3;
}
.ullist_page ul li:hover{
  background: #fd6631 !important;
  color: #fff !important;
  cursor: pointer;
}
.ddmp_bottom{
  width: 100%;
  height: 96% !important;
  margin: 0 auto;
  /* margin-top: 4% !important; */
  background: #000;
  position: relative;
}
.bak_top{
  width: 100%;
  height: 2rem;
  margin: 0 auto;
}
.bottom_bakul{
  width: 16rem;
  height: 3.1rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bottom_bak1{
  width: 3.2rem;
  height: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.bottom_bak1titles{
  font-size: 0.3rem;
  color: #fff;
  text-align: left;
  line-height: 0.3rem;
  font-family: pb;
  height: 0.3rem !important;
  font-weight: 600;
}
.bottom_bak1 ul{
  width: auto;
  /* display: flex; */
  /* flex-wrap: wrap; */
  align-content: space-between;
}
.bottom_bak1 ul li{
  color: #fff !important;
  font-family: p;
  text-align: left;
  line-height: 0.36rem;
  font-size: 0.18rem;
  opacity: 0.8;
}
.bak_bottom_ai{
  width: 100%;
  height: 2.77rem;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}
.bak_bottom_aicenter{
  width: 16rem;
  height: 2.77rem;
  margin:0 auto;
  border-top: 0.01rem solid #3a3a3c;
  position: relative;
}
.bak_bottom_logo{
  width: 2.07rem !important;
  height: 0.56rem !important;
  position: absolute;
  left: 0rem;
  top: 0.7rem;
}
.bottom_titls{
  width: 16rem;
  height: 2.77rem;
  margin: 0 auto;
  line-height: 2.77rem;
  font-size: 0.18rem;
  font-family: p;
  text-align: center;
  color: rgba(255,255,255,0.6);
}
.news_top{
  width:7.1rem;
  height: 7.65rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  top: 0.5rem;
  position: absolute;
  z-index: 9999;
}
.news_topleft{
  width: 8.1rem;
  height: 7.65rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 6px #dbbaba;
}
.news_topleftimg{
  width: 8.1rem;
  height: 5.35rem;
  overflow: hidden;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news_topleftimg img{
  width: 8.1rem;
  height: 5.35rem;
  transition: 0.4s;
}
.news_topleftimg img:hover{
  transform: scale(1.05);
  transition: 0.4s;
  cursor: pointer;
}
.news_topleft h3{
  font-size: 0.3rem;
  font-family: bar;
  color: #000;
  text-align: left;
  width: 7.15rem;
  height: auto;
  margin: 0 auto;
  padding-top: 0.35rem;
}
.news_toprighttitles{
  width: 7.15rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: left;
  color: #666;
  font-family: p;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 0.25rem;
}
.news_topright_bottom{
  width: 7.15rem;
  height: 0.3rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.news_topright_bottom .newsimg2{
  width: 0.71rem;
  height: 0.3rem;
}
.newimg3{
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.05rem;
  float: left;
}
.news_times{
  width: auto;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #666;
  font-family: p;
  height: 0.3rem;
  /* display: inline-table; */
}
.news_topright{
  width: 6.5rem;
  height: 7.65rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.news_toprightimg{
  width: 6.5rem;
  height: 1.81rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.news_hotlist{
  width: 6.5rem;
  height: 5.35rem;
  background: linear-gradient(to bottom,#eda8a8,#fff,#fff,#fff,#fff);
  border-radius: 0.2rem;
  box-shadow: 0px 0px 6px #dbbaba;
}
.news_hottip{
  width: 5.3rem;
  margin: 0 auto;
  margin-top: 0.37rem;
  /* margin-left: 0.49rem; */
  font-size: 0.3rem;
  font-family: bar;
  line-height: 0.6rem;
  color: #000;
  margin-bottom: 0.4rem;
}
.news_hottip img{
  width: 0.35rem;
  height: 0.47rem;
  float: left;
  margin-right: 0.1rem;
}
.news_hotlist ul{
  width: 5.3rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.news_hotlist ul li{
  width: 5.3rem;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.2rem;
  font-family: p;
}
.news_hotlist ul li:nth-of-type(1) .Party{
  width: 0.44rem;
  height: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-family: pb;
  background: url(../img/huang1.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.1rem;
}
.news_hotlist ul li:nth-of-type(2) .Party{
  width: 0.44rem;
  height: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-family: pb;
  background: url(../img/huang2.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.1rem;
}
.news_hotlist ul li:nth-of-type(3) .Party{
  width: 0.44rem;
  height: 0.4rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-family: pb;
  background: url(../img/huang3.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.1rem;
}
.news_hotlist ul li:nth-of-type(4) .Party{
  width: 0.44rem;
  height: 0.4rem;
  line-height: 0.45rem;
  text-align: center;
  color: #ccc;
  font-family: pb;
  background: url(../img/huang4.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.1rem;
}
.news_hotlist ul li:nth-of-type(5) .Party{
  width: 0.44rem;
  height: 0.4rem;
  line-height: 0.45rem;
  text-align: center;
  color: #ccc;
  font-family: pb;
  background: url(../img/huang4.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.1rem;
}
.news_hotlist ul li:nth-of-type(6) .Party{
  width: 0.44rem;
  height: 0.4rem;
  line-height: 0.45rem;
  text-align: center;
  color: #ccc;
  font-family: pb;
  background: url(../img/huang4.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 0.1rem;
}
.new_rightbox .news_times{
  
padding-top: 0.2rem;
}
.new_button img{
  width: 0.17rem;
  height: 0.17rem;
  float: right;
  margin-left: 0.1rem;
  margin-top: 0.14rem;
  display: inline-block;
  margin-right: 0.21rem;
}
.bigtop{
  /* box-shadow: 0px 0px 6px #bbb; */
  cursor: pointer;
}
.bigtop .new_button{
  background: #cf1314 !important;
  transition: 0.4s;
}
.yd{
  display: none;
}
.pc{
  display: block;
}
.new_rightbox{
  border-bottom: 0.01rem solid #ccc;
}
.bigtop .new_rightbox{
  border-bottom: 0.01rem solid #fb530f;
}
.bigtop .new_rightbox h2{
  color: #fb530f;
}
.rightbox_times{
  width: 2.1rem;
  height: 2.25rem;
  float: left;
}
.rightbox_times h3{
  font-size: 0.62rem;
  float: left;
  margin-top: 0.8rem;
}
.time_rightbox{
  width: auto;
  float: left;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #666;
  font-family: p;
  margin-top: 0.9rem;
  margin-left: 0.05rem;
}

.pc_newscenter_img h2 {
  font-size: 0.48rem;
  color: #fff;
  font-family: MyriadPro;
  width: 100%;
  text-align: center;
  padding-top: 1.67rem;
}
.list_toptitls {
  width: 7.1rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.pc{
  display: none;
}
.yd{
  display: block;
}
.lianxi{
  width: 100%;
  height: 10.53rem;
  margin: 0 auto;
  background: #eee;
  background-size: 100% 100%;
  /* margin-top: 0.5rem; */
}
.lianxicenter{
  width: 7.1rem;
  height: 10.53rem;
  margin: 0 auto;
}
.lianxicenter h2{
  font-size: 0.42rem;
  font-family: MyriadPro;
  width: 7.1rem;
  text-align: center;
  line-height: 0.42rem;
  padding-top: 0.95rem;
  /* padding-left: 0.7rem; */
}
{
  padding-bottom: 0.8rem;
  border-radius: 10px;
  margin-top: -0.3rem;
  MARGIN-LEFT: 0REM;
}
.five1{width: 7.1rem;height: 5.05rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;/* float: left; *//* justify-content: space-between; */align-content: space-between;}
.five2{width: 7.1rem;height: 0.75rem;}
.five2 p{
width: 4.27rem;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five2 span{
color: red;
font-size: 0.2rem;
}
.five2 input{
 width: 6.55rem !important;
 height: 0.75rem;
 float: left;
 border: 1px solid #ccc;
 padding-left: 0.55rem;
 background: #fafafa;
 font-size: 0.24rem;
}

.five3{width: 100%;margin: 0 auto;height: 1.85rem;margin-top: 0.15rem;}
.five3 p{
width: 100%;
margin: 0 auto;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five3 span{
color: red;
font-size: 0.2rem;
}
.buttons1{
  width: 4.22rem;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  margin: 0 auto;
  font-weight: 600;
  display: table;
  border-radius: 0.65rem;
  background: #df2c25;
  box-shadow: 0.05rem -0.06rem 1px #fdedc9;
  margin-top: 0.3rem;
}
.five3 textarea{
  width: 6.55rem;
  height: 1.55rem;
  background: #fafafa;
  float: left;
  resize: none;
  border: 1px solid #ccc;
  padding-top: 0.1rem;
  line-height: 0.3rem;
  color: #666;
  font-size: 0.24rem;
  font-family: 'p';
  padding-left: 0.55rem;
  /* margin-left: 0.38rem; */
  margin-top: 0.1rem;
}
input::-webkit-input-placeholder{

color: #666;
font-size: 0.24rem;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #666;
font-size: 0.24rem;
}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #666;
font-size: 0.24rem;
}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #666;
font-size: 0.24rem;

}
textarea::-webkit-input-placeholder{

color: #666;
font-size: 0.24rem;
line-height: 0.36rem;
}

.five2{
  position: relative;
}
.five2 img{
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0.25rem;
  left: 0.13rem;
}
.five3{
  position: relative;
}
.five3 img{
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0.3rem;
  left: 0.13rem !important;
}
.fgot{
  width: 7.1rem;
  height: auto;
  /* margin-left: 0.9rem; */
  margin-top: 0.2rem;
}