.list_banner {
  height: 300px;
  background: url("../images/list_banner.jpg") no-repeat center;
  min-width: 1200px;
  margin: 0 auto;
}
.list_main {
  padding: 16px 0 40px;
  background-color: #f8f8f8;
  /*电子报详情*/
  /*新闻详情*/
  /*院长邮箱*/
  /*分页*/
}
.list_main .list_addr_wrap {
  margin-bottom: 35px;
}
.list_main .list_addr_wrap > .flex-box {
  justify-content: space-between;
  background-color: #fff;
  padding: 28px 30px 0 26px;
  height: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fd6628;
}
.list_main .list_addr_wrap > .flex-box .list_nav_wrap .col_name {
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  line-height: 1;
  margin-right: 20px;
}
.list_main .list_addr_wrap > .flex-box .list_nav_wrap .col_name:last-child {
  margin-right: 0;
}
.list_main .list_addr_wrap > .flex-box .list_nav_wrap .col_name.on {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fd6628;
  line-height: 1;
}
.list_main .list_addr_wrap > .flex-box .list_nav_wrap .col_name.on:after {
  content: '';
  display: block;
  width: 52px;
  height: 2px;
  background-color: #fd6628;
  margin-top: 10px;
}
.list_main .list_addr_wrap > .flex-box .addr .Pnav {
  display: inline-block;
}
.list_main .list_addr_wrap > .flex-box .addr img {
  vertical-align: -4px;
  margin-right: 10px;
}
.list_main .list_addr_wrap > .flex-box .addr a {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666666;
}
.list_main #infoBox {
  /*事件日历*/
  /*教学系部*/
  /*科研项目*/
  /*媒体关注*/
  /*南影风光*/
  /*特色专业*/
  /*通知公告*/
  /*学院简介*/
  /*学院领导*/
  /*学院荣誉*/
  /*影像南影*/
  /*职能部门*/
  /*专家团队*/
  /*专题专栏*/
  /*电子报*/
}
.list_main #infoBox ul.rl {
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_main #infoBox ul.rl li {
  width: 585px;
  height: 157px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  background: #fff url("../images/icon_rl.jpg") no-repeat right bottom;
  margin-bottom: 40px;
}
.list_main #infoBox ul.rl li .text {
  padding: 20px;
  margin-left: 10px;
}
.list_main #infoBox ul.rl li .text p.title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #333;
  margin-bottom: 22px;
}
.list_main #infoBox ul.rl li .text p.time,
.list_main #infoBox ul.rl li .text p.addr {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 12px;
}
.list_main #infoBox ul.rl li .text p.time img,
.list_main #infoBox ul.rl li .text p.addr img {
  vertical-align: -2px;
  margin-right: 6px;
}
.list_main #infoBox ul.rl li:hover p.title {
  color: #fd6628;
}
.list_main #infoBox .jxxb_wrap {
  background-color: #fff;
  padding-bottom: 40px;
}
.list_main #infoBox .jxxb_wrap ul.jxxb {
  padding: 30px;
  flex-wrap: wrap;
}
.list_main #infoBox .jxxb_wrap ul.jxxb li {
  margin: 0 25px 40px 0px;
  width: 363px;
  height: 205px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.list_main #infoBox .jxxb_wrap ul.jxxb li:nth-child(3n) {
  margin-right: 0;
}
.list_main #infoBox .jxxb_wrap ul.jxxb li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.list_main #infoBox .jxxb_wrap ul.jxxb li a {
  position: relative;
}
.list_main #infoBox .jxxb_wrap ul.jxxb li a img {
  object-fit: cover;
  width: 363px;
  height: 205px;
}
.list_main #infoBox .jxxb_wrap ul.jxxb li a p {
  position: absolute;
  bottom: 0;
  width: 363px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 10px 10px;
  font-size: 18px;
  line-height: 52px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}
