.zt-newspage {
  height: 650px;
}
.zt-newspage p {
  text-indent:2em;
}
.zt-newspage-list p {
  text-indent:2em; 
}
.zt-newspage-top .zt-link-circle {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  padding: 3px;
  padding-top: 0px;
  font-size: 20px;
}
.zt-newspage-top-time {
  height: 25px;
}
.zt-newspage-first {
  padding: 20px;
  left: 0;
  right: 0;
  margin-top: -60px;
  background-color:white;
  position: absolute;
  box-shadow: 0 0 10px #666;
}
.zt-newspage h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}
.zt-newspage-out {
  padding-left: 0;
  padding-right: 0;
}
.zt-newspage-list {
  border: 1px solid #dfdfdf;
  padding:20px 40px;
  margin-bottom: 20px;
}
.zt-newspage-list .row {
  margin-top: 50px;
}
.zt-newspage-list h3 {
  font-weight: bold;
  font-size: 15px;
  display:inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.zt-newspage-list-time {
    font-weight: normal;
}
.Page .navigation {
  position: absolute;
  left: 0;
  right: 0;
}

.zt-newspage-tab {
  font-size: 23px;
  font-weight: 600;
}
.zt-newspage-tab .active {
  border-bottom: 2px solid #003e8c;
}
.zt-newspage-tab a.nav-link {
  margin: 0;
}
.zt-newspage-tab a {
  color: #333333;
  width: 150px;
  text-align: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">"
}
.zt-newsinfo h3 {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.zt-newsinfo-details {
  border: 1px solid #e3e3e3;
  margin-bottom: 40px;
  background-color: white;
}
.zt-newsinfo-title {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.zt-newsinfo-content {
  padding: 10px 50px;
}
.zt-newsinfo-footer {
  height: 40px;
  margin: 30px 20px 10px;
}
.zt-newsinfo-footer span {
    font-size: 16px;
}
@media screen and (max-width: 450px) {
    .zt-newsinfo-footer {
        height: auto;
        margin: 10px 20px 20px;
    }
    .zt-newsinfo-footer > div {
        float: none !important;
    }
}

.zt-about {
    margin-bottom: 20px;
}
.zt-about-banner {
    width: 100%;
}
@media screen and (max-width: 450px) {
    .zt-about-banner {
        height: 100px;
    }
    .zt-about img {
        width: 100%;
        height: 100px;
    }
}
.zt-about-left-title {
  background-color: #ffaa00;
  height: 80px;
  color: white;  
  padding-top: 10px;
  padding-left: 20px;
}
.zt-about-left-title h4 {
  font-weight: 400;
}
.zt-about-left-title h5 {
  font-size: 16px;
  font-weight: 100;
}
.zt-about-left-list {
  padding: 0 20px 10px 20px;
  background-color: white;
}
.zt-about-left .list-group-item {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0.25rem;
}
.zt-about-left .list-group-item:last-child {
  border-bottom: 0;
}
.zt-about-left .list-group-item::after {
  content: "»";
  float: right;
}
.zt-about-right {
  padding-left: 40px;
}
.zt-about-right h1 {
  font-size: 28px;
  font-weight: initial;
  display: inline-block;
}
@media screen and (max-width: 450px) {    
    .zt-about-left {
        position: absolute;
        padding: 0;
        margin: -60px 0 0 -136px;
        z-index: 1;
        flex: 0 0 136px;
        max-width: 136px;
        transition: margin-left 1.5s;
    }
    .zt-about-left:hover {
        margin-left: 0;
        transition: margin-left 1.5s;
    }
    .zt-about-left:hover .zt-about-menu {
        opacity: 0;
        transition: opacity 1s;
    }
    .zt-about-right {
        padding: 0 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .zt-about-right img {
        width: 100%;
    }
}
.zt-about-menu {
    display: none;
}
@media screen and (max-width: 450px) {
    .zt-about-menu {
        display: block;
        position:absolute;
        height: 0;
        width: 0;
        top: 62px;
        right: -20px;
        border-top: 15px solid rgba(0, 0, 0, 0);
        border-bottom: 15px solid rgba(0, 0, 0, 0);
        border-left: 20px solid #ffaa00;
        border-right: 0;
        opacity: 1;
        transition: opacity 1s;
    }
    .zt-about-menu > div {
        height: 30px;
        width: 30px;
        margin: -15px 0 0 -20px;
    }
}
.line-block {
  display:inline-block;
  position: relative;
}
.line-block div {
  position: absolute;
  width: 4px;
  height: 25px;
  background-color: #ffaa00;  
  margin: -22px 5px 0 -25px;
}
.zt-newsinfo-banner {
    width: 100%;
}
.zt-newspage-weixin {
    display:inline-block;
}
.zt-newspage-top .zt-link-circle:hover {
    background-color: #00153b;
    color: white;        
}
.zt-newspage-code {
    display: none;
    position: absolute;
    background-color: white;
    color: #888;
    font-size: 14px;
    top: -158px;
    left: -40px;
    padding-bottom: 10px;
    border: 1px solid #eee;
}
.zt-newspage-code img {
    width: 120px;
}
.zt-newspage-weixin:hover .zt-newspage-code {
    display: block;
}
.zt-news-first img {
    height: 100%;
}
.zt-news-first a {
    color: white;
}
.zt-news-mask {
    width: 100%;
    height: 120px;    
    position:absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}

@media screen and (min-width: 450px) {
    .zt-news-mask {
        width: 600px;
    }
    .zt-newspage > img {
        height: 400px;
    }
}
@media screen and (max-width: 450px) {
    .zt-newspage > img {
        height: 100px;
    }
    .zt-newspage-first {
        margin-top: 0;
    }
    .zt-newspage-top {
        margin-top: 8px;
        flex:100%;
        max-width:100%;
    }
    .zt-newspage-top-time > div {
        float: none !important;
    }
    .zt-newspage-top-time .zt-link-circle {
        margin-right: 5px !important;
    }
    .zt-newspage-list .row .col-9 {
        margin-top: 8px;
        flex: none;
        max-width: initial;
    }
    .zt-newsinfo-banner {
        height: 100px;
    }
    .zt-newsinfo-content img {
        max-width: 100%;
        max-height: 200px;
    }
}
