/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

p,
div,
span {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  outline: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

body {
  font-family: 微软雅黑;
  margin: 0;
  padding: 0;
  font-size: 15px;
  min-width: 1200px;
}

/*commom style*/


.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/* 头部 */
.head {
  width: 100%;
}

/* 大盒子 */
.big-box {
  width: 1200px;
  margin: 30px auto;
  background: #fff;
  border: #ddd 1px solid;
}

.big-box .first {
  width: 1150px;
  background: url(top-bg1.png) no-repeat;
  margin: 0 auto 20px;
  height: 200px;
  padding-top: 30px;
}

.big-box .first p {
  font-size: 18px;
  color: #333;
  text-indent: 36px;
  line-height: 34px;
  width: 1045px;
  margin: 0 auto;
}

.big-box .first p span {
  font-size: 18px;
  color: #015591;
  line-height: 34px;
}

.secend {
  width: 1150px;
  margin: 15px auto;
}

.tit1 {
  width: 100%;
  height: 65px;
  padding-bottom: 20px;
  position: relative;
}

.tit1 p {
  width: 130px;
  color: #0474dc;
  font-size: 28px;
  line-height: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}

.tit1 p a {
  color: #0682db;
  font-size: 28px;
}

/*图片新闻*/
.pic-left {
  width: 522px;
  height: 348px;
}

.new_picswipe {
  text-align: center;
}

.new_picswipe img {
  width: 100%;
  height: 348px;
}

.new_picswipe {
  text-align: center;
}

.pic-head {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  background-color: rgba(3, 3, 3, 0.4);
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: left;
  padding-left: 5px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.pic-head a {
  display: inline-block;
  font-size: 16px;
  color: white;
}

/* 右侧 */
.pic-rig {
  width: 100%;
}

.list li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px dashed #ccc;
  display: flex;
}
.secend .card .list li a{
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 5px;
} 
.pic-rig .list li a {
  display: inline-block;
  background: url(dian.png) no-repeat left center;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
}

.pic-rig .list li span {
  float: right;
  color: #999;
}


/* 专题图片 */
.zhuant {
  width: 1150px;
  margin: 25px auto;
}

.zhuant .zhunt1 {
  width: 560px;
  /*height: 100px;*/
}

.zhuant .zhunt1 a {
  display: inline-block;
  width: 560px;
}

/*新闻列表*/
.third {
  width: 1150px;
  margin: 0 auto 20px;
}

.tit2 {
  width: 100%;
  height: 65px;
  padding-bottom: 20px;
  position: relative;
}

.tit2 p {
  color: #0474dc;
  font-size: 28px;
  line-height: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}

.tit2 p a {
  color: #4b55ad;
  font-size: 28px;
}

.third .contain {
  width: 560px;
  min-height: 250px;
}


.third .contain .list li {
  height: 45px;
  line-height: 45px;
  border: none;

}

.third .contain .list li a {
  color: #333;
  display: inline-block;
  background: url(dian.png) no-repeat left center;
  padding-left: 15px;
  font-size: 18px;
}

.third .contain .list li span {
  float: right;
  color: #999999;
  font-size: 18px;
}

/*图片新闻*/
#focus {
  position: relative;
  height: 350px;
  width: 520px;
  text-align: left;
}

#focus .bd {
  position: relative
}

#focus .btn-prev,
#focus .btn-next {
  display: none;
  position: absolute;
  top: 100px;
  width: 40px;
  height: 69px;
  z-index: 2
}

#focus .btn-prev {
  left: 0;
  background: url(left-arrow.png) no-repeat;
  _background: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="left-arrow.png")
}

#focus .btn-next {
  right: 0;
  background: url(right-arrow.png) no-repeat;
  _background: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="right-arrow.png")
}

#focus .focus-bar-box {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden
}

#focus .focus-bar {
  width: 10000px
}

#focus .focus-bar li {
  float: left;
  width: 520px;
  height: 350px
}

#focus .focus-bar li a {
  width: 100%;
  height: 100%;
  display: block
}

#focus .focus-bar li img {
  width: 100%;
  min-height: 100%
}

#focus .ft {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 520px;
  height: 40px
}

#focus .ftbg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 520px;
  height: 40px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60)
}

#focus .change {
  position: absolute;
  right: 0;
  bottom: 15px;
  height: 10px
}

#focus .change a {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: url(btn-normal.png) no-repeat;
  _background: 0;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="btn-normal.png");
  cursor: pointer
}

#focus .change a.on {
  background: url(btn-active.png) no-repeat;
  _background: 0;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="btn-active.png")
}

/*标题区域大小*/
#focus .hd {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 280px;
  height: 40px;
}

#focus .focus-title {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  padding: 0 14px 0 50px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap
}

#focus .focus-title a {
  display: none;
  color: #fff
}

/* 2022-09-16修改-全局 */
/* .secend {
  display: flex;
} */

/* .card {
  display: flex;
  flex-direction: column;
  width: 50%;
} */

/* .card .tit3,
.card .list {
  width: 90%;
  margin: 0 auto;
} */
.daohang {
  height: 60px;
}
/*commom style*/

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
  outline: none !important;
}

.column-list {
  min-height: 500px !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

body {
  font-family: 微软雅黑;
  margin: 0;
  padding: 0;
}

.daohang li {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  float: left;
  margin: 0px 25px;
}
.pic-rig .list li span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .pic-rig .list li span {
    font-size: 16px;
  }
}

.tit3 {
  width: 48%;
  height: 65px;
  padding-bottom: 20px;
  /* position: relative;
  float: left; */
}

.tit3 p {
  width: 280px;
  color: #0474dc;
  font-size: 28px;
  line-height: 40px;
  /* background: #fff; */
  /* position: absolute;
  left: 0;
  top: 8px; */
}

.tit3 p a {
  color: #0682db;
  font-size: 28px;
}

.pic-rig2 {
  width: 48%;
}

.pic-rig2 .list li a {
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
}

.pic-rig2 .list li span {
  font-size: 18px;
}
/*commom style*/

.cf:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}

.foot {
  height: 170px;
  background: #dbdcdc;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.dzjg1 {
  position: absolute;
  left: 120px;
  top: 50px;
}

.wzjc {
  position: absolute;
  right: 80px;
  top: 50px;
}

.author {
  display: none;
}

.foot .w1200 {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align: center;
}

.foot p span {
  display: inline-block;
  padding-right: 20px;
}

.zoom p {
  margin-bottom: 0px;
}

.foot a {
  color: #333;
}

.foot .foot-ul {
  width: 560px;
  margin: 0 auto;
  padding: 15px 0;
}

.zoom {
  font-size: 16px;
  line-height: 32px;
}

.foot .foot-ul li {
  float: left;
}

.foot .foot-ul li a {
  color: #333;
  font-size: 14px;
  float: left;
}

.foot .foot-ul li span {
  display: inline-block;
  padding: 0 10px;
  float: left;
}

/* 20230301add */
.secend{
  display: flow-root;
}
.card{
  width: 48%;
  /* display: flex; */
}
.tit3 {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: flex;
}
.tit3 p{
  flex: 1;
}
.tit3 span{
  font-size: 20px;
  line-height: 40px;
}
.three{
  display: flow-root;
  width: 1150px;
  margin: 15px auto;
}
.three .card {
  width: 32%;
}
.three .card:nth-child(2){
  margin-left: 23px;
}
.three .card .list li a {
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 5px;
}