.list_main #infoBox .kyxm_wrap {
  padding: 30px 30px 40px;
  background-color: #fff;
}
.list_main #infoBox .kyxm_wrap .describe {
  margin-bottom: 30px;
}
.list_main #infoBox .kyxm_wrap .describe .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  margin-bottom: 22px;
}
.list_main #infoBox .kyxm_wrap .describe .detail {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 42px;
}
.list_main #infoBox .kyxm_wrap .describe .col_title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
}
.list_main #infoBox .kyxm_wrap .describe .col_title::before,
.list_main #infoBox .kyxm_wrap .describe .col_title::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 4px;
  background-color: #fd6628;
  vertical-align: 4px;
  margin-left: 13px;
}
.list_main #infoBox .kyxm_wrap .describe .col_title::before {
  margin-left: 0;
  margin-right: 13px;
}
.list_main #infoBox .kyxm_wrap ul li {
  height: 157px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}
.list_main #infoBox .kyxm_wrap ul li:last-child {
  margin-bottom: 40px;
}
.list_main #infoBox .kyxm_wrap ul li a img {
  width: 264px;
  height: 157px;
  object-fit:cover;
}
.list_main #infoBox .kyxm_wrap ul li a .text {
  padding: 19px 30px 29px;
}
.list_main #infoBox .kyxm_wrap ul li a .text p.title {
  font-size: 18px;
  width: 816px;
  line-height: 1;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 15px;
}
.list_main #infoBox .kyxm_wrap ul li a .text p.detail {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 12px;
  height: 48px;
}
.list_main #infoBox .kyxm_wrap ul li a .text p.time {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  margin: 6px auto 0;
}
.list_main #infoBox .kyxm_wrap ul li a .text p.time:before,
.list_main #infoBox .kyxm_wrap ul li a .text p.time:after {
  content: '';
  display: inline-block;
  width: 339px;
  height: 1px;
  background-color: #dddddd;
  vertical-align: 5px;
  margin-right: 30px;
}
.list_main #infoBox .kyxm_wrap ul li a .text p.time:after {
  margin-right: 0;
  margin-left: 30px;
}
.list_main #infoBox .kyxm_wrap ul li:hover a p.title {
  color: #fd6628;
}
.list_main #infoBox .mtgz_wrap {
  padding: 5px 30px 40px;
  box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.list_main #infoBox .mtgz_wrap ul {
  margin-bottom: 40px;
}
.list_main #infoBox .mtgz_wrap ul li {
  height: 93px;
  margin-top: 30px;
  color: #333;
  border-bottom: 1px dashed #ddd;
}
.list_main #infoBox .mtgz_wrap ul li .time .day {
  font-size: 36px;
  letter-spacing: 2px;
  color: inherit;
  text-align: center;
}
.list_main #infoBox .mtgz_wrap ul li .time .y_m {
  font-size: 16px;
  letter-spacing: 1px;
  color: inherit;
}
.list_main #infoBox .mtgz_wrap ul li ._r {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid #ddd;
  margin-left: 24px;
  padding-left: 20px;
}
.list_main #infoBox .mtgz_wrap ul li ._r p.title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: inherit;
}
.list_main #infoBox .mtgz_wrap ul li ._r p.title i {
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url("../images/mtgz.png") no-repeat center;
  vertical-align: -2px;
  margin-right: 10px;
}
.list_main #infoBox .mtgz_wrap ul li ._r > div {
  font-size: 14px;
  line-height: 30px;
  color: inherit;
}
.list_main #infoBox .mtgz_wrap ul li:hover {
  color: #fd6628;
}
.list_main #infoBox .mtgz_wrap ul li:hover ._r {
  border-left-color: #fd6628;
}
.list_main #infoBox .mtgz_wrap ul li:hover ._r p.title i {
  background-image: url(../images/mtgz_on.png);
}
.list_main #infoBox .nyfg {
  background-color: #fff;
  padding: 30px 30px 40px;
}
.list_main #infoBox .nyfg ul {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.list_main #infoBox .nyfg ul li {
  width: 363px;
  height: 205px;
  margin: 0 25px 40px 0;
}
.list_main #infoBox .nyfg ul li .img_box {
  transition: 0.6s;
}
.list_main #infoBox .nyfg ul li img {
  width: 363px;
  height: 169px;
  object-fit: cover;
}
.list_main #infoBox .nyfg ul li p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.list_main #infoBox .nyfg ul li:nth-child(3n) {
  margin-right: 0;
}
.list_main #infoBox .nyfg ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.list_main #infoBox .nyfg ul li:hover p.title {
  color: #fd6628;
}
/* .list_main #infoBox .nyfg ul li:hover .img_box {
  transform: translateY(-6px);
} */
.list_main #infoBox .tszy {
  padding: 30px 30px 40px;
  background-color: #fff;
}
.list_main #infoBox .tszy ul {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.list_main #infoBox .tszy ul li {
  width: 555px;
  height: 205px;
  border: solid 4px #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 24px 7px 7px;
  margin-bottom: 40px;
  transition: all 0.6s;
}
.list_main #infoBox .tszy ul li:hover{
  border: solid 4px #fd6628;
}
.list_main #infoBox .tszy ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.list_main #infoBox .tszy ul li .img_box img {
  width: 345px;
  height: 183px;
  object-fit: cover;
}
.list_main #infoBox .tszy ul li ._r {
  align-items: center;
  flex-wrap: wrap;
  margin-left: 20px;
}
.list_main #infoBox .tszy ul li ._r p.title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
}
.list_main #infoBox .tszy ul li ._r .text {
  width: 160px;
}
.list_main #infoBox .tszy ul li ._r p.detail {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  line-height: 25px;
  text-align: justify;
}
.list_main #infoBox .tzgg ul li {
  width: 1200px;
  height: 128px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.list_main #infoBox .tzgg ul li a {
  display: flex;
}
.list_main #infoBox .tzgg ul li a .time {
  position: relative;
  width: 110px;
  height: 121px;
  background-color: #fd6628;
  transform: translateY(-10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  text-align: center;
}
.list_main #infoBox .tzgg ul li a .time:after {
  content: '';
  display: block;
  position: absolute;
  border-width: 5px 3px;
  border-color: transparent transparent #e64b0c #e64b0c;
  border-style: solid;
  right: -6px;
  top: 0;
}
.list_main #infoBox .tzgg ul li a .time .day {
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 15px;
}
.list_main #infoBox .tzgg ul li a .time .y_m {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
.list_main #infoBox .tzgg ul li a .text {
  margin-left: 20px;
  padding-top: 28px;
  flex: 1;
}
.list_main #infoBox .tzgg ul li a .text p.title {
  max-width: 753px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
}
.list_main #infoBox .tzgg ul li a .text p.detail {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  margin-right: 25px;
}
.list_main #infoBox .xyjj {
  padding: 20px 30px 30px;
  background-color: #fff;
}
.list_main #infoBox .xyjj h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 22px;
}
.list_main #infoBox .xyld ul {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 40px;
}
.list_main #infoBox .xyld ul li {
  margin-top: 30px;
}
.list_main #infoBox .xyld ul li img {
  display: block;
  width: 260px;
  height: 320px;
}
.list_main #infoBox .xyld ul li .text {
  padding: 30px;
  align-self: flex-end;
  flex: 1;
  height: 201px;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_main #infoBox .xyld ul li .text p.title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fd6628;
  margin-bottom: 15px;
}
.list_main #infoBox .xyld ul li .text p.title span {
  margin-right: 12px;
}
.list_main #infoBox .xyld ul li .text p.detail {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 26px;
}
.list_main #infoBox .xyld ul li:first-child {
  margin-top: 0;
}
.list_main #infoBox .xyld ul li:nth-last-child(odd) a {
  flex-direction: row-reverse;
}
.list_main #infoBox .xyry ul {
  padding: 30px;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 40px;
}
.list_main #infoBox .xyry ul li {
  height: 290px;
  margin: 0 25px 40px 0;
}
.list_main #infoBox .xyry ul li img {
  width: 363px;
  height: 253px;
  object-fit: cover;
}
.list_main #infoBox .xyry ul li p {
  text-align: center;
  width: 338px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
}
.list_main #infoBox .xyry ul li:nth-child(3n) {
  margin-right: 0;
}
.list_main #infoBox .xyry ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.list_main #infoBox .yxny ul {
  padding: 30px;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 40px;
}
.list_main #infoBox .yxny ul li {
  height: 290px;
  margin: 0 25px 40px 0;
  position: relative;
  cursor: pointer;
}
.list_main #infoBox .yxny ul li:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 253px;
  background: rgba(0, 0, 0, 0.5) url("../images/icon_video.png") no-repeat center;
  pointer-events: none;
}
.list_main #infoBox .yxny ul li img {
  width: 363px;
  height: 253px;
  object-fit: cover;
}
.list_main #infoBox .yxny ul li p {
  text-align: center;
  width: 338px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
}
.list_main #infoBox .yxny ul li:nth-child(3n) {
  margin-right: 0;
}
.list_main #infoBox .yxny ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.list_main #infoBox .znbm ul {
  background-color: #fff;
  padding: 30px 30px 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.list_main #infoBox .znbm ul li {
  width: 270px;
  height: 100px;
  background: url("../images/znbn_bg.jpg") no-repeat center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  margin: 0 20px 40px 0;
}
.list_main #infoBox .znbm ul li:nth-child(4n) {
  margin-right: 0;
}
.list_main #infoBox .znbm ul li:last-child,
.list_main #infoBox .znbm ul li:nth-last-child(2),
.list_main #infoBox .znbm ul li:nth-last-child(3),
.list_main #infoBox .znbm ul li:nth-last-child(4) {
  margin-bottom: 0px;
}
.list_main #infoBox .znbm ul li a {
  height: 100%;
}
.list_main #infoBox .znbm ul li a p {
  padding-top: 37px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 34px;
}
.list_main #infoBox .znbm ul li a p img {
  width: 21px;
  height: 26px;
  padding-right: 5px;
  vertical-align: -5px;
}
.list_main #infoBox .zjtd ul {
  padding: 30px 30px 40px;
  background-color: #fff;
}
.list_main #infoBox .zjtd ul li {
  margin-bottom: 40px;
}
.list_main #infoBox .zjtd ul li:last-child {
  margin-bottom: 0;
}
.list_main #infoBox .zjtd ul li img {
  width: 188px;
  height: 213px;
  display: block;
}
.list_main #infoBox .zjtd ul li ._r {
  align-items: center;
  padding-left: 30px;
}
.list_main #infoBox .zjtd ul li ._r .text p.title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 12px;
}
.list_main #infoBox .zjtd ul li ._r .text p.title span {
  margin-right: 12px;
}
.list_main #infoBox .zjtd ul li ._r .text p.detail {
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
  line-height: 30px;
  text-align: justify;
}
.list_main #infoBox .zjtd ul li:hover ._r {
  background-color: #fd6628;
}
.list_main #infoBox .zjtd ul li:hover ._r p {
  color: #fff !important;
}
.list_main #infoBox .ztzl ul {
  padding: 30px;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 40px;
}
.list_main #infoBox .ztzl ul li {
  height: 243px;
  margin: 0 25px 40px 0;
}
.list_main #infoBox .ztzl ul li img {
  width: 363px;
  height: 204px;
  object-fit: cover;
}
.list_main #infoBox .ztzl ul li p {
  text-align: center;
  width: 338px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
}
.list_main #infoBox .ztzl ul li:nth-child(3n) {
  margin-right: 0;
}
.list_main #infoBox .ztzl ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.list_main #infoBox .newspaper .nav_head {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 60px;
  background-color: #ffffff;
}
.list_main #infoBox .newspaper .nav_head .name {
  width: 187px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fd6628;
  margin-right: 75px;
}
.list_main #infoBox .newspaper .nav_head ._m {
  position: relative;
  padding: 0 20px;
  margin-right: 110px;
}
.list_main #infoBox .newspaper .nav_head ._m .swiper-container {
  width: 204px;
}
.list_main #infoBox .newspaper .nav_head ._m .swiper-container .swiper-slide {
  width: auto;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}
