.newsDetail .header {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}
.newsDetail .search {
    margin-top: 40px;
}
.newsDetail .box .crumbs {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  height: 19px;
  text-overflow: ellipsis;
  margin-top: 40px;
  margin-bottom: 20px;
}

.newsDetail .box .article {
    width: 880px;
    overflow: hidden;
    padding: 0 20px 0;
    float: left;
    border: solid 1px #e0e0e0;
    margin-right: 20px;
}

.newsDetail .box .article h1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.newsDetail .box .article .Statistics {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.newsDetail .box .article .Statistics span:first-child {
    font-size: 12px;
    color: #999999;
    width: max-content;
    display: inline-block;
    margin-right: 26px;
    padding-left: 20px;
    background: url(../images/company/views.png)no-repeat left center;
}
.newsDetail .box .article .Statistics span:last-child {
    font-size: 12px;
    color: #999999;
    width: max-content;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/company/time.png)no-repeat left center;
}

.newsDetail .box .article .abstract {
    width: 100%;
	overflow: hidden;
    margin-top: 20px;
    padding: 14px 20px 12px;
	background-color: #fffbee;
	border: solid 1px #ffd966;
}

.newsDetail .box .article .abstract p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.newsDetail .box .article .abstract p span {
    font-size: 12px;
    line-height: 24px;
    color: #ff7300;
}

.newsDetail .box .article .zhengwen .text {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    margin: 21px auto 21px;
}
.newsDetail .box .article .zhengwen p {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    margin: 21px auto 21px;
}
.newsDetail .box .article .zhengwen span {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    margin: 21px auto 21px;
}

.newsDetail .box .article .zhengwen img {
    max-width: 100%;
    height: max-content;
    object-fit: contain;
    margin: 20px auto;
}

.newsDetail .box .article .copyright {
    font-size: 12px;
    color: #999999;
    line-height: 26px;
    padding-top: 23px;
    margin-bottom: 52px;
    border-top: 1px dashed #e0e0e0;
}
.newsDetail .box .article .copyright span {
    color: red;
    font-weight: 700;
}

.newsDetail .box .article .button {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.newsDetail .box .article .button div:first-child {
    width: 410px;
    font-size: 14px;
    color: #ffffff;
    line-height: 43px;
    height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	height: 43px;
    float: left;
    padding: 0 20px;
	background-color: #ff9c00;
    cursor: pointer;
}
.newsDetail .box .article .button div:first-child a {
    display: block;
    color: #ffffff;
    overflow: hidden;
    height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsDetail .box .article .button div:last-child a {
    display: block;
    color: #ffffff;
    overflow: hidden;
    height: 43px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsDetail .box .article .button div:last-child {
    width: 410px;
	height: 43px;
    font-size: 14px;
    color: #ffffff;
    line-height: 43px;
    height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
    float: right;
	background-color: #ff7300;
    cursor: pointer;
}

.newsDetail .box .recommend {
    width: 880px;
    border: solid 1px #e0e0e0;
    overflow: hidden;
    margin-top: 20px;
    float: left;
}

.newsDetail .box .recommend .title {
    background-color: #f5f5f5;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.newsDetail .box .recommend .title p {
    width: 102px;
    font-size: 16px;
    line-height: 47px;
    border-bottom: 3px solid #ff7300;
    color: #333333;
    text-align: center;
}

.newsDetail .box .recommend ul {
    width: 100%;
    float: left;
    padding: 17px 20px 15px;
    overflow: hidden;
}

.newsDetail .box .recommend ul li {
    font-size: 14px;
    color: #333333;
    float: left;
    line-height: 40px;
    height: 40px;
    background: url(../images/index/list.png)no-repeat left center;
    padding-left: 15px;
}

.newsDetail .box .recommend ul li .info {
    max-width: 270px;
    overflow: hidden;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsDetail .box .recommend ul li .date {
    display: inline-block;
    color: #999999;
    line-height: 40px;
    height: 40px;
    margin-left: 25px;
}

.newsDetail .box .recommend ul a:nth-of-type(2n) li {
    float: right;
}

.newsDetail .box .recommend ul li:hover {
    background: url(../images/index/list_hover.png)no-repeat left center;
}

.newsDetail .box .recommend ul li:hover .info {
    color: #ff7300;
}

.newsDetail .box .recommend ul li:hover .date {
    color: #ff7300;
}

.newsDetail .box .right {
    width: 300px;
    overflow: hidden;
}

.newsDetail .box .right .hotNews {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 1px #e0e0e0;
}

.newsDetail .box .right .hotNews .title {
    width: 100%;
    height: 50px;
    padding: 0 20px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.newsDetail .box .right .hotNews .title p {
    font-size: 16px;
    color: #333333;
    padding-left: 14px;
    line-height: 16px;
    margin-top: 17px;
    border-left: 4px solid #ff7300;
}

.newsDetail .box .right .hotNews .title p span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.newsDetail .box .right .hotNews ul {
    width: 100%;
    overflow: hidden;
    padding: 13px 20px 16px;
}

.newsDetail .box .right .hotNews ul li {
    width: 100%;
    font-size: 13px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    position: relative;

}

.newsDetail .box .right .hotNews ul li .lable {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 16px;
	height: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    background-color: #d1d1d1;
}

.newsDetail .box .right .hotNews ul li .info {
    margin-left: 26px;
    max-width: 239px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsDetail .box .right .hotNews ul a:nth-of-type(1) li .lable {
    background-color: #ff7300;
}
.newsDetail .box .right .hotNews ul a:nth-of-type(2) li .lable {
    background-color: #ff9000;
}
.newsDetail .box .right .hotNews ul a:nth-of-type(3) li .lable {
    background-color: #ffc445;
}

.newsDetail .box .right .hotNews ul li:hover .info {
    color: #ff7300;
}

.newsDetail .box .right .newsType {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 1px #e0e0e0;
}

.newsDetail .box .right .newsType .title {
    width: 100%;
    height: 50px;
    padding: 0 20px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.newsDetail .box .right .newsType .title p {
    font-size: 16px;
    color: #333333;
    padding-left: 14px;
    line-height: 16px;
    margin-top: 17px;
    border-left: 4px solid #ff7300;
}

.newsDetail .box .right .newsType .title p span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.newsDetail .box .right .newsType ul {
    width: 100%;
    overflow: hidden;
    padding: 20px 5px 20px 20px;
}

.newsDetail .box .right .newsType ul li{
    max-width: 100%;
    width: max-content;
    padding: 0 15px 0;
    font-size: 13px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsDetail .box .right .newsType ul li:hover {
    background-color: #ff7300;
    color: #fff;
}

.newsDetail .box .right .advertise {
    width: 300px;
	height: 100px;
    cursor: pointer;
}

.newsDetail .box {
    margin-bottom: 82px;
}
