@charset "utf-8";
/* 头部 */
:root {
	--bgcolor: #015095;
}
.w {
  width: 1200px;
  margin: 0 auto;
}

.topdiv {
  margin-top: 18px;
}

.topdiv .left img {
  display: block;
  width: 330px;
  height: 68px;
}

.topdiv .right {
  margin-top: 14px;
}

.topdiv .right form {
  padding: 9px 13px;
  width: 303px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}

.topdiv .right form button {
  width: 20px;
  height: 20px;
  background: ;
  float: left;
}

.topdiv .right form input {
  vertical-align: middle;
  width: 270px;
  color: #ffffff;
  font-size: 14px;
  background: none;
  margin-left: 10px;
}

.topdiv .right form input::-webkit-input-placeholder {
  /* webkit browsers */
  color: #ffffff;
}

.topdiv .right form input:-moz-placeholder {
  /* mozilla firefox 4 to 18 */
  color: #ffffff;
}

.topdiv .right form input::-moz-placeholder {
  /* mozilla firefox 19  */
  color: #ffffff;
}

.topdiv .right form input:-ms-input-placeholder {
  /* internet explorer 10  */
  color: #ffffff;
}

.topdiv .right ul li {
  float: left;
  margin-left: 11px;
  position: relative;
  cursor: pointer;
  opacity: 0.8;
}

.topdiv .right ul li:hover{
  opacity:1;
}

.topdiv .right ul li:hover .dropdiv{
  display:block;
}

  .dropdiv{
    position: absolute;
    width: 120px;
    top: 40px;
    left: -40px;
    display: none;
    z-index:100;
  }
  .triangle{
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #ffffff solid;
    margin: 0 auto;
  }
  .drop{
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
  }

  .topdiv .right ul li .drop img{
    display: block;
    width: 100px;
    height: 100px;
  }


.topdiv .right ul li img {
  width: 40px;
  height: 40px;
}
.header {
  margin: 22px 0;
  width: 1199px;
  height: 58px;
  background: #ffffff;
}

.header li {
  float: left;
  margin: 0 43px;
}

.header li.active a {
  color: #015095;
}

.header a {
  font-size: 16px;
  color: #222222;
  line-height: 58px;
}

.header a:hover {
  color: #015095;
}

/*.topdivwrap {
  padding-bottom: 22px;
  background:var(--bgcolor);
  border-top: 1px solid  var(--bgcolor);
  margin-top: -4px;
}*/

/*20240304全国两会红*/
.topdivwrap {
	padding-bottom: 22px;
   background: #015095;
   border-top: 1px solid #015095;
   margin-top: -4px;
}

.headerwrap {
  background: #ffffff;
}

.headerwrap .header {
  margin: 0 auto;
}

/* 底部 */
/*.footer {
  background: #015095;
  border: 1px solid #015095;
  
}*/
 /* margin-top: 63px;*/

/*20240304全国两会红*/
.footer {
  background:  #015095;
  border: 1px solid #015095;
   /* margin-top: 63px;*/
}

.footer .xinxi {
  margin-top: 50px;
  margin-bottom: 35px;
}

.footer .xinxi p {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}
.footer img {
    width: 288px;
    object-fit: contain;
    display: block;
    margin: 15px auto;
}

/* 位置 */
.position {
  margin-top: 15px;
}
.position ul li {
  float: left;
  margin-right: 5px;
}
.position ul li:first-child span {
  display: none;
}
.position ul li a,
.position ul li span {
  font-size: 16px;
  text-align: left;
  color: #666666;
  vertical-align: middle;
}

/* 加载更多 */
.getmore {
  width: 125px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.getmore img {
  vertical-align: middle;
}

.getmore a {
  font-size: 16px;
  text-align: left;
  color: #666666;
  line-height: 22px;
  vertical-align: middle;
}

/* 热点新闻和推荐专题 */
.redian {
  width: 326px;
  padding: 30px 20px 0;
  box-sizing: border-box;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.redian .title {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  color: #222222;
  margin-bottom: 23px;
}

.redian .newslist img {
  width: 286px;
  height: 212px;
  display: block;
}

.redian .newslist ul {
  margin-top: 24px;
}

.redian .newslist ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 12px;
}

.redian .newslist ul li a {
  font-size: 18px;
  text-align: left;
  color: #222222;
  line-height: 30px;
}

.redian .newslist ul li:first-child a {
  font-weight: 500;
}

.redian .newslist ul li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #015095;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 11px;
}

.zhuanti {
  margin-top: 16px;
}

.zhuanti a img {
  width: 286px;
  height: 143px;
  display: block;
  margin-bottom: 30px;
}

/* 返回顶部 */
.gotop {
  width: 68px;
  height: 68px;
  position: fixed;
  right: 100px;
  bottom: 100px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}

.gotop img {
  width: 25px;
  height: 20px;
  margin-top: 16px;
}

.gotop p {
  font-size: 12px;
  color: #666666;
  text-align: center;
}

/* 分享 */
.content .left .sharediv span {
  font-size: 14px;
  text-align: left;
  color: #999999;
  line-height: 28px;
}
 .share .ishare_wechat,
 .share .ishare_weibo  {
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  margin-left: 10px !important;
  display: inline-block;
}
.share .ishare_wechat {
  background:  no-repeat !important;
}
.share .ishare_weibo {
  background:  no-repeat !important;
}