.list_main #infoBox .newspaper .nav_head ._m .swiper-container .swiper-slide.on {
  color: #fd6628;
}
.list_main #infoBox .newspaper .nav_head ._m .swiper-button-prev,
.list_main #infoBox .newspaper .nav_head ._m .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
  background: none;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #fd6628 transparent transparent;
}
.list_main #infoBox .newspaper .nav_head ._m .swiper-button-prev:focus,
.list_main #infoBox .newspaper .nav_head ._m .swiper-button-next:focus {
  outline: none;
}
.list_main #infoBox .newspaper .nav_head ._m .swiper-button-next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.list_main #infoBox .newspaper .nav_head ._r input {
  width: 200px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #666666;
  line-height: 30px;
  padding-left: 10px;
  margin-right: 10px;
}
.list_main #infoBox .newspaper .nav_head ._r .btn {
  width: 80px;
  height: 30px;
  background-color: #fd6628;
  border-radius: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
.list_main #infoBox .newspaper .newspaper_wrap {
  margin-top: 30px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._l {
  width: 400px;
  height: 650px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._l img {
  width: 400px;
  height: 650px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m {
  width: 400px;
  margin: 0 30px;
  background-color: #fff;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m .head_title {
  padding-left: 20px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #f8f8f8;
  background-color: #fd6628;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m .head_title span {
  margin-right: 20px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m ul {
  padding: 27px 20px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m ul li {
  margin-bottom: 28px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m ul li p.title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  color: #333333;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m ul li p.title img {
  width: 13px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -1px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._m ul li:last-child {
  margin-bottom: 0;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r {
  width: 340px;
  background-color: #fff;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r .head_title {
  padding-left: 20px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #f8f8f8;
  background-color: #fd6628;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r .head_title span {
  margin-right: 20px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r ul {
  padding: 20px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r ul li {
  margin-bottom: 20px;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r ul li img {
  width: 301px;
  height: 204px;
  object-fit: cover;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r ul li p {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fd6628;
}
.list_main #infoBox .newspaper .newspaper_wrap ._r ul li:last-child {
  margin-bottom: 0;
}
.list_main .newspaper_details {
  margin-top: 30px;
}
.list_main .newspaper_details ._l {
  width: 400px;
  background-color: #fff;
  margin-right: 30px;
  height: 650px;
}
.list_main .newspaper_details ._l .head_title {
  padding-left: 20px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #f8f8f8;
  background-color: #fd6628;
}
.list_main .newspaper_details ._l .head_title span {
  margin-right: 20px;
}
.list_main .newspaper_details ._l ul {
  padding: 27px 20px;
}
.list_main .newspaper_details ._l ul li {
  margin-bottom: 28px;
}
.list_main .newspaper_details ._l ul li p.title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  color: #333333;
}
.list_main .newspaper_details ._l ul li p.title img {
  width: 13px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -1px;
}
.list_main .newspaper_details ._l ul li:last-child {
  margin-bottom: 0;
}
.list_main .newspaper_details ._r {
  width: 770px;
  background-color: #fff;
  padding: 30px;
}
.list_main .newspaper_details ._r p.title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #333333;
  padding-bottom: 30px;
  margin: 6px auto 20px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  text-align: center;
}
.list_main .newspaper_details ._r .info {
  text-align: center;
  margin-bottom: 26px;
}
.list_main .newspaper_details ._r .info span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  margin-right: 28px;
}
.list_main .newspaper_details ._r .info span img {
  vertical-align: 0;
  margin-right: 6px;
}
.list_main .newspaper_details ._r .info span:last-child {
  margin-right: 0;
}
.list_main .news_details_wrap {
  width: 960px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.list_main .news_details_wrap .detail_main strong{
  font-weight: revert;
}
.list_main .news_details_wrap p.title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  padding-bottom: 30px;
  margin: 6px auto 20px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  text-align: center;
}
.list_main .news_details_wrap .info {
  text-align: center;
  margin-bottom: 26px;
}
.list_main .news_details_wrap .info span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  margin-right: 28px;
}
.list_main .news_details_wrap .info span img {
  vertical-align: 0;
  margin-right: 6px;
}
.list_main .news_details_wrap .info span:last-child {
  margin-right: 0;
}
.list_main .news_details_wrap th,.list_main .news_details_wrap td{
  border: 1px solid #333;
}
.list_main .mail_wrap {
  background: url("../images/mail_bg.jpg") no-repeat right bottom;
  padding: 30px 50px 40px 30px;
  background-color: #fff;
}
.list_main .mail_wrap .info p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 10px;
  text-indent: 2em;
}
.list_main .mail_wrap .info p:first-child {
  text-indent: 0;
}
.list_main .mail_wrap .m_b {
  width: 830px;
  margin: 0 auto;
}
.list_main .mail_wrap .m_b > .flex-box {
  justify-content: space-between;
}
.list_main .mail_wrap .m_b .col_name {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
  margin: 42px auto 40px;
  text-align: center;
}
.list_main .mail_wrap .m_b .col_name:after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fd6628;
  margin: 10px auto;
}
.list_main .mail_wrap .m_b .input_box {
  margin-bottom: 20px;
  position: relative;
}
.list_main .mail_wrap .m_b .input_box span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fd6628;
}
.list_main .mail_wrap .m_b .input_box span.tips {
  position: absolute;
  width: 160px;
  top: -15px;
  left: 50px;
  color: red;
  font-weight: bold;
  font-size: 12px;
}
.list_main .mail_wrap .m_b .input_box input {
  width: 320px;
  height: 24px;
  background-color: #ffffff;
  border: solid 1px #fd6628;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.list_main .mail_wrap .m_b .input_box input:focus {
  outline: none;
}
.list_main .mail_wrap .m_b .input_box input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box input.error {
  border: 2px solid red;
}
.list_main .mail_wrap .m_b .input_box textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  width: 773px;
  height: 288px;
  background-color: #ffffff;
  border: solid 1px #fd6628;
  vertical-align: top;
}
.list_main .mail_wrap .m_b .input_box textarea:focus {
  outline: none;
}
.list_main .mail_wrap .m_b .input_box textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 14px;
}
.list_main .mail_wrap .m_b .input_box textarea.error {
  border: 2px solid red;
}
.list_main .mail_wrap .m_b .input_box.inline {
  display: inline-block;
}
.list_main .mail_wrap .m_b .send {
  cursor: pointer;
  width: 200px;
  height: 34px;
  background-color: #fd6628;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  margin: 30px auto 0;
  color: #Fff;
}
.list_main .page_wrap {
  text-align: center;
  margin-top: 20px;
}
.list_main .page_wrap #page_turn_box div {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  margin-right: 40px;
  line-height: 50px;
}
.list_main .page_wrap #page_turn_box div input {
  display: inline-block;
  border: none;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  text-align: center;
}
.list_main .page_wrap #page_turn_box div button {
  background-color: #fd5009;
  width: 50px;
  height: 50px;
  border: none;
  margin-left: 10px;
  color: white;
  border-radius: 5px;
}
.list_main .page_wrap #page_turn_box a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  margin-right: 40px;
  line-height: 50px;
}
.list_main .page_wrap #page_turn_box a:last-child {
  margin-right: 0;
}
.list_main .page_wrap #page_turn_box a:hover,
.list_main .page_wrap #page_turn_box a.on {
  color: #fd6628;
}
.flexDiv{
  display: flex;
  justify-content: space-between;
}
.leftBox{
  width: 220px;
}
.leftBox h1{
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 15px;
  padding: 0 10px;
  background-color: #fff;
  line-height: 45px;
}
.leftBox ul li{
  width: 220px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}
.leftBox ul li:hover a span{
  color: #fd6628;
}
.leftBox ul li a span{
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.5;
}
.leftBox ul li a p{
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  line-height: 1;
  margin-top: 5px;
}
.fanye ul li{
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.2;
  padding-bottom: 20px;
}
.fanye ul li:hover a p{
  color: #fd6628;
}
.fanye ul li a p{
display: inline-block;
font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.2;
}



/* showImg */
#showImgID .img_box{
  width: 363px;
  height: 172px;
}
#showImgID .img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#showImgID li{
  width: 363px;
  margin-bottom: 40px;
}
#showImgID li:hover .title{
  color: #fd6628;
}
#showImgID {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 30px 30px 40px;
}
#showImgID li .title {
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	line-height: 45px;
}

