@charset "UTF-8";

@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    /* border: none; */
    /* list-style: none; */
    /* text-decoration: none; */
}

.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}
.modulepic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
a:hover .modulepic img {
    transform: scale(1.05);
}

a:hover .modulepic div {
    transform: scale(1.1);
}


/* 清除浮动 */
.moduleClear:after {
    content: "";
    display: block !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* 固定定位底部   常用于版权组件  */
.modulefixedbottom {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     z-index: 999;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-size: 16px;
}

/* 搜索结果页 翻页条 */
.searchpage .secpag{display: flex;flex-wrap: wrap;justify-content: center;font-size: 16px;line-height: 26px;color: #333;margin-top:30px;}
.searchpage .secpag a{color: #333;border:1px solid rgba(6,131,88,1.0);padding:0 5px}
.searchpage .secpag a:hover{background: rgba(6,131,88,1.0);color:#fff}
@media screen and (max-width:1024px){
   .searchpage .secpag{font-size:14px;line-height:22px;} 
}

/* 组件ID */
#cont_char_1400_005 {
  font-size: 16px;
}

/* 组件样式 */
.cont_char_1400_005 {}

/* 文字进入式下划线 */
.cont_char_1400_005 .titline i {
  display: inline;
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#166742, #166742);
  background-position: right bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 1s;
  font-weight: inherit;
}

.cont_char_1400_005 a:hover .titline i {
  background-position: left bottom;
  background-size: 100% 1px;
  font-weight: inherit;
  color: inherit;
}

.cont_char_1400_005 a:hover .titline {
  color: #166742;
}

.cont_char_1400_005 .contchar14_5_wid {
  max-width: 1400px;
  margin: 0 auto;
}


.cont_char_1400_005 .contchar14_5_tlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont_char_1400_005 .contchar14_5_tlist ul li {
  width: 48%;
  padding: 13px 20px 13px 13px;
  border: 1px solid #C0C0C0;
  position: relative;
  margin-top: 40px;
}

.cont_char_1400_005 .contchar14_5_tlist ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 230px;
  background: rgba(7, 55, 141, 0.1);
  clip-path: polygon(0 0, 45% 0, 100% 100%, 0 100%);
  transition: all 0.3s;
}

.cont_char_1400_005 .contchar14_5_tlist ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.cont_char_1400_005 .contchar14_5_tlist ul li a .modulepics {
  width: 205px;
  margin-right: 6%;
}

.cont_char_1400_005 .contchar14_5_tlist ul li a .modulepics .modulepic {
  padding-top: 129%;

}

.cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo {
  flex: 1;
  min-width: 0;
}

.cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #07378D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo div {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 33px;
  padding-top: 20px;
}

.cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo div p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #9E9E9E;
  height: 60px;
  word-break: break-all;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #9E9E9E;
  background: url(/pfm/images/contchar14_5_itemmore.png) no-repeat;
  background-position: right center;
  margin-top: 20px;
}

.cont_char_1400_005 .contchar14_5_tlist ul li:hover::before {
  background: #07378D;
}
 

@media screen and (max-width: 1400px) {
  .cont_char_1400_005 .contchar14_5_wid {
    padding-left: 15px;
    padding-right: 15px;
  }

 
  .cont_char_1400_005 .contchar14_5_tlist ul li a .modulepics {
    width: 160px;
  }
  .cont_char_1400_005 .contchar14_5_tlist ul li::before{
    width:180px
  }
}

@media screen and (max-width: 1024px) {
  

  

  .cont_char_1400_005 .contchar14_5_tlist ul li {
    margin-top: 25px;
  }

}

@media screen and (max-width: 768px) { 

  .cont_char_1400_005 .contchar14_5_tlist ul li::before {
    display: none;
  }

  .cont_char_1400_005 .contchar14_5_tlist ul li a {
    display: block;
  }

  .cont_char_1400_005 .contchar14_5_tlist ul li a .modulepics {
    margin: 0 auto;
    width: 120px;
  }

  .cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }

  .cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo div {
    padding: 10px 0;
  }

  .cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo div p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }

  .cont_char_1400_005 .contchar14_5_tlist ul li a .moduleinfo span {
    margin-top: 10px;
  }

  .cont_char_1400_005 .contchar14_5_tlist ul li {
    width: 49%;
    padding: 10px;
  }
}
 


/* 内容样式chg点 */

#cont_char_1400_005 .chg_30 {
  border: 1px solid #C0C0C0;
}

#cont_char_1400_005 .chg_31:before {
    background: rgba(7, 55, 141, 0.1);
}

#cont_char_1400_005 .chg_32 {
    color: #07378D;
}

#cont_char_1400_005 .chg_33 p {
    color: #9E9E9E;
}

#cont_char_1400_005 .chg_34 {
  border-bottom: 1px solid #D8D8D8;
}

#cont_char_1400_005 .chg_35 {
    color: #9E9E9E;
}

#cont_char_1400_005 .chg_36_png_bg {
    background: url(/pfm/images/contchar14_5_itemmore.png) no-repeat;
    background-position: right center;
}

#cont_char_1400_005 .chg_37:hover {
    border: 1px solid #C0C0C0;
}

#cont_char_1400_005 .chg_38:hover:before {
    background: #07378D;
}

#cont_char_1400_005 li:hover .chg_39 {
    color: #07378D;
}

#cont_char_1400_005 li:hover .chg_40 p {
    color: #9E9E9E;
}

#cont_char_1400_005 li:hover .chg_41 {
  border-bottom: 1px solid #D8D8D8;
}

#cont_char_1400_005 li:hover .chg_42 {
    color: #9E9E9E;
}

#cont_char_1400_005 li:hover .chg_43_png_bg {
    background: url(/pfm/images/contchar14_5_itemmore.png) no-repeat;
    background-position: right center;
}