* {
  margin: 0;
  padding: 0
}

body,
html {
  scroll-behavior: smooth
}

body {
  font-family: PingFangSC, "Microsoft Yahei UI", "Microsoft Yahei", SimHei, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3
}

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a {
  color: #aa3934;
  text-decoration: none;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -o-transition: color .2s
}

a:hover {
  color: #1d1d1d;
  text-decoration: none
}

a,
button,
input,
label {
  outline: 0
}

/*header*/
#pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #057044;
  background: -webkit-linear-gradient(left, rgba(5, 112, 68, .8), rgba(25, 126, 86, .8));
  background: -o-linear-gradient(left, rgba(5, 112, 68, .8), rgba(25, 126, 86, .8));
  background: -moz-linear-gradient(left, rgba(5, 112, 68, .8), rgba(25, 126, 86, .8));
  background: linear-gradient(left, rgba(5, 112, 68, .8), rgba(25, 126, 86, .8))
}

.container {
  width: 70%;
  max-width: 1200px;
  padding: 0 5px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .container,
    .gk,
    .hospital {
    width: 90% !important;
}
}

.header-logo {
  display: inline-block;
  background: url(/2021/nmc/img/logo3.png) no-repeat center center;
  background-size: cover;
  width: 450px;
  height: 55px;
  margin: 8px 0
}


/*banner*/
.banner {
  width: 100%;
  background-image: url(/2021/nmc/img/banner.png);
  width: 100%;
  height: 485px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transition: all .2s ease;
}

@media (max-width: 1200px) {
  .banner {
    height: 360px;
}
}

@media (max-width: 800px) {
  .banner {
    height: 240px;
}
}

@media (max-width: 540px) {
  .banner {
    height: 140px;
}
}

/*hospital*/
.hospital {
  width: 70%;
  margin: 50px auto;
  max-width: 1200px;
}

.ul-hos {
  display: block;
  margin: 0 -12px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ul-hos li {
  width: 33.3%;
  margin-bottom: 18px;
  transition: transform .5s;
}

.ul-hos li:hover {
  transform: translate3d(0, -10px, 0);
}

@media (max-width: 780px) {
  .hospital {
    margin-bottom: 0; 
}

.ul-hos li {
  width: 100%;
  margin-bottom: 28px;
}

.ul-hos .txt .tit {
  font-size: 16px !important;
}
}

.ul-hos .con {
  display: block;
  padding: 0 12px;
  color: #fff;
}

.ul-hos .pic {
  padding-top: 62.97%;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: -1;
}

.ul-hos .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .8s;
}

.ul-hos .txt {
  padding: 0 32px;
  margin-top: -28px;
  z-index: 1;
}

.ul-hos .txt .tit {
  font-size: 20px;
  text-align: center;
  background-color: #057044;
  color: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, .7);
  height: 60px;
  line-height: 60px;
  transition: .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*概况*/
.gk{
  width: 70%;
  max-width: 1200px;
  margin: 50px auto;
}
.gk h2{
  text-align: center;
  font-size: 30px;
  margin: 20px 0;
  color: #057044;
}
.gk p{
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 30px;
}


/*工作动态*/
#newsContent {
  background: #fafafa url(/2021/nmc/img/news_content_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: auto;
  zoom: 1
}

#newsContent .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work {
  width: 45%;
  margin-right: 5%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.media {
  width: 45%;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 100px;
}

@media (max-width: 780px) {
  .work, .media {
    width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.work {
  margin-bottom: 0;
}
}

.work .title,
.media .title {
  height: 54px;
  margin: 0 auto 15px auto;
  border-bottom: #057044 1px solid;
  display: flex;
  justify-content: space-between;
}

.title h2 {
  float: left;
  margin: 0;
  padding: 0 3px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 54px;
  height: 54px;
  display: block;
}

.title a {
  font-size: 14px;
  color: #057044;
  padding-right: 0;
  line-height: 55px;
  height: 50px;
  margin-top: 0;
}

.title a:hover {
  color: #cc0000;
  opacity: 0.8
}

.work ul, .media ul {
  border-bottom: #057044 1px solid;
  overflow: hidden;
}

.work li,
.media li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-size: 14px;
  background: url(/images/dxhx.png) bottom repeat-x;
}

.work li:last-child,
.media li:last-child {
  background: none;
}

.work li .date,
.media li .date {
  color: #999999;
  white-space: nowrap;
}

.work li a,
.media li a {
  font-size: 14px;
  color: #333333;
  background: url(/images/list_icog.png) left center no-repeat;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*footer*/
#pageFooter {
  padding: 35px 0;
  width: 100%;
  background: #057044;
  background-size: contain !important;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 20px;
}


/*列表页*/
.main{
  width:70%;
  max-width:1200px;
  border-top: 5px solid #328c68;
  padding: 0 60px;
  margin:70px auto;
  min-height: 500px;
  background: #fff url(../img/column_content_background.png) no-repeat 47% center;
  box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  transition: all .2s ease;
}

.main-head{
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #999;
}
.main-head a {
  color: #999;
}
.main-head a:hover{
  color: #000;
}
.column{
  padding-bottom:40px;
}
.column:after{
  content:"";
  display:block;
  clear: both;
}
.column .left{
  width: 25%;
  float: left;
  color: #fff;
  background-color: #057044;
}
.column h1 {
  text-align: center;
  margin: 25px 0;
  font-size: 36px;
  font-weight: 400
}
.column-nav {
  display: flex;
  flex-direction: row;
  justify-content: center
}

.column-nav li {
  float: left
}
.column-nav li a {
  border: 1px solid #c83431;
  padding: 10px 25px;
  margin: 0 8px;
  color: #636363;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s
}
.column-nav li a:hover {
  background: #fafafa;
  color: #c23833
}
.column-nav .selected {
  color: #fff !important;
  background: #c23833 !important;
  background: -webkit-linear-gradient(left top, #cd3431, #b03632) !important;
  background: -o-linear-gradient(bottom right, #cd3431, #b03632) !important;
  background: -moz-linear-gradient(bottom right, #cd3431, #b03632) !important;
  background: linear-gradient(bottom right, #cd3431, #b03632) !important
}
.column-list {
  width: 75%;
  float: left;
  padding: 0 60px;
  box-sizing: border-box;
}
.column-list li{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #b8b8b8;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*.column-list li:last-child {
  border-bottom: none;
}*/
.column-list li a{
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #333;
}
.column-list li a:hover{
  color: #41b0a7;
}
.column-list li .time{
  color: #999;
  white-space: nowrap;
}
.column-list .date {
  position: absolute;
  height: 70px;
  width: 70px;
  background: url(/2021/nmc/img/column_date.png) no-repeat center center;
  background-size: cover !important;
  text-align: center;
  padding-top: 35px
}
.column-list .date span {
  color: #636363;
  font-size: 16px;
  font-weight: 700
}
.column-list .content {
  display: block;
  padding-left: 80px;
  /* min-height: 115px */
}
.column-list .content h1 {
  text-align: left;
  font-size: 20px;
  color: #1d1d1d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* margin: 0 0 5px */
}
.column-list .content p {
  text-align: left;
  font-size: 14px;
  color: #595959;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: normal
}
.column-list .item {
  margin: 15px 0 40px;
  min-height: 70px;
}
.column-list .alumnus-content {
  display: block;
  text-align: center
}
.column-list .alumnus-content h1 {
  margin: 15px 0;
  font-size: 16px;
  color: #1d1d1d
}
.column-list .alumnus-content p {
  min-height: 55px;
  font-size: 14px;
  color: #575757;
  text-align: left
}

@media (max-width: 960px) {
  .main {
    width: 100%;
  padding: 0 20px;
  margin: 20px auto;
}

.column .left{
  width:50%;
  /*height: 96px;*/
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:20px;
  /*margin: 0 auto 20px;*/
}
.column h1{
  font-size:1.5rem;
  margin:10px 0;
}
.column-list {
  width: 100%;
  padding: 0;
  margin: auto;
  float: none;
}
.column-list li{
  font-size:1rem;
}
}