@media screen and (width: 1920px) {
  /* 头部 */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    color: #222;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .header .header-left {
    width: 227px;
    height: 28px;
    display: block;
    margin: 34px 0 0 163px;
  }
  .header .header-right .header-list {
    margin-top: 40px;
  }
  .header .header-right .header-list li {
    position: relative;
    width: 90px;
    text-align: center;
    margin-right: 40px;
    font-size: 18px;
    cursor: pointer;
    padding-bottom: 15px;
    height: 20px;
  }
  .header .header-right .header-list li a {
    position: absolute;
    color: #222;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .header .header-right .phone-right {
    margin: 28px 84px 0 47px;
  }
  .header .header-right .phone-right .phone-icon {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
  .header .header-right .phone-right .phone .title {
    font-size: 18px;
  }
  .header .header-right .phone-right .phone .nubmer {
    font-size: 19px;
    font-weight: bold;
  }
  .header-over {
    -webkit-box-shadow: 3px 3px 5px #e6e6e6;
    box-shadow: 3px 3px 5px #e6e6e6;
  }
  .active {
    border-bottom: 2px solid #ea5503;
  }
  .content {
    width: 1300px;
    margin: 96px auto 0 auto;
  }
  .content .nav {
    font-size: 16px;
    padding: 15px 0 18px 0;
  }
  .content .nav span {
    display: block;
    color: #999999;
  }
  .content .nav span.gt {
    margin: 0 13px 0 10px;
  }
  .content .nav span:last-child {
    color: #222;
  }
  .content .content-left {
    width: 90px;
    margin-right: 40px;
  }
  .content .content-left .left-time {
    width: 100%;
    height: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 23px;
  }
  .content .content-left .left-time .time-top {
    height: 68px;
    padding-top: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .content .content-left .left-time .time-top .year {
    font-size: 18px;
  }
  .content .content-left .left-time .time-top .month {
    margin-top: 5px;
    font-size: 14px;
    color: #606266;
  }
  .content .content-left .left-time .time-bottom {
    width: 100%;
    height: 39px;
    text-align: center;
    line-height: 39px;
    background: #F6F6F6;
    font-size: 16px;
    color: #666666;
  }
  .content .content-left .left-button {
    width: 100%;
  }
  .content .content-left .left-button .print,
  .content .content-left .left-button .share {
    text-align: center;
  }
  .content .content-left .left-button .print .left-img-1,
  .content .content-left .left-button .share .left-img-1 {
    display: none;
  }
  .content .content-left .left-button .print .left-text,
  .content .content-left .left-button .share .left-text {
    font-size: 16px;
    margin-top: 9px;
  }
  .content .content-left .left-button .print:hover,
  .content .content-left .left-button .share:hover {
    cursor: pointer;
  }
  .content .content-left .left-button .print:hover .left-img-1,
  .content .content-left .left-button .share:hover .left-img-1 {
    display: inline-block;
  }
  .content .content-left .left-button .print:hover .left-img-2,
  .content .content-left .left-button .share:hover .left-img-2 {
    display: none;
  }
  .content .content-center {
    width: 783px;
  }
  .content .content-center h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    line-height: 18px;
    padding: 12px 0 20px 0;
  }
  .content .content-center .line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 20px;
  }
  .content .content-center img {
    display: block;
    margin: 15px 0;
    width: 782px;
    height: 472px;
  }
  .content .content-center p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
  }
  .content .content-center .paging {
    margin: 30px 0 218px 0;
  }
  .content .content-center .paging .paging-left,
  .content .content-center .paging .paging-right {
    font-size: 14px;
  }
  .content .content-center .paging .paging-left .next-or-last,
  .content .content-center .paging .paging-right .next-or-last {
    font-weight: bold;
    color: #222;
  }
  .content .content-center .paging .paging-left .post-title,
  .content .content-center .paging .paging-right .post-title {
    color: #666;
  }
  .content .content-center .paging .paging-left:hover .post-title,
  .content .content-center .paging .paging-right:hover .post-title {
    color: #ea5503;
    cursor: pointer;
  }
  .content .content-right .news-right {
    width: 347px;
    padding: 0 10px 23px 10px;
    background: #F6F6F6;
  }
  .content .content-right .news-right .right-top {
    border-bottom: 1px solid #B7B7B7;
    padding: 20px 10px 14px 4px;
    background: #F6F6F6;
  }
  .content .content-right .news-right .right-top .top-left {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #EA5504;
    padding-left: 5px;
  }
  .content .content-right .news-right .right-top .top-right .mores {
    color: #ED6A23;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
  }
  .content .content-right .news-right .right-list {
    background: #F6F6F6;
  }
  .content .content-right .news-right .right-list .list-items {
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
  }
  .content .content-right .news-right .right-list .list-items .items-img {
    width: 345px;
    height: 227px;
    display: block;
    margin-top: 20px;
  }
  .content .content-right .news-right .right-list .list-items .items-title {
    padding: 15px 0 15px 10px;
    font-size: 18px;
    color: #222222;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .content .content-right .news-right .right-list .list-items .items-title:hover {
    color: #ea5503;
  }
  .content .content-right .news-right .right-list .list-items .items-content {
    cursor: pointer;
    padding: 0px 0 20px 10px;
    height: 13px;
    font-size: 14px;
    color: #606266;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
  }
  .content .content-right .rigth-bottom-info {
    margin-top: 20px;
    width: 367px;
    background: #F6F6F6;
  }
  .content .content-right .rigth-bottom-info .right-top {
    border-bottom: 1px solid #B7B7B7;
    padding: 15px 10px 10px 10px;
    background: #F6F6F6;
  }
  .content .content-right .rigth-bottom-info .right-top .top-left {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #EA5504;
    padding-left: 5px;
  }
  .content .content-right .rigth-bottom-info .right-top .top-right .mores {
    color: #ED6A23;
    cursor: pointer;
    vertical-align: middle;
  }
  .content .content-right .rigth-bottom-info .info-list {
    padding: 0 10px 15px 10px;
    cursor: pointer;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item {
    border-bottom: 1px solid #ddd;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item .item-title {
    width: 318px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 15px 0;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item .item-content {
    width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 22px;
    font-size: 14px;
    color: #606266;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item:hover {
    color: #ED6A23;
  }
}
@media not screen and (width: 1920px) {
  /* 头部 */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #222;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .header .header-left {
    width: 150px;
    height: 20px;
    display: block;
    margin: 15px 0 0 50px;
  }
  .header .header-right .header-list {
    margin-top: 15px;
  }
  .header .header-right .header-list li {
    position: relative;
    width: 70px;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
    padding-bottom: 10px;
    height: 20px;
  }
  .header .header-right .header-list li a {
    position: absolute;
    color: #222;
    display: inline-block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
  }
  .header .header-right .phone-right {
    margin: 7px 30px 0 30px;
  }
  .header .header-right .phone-right .phone-icon {
    width: 25px;
    height: 25px;
    margin: 7px 15px 0 0;
  }
  .header .header-right .phone-right .phone .title {
    font-size: 14px;
  }
  .header .header-right .phone-right .phone .nubmer {
    font-size: 15px;
    font-weight: bold;
  }
  .header-over {
    -webkit-box-shadow: 3px 3px 5px #e6e6e6;
    box-shadow: 3px 3px 5px #e6e6e6;
  }
  .active {
    border-bottom: 2px solid #ea5503;
  }
  .content {
    width: 1130px;
    margin: 96px auto 0 auto;
  }
  .content .nav {
    font-size: 16px;
    padding: 15px 0 18px 0;
  }
  .content .nav span {
    display: block;
    color: #999999;
  }
  .content .nav span.gt {
    margin: 0 13px 0 10px;
  }
  .content .nav span:last-child {
    color: #222;
  }
  .content .content-left {
    width: 70px;
    margin-right: 20px;
  }
  .content .content-left .left-time {
    width: 100%;
    height: 89px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 23px;
  }
  .content .content-left .left-time .time-top {
    height: 50px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .content .content-left .left-time .time-top .year {
    font-size: 16px;
  }
  .content .content-left .left-time .time-top .month {
    margin-top: 5px;
    font-size: 14px;
    color: #606266;
  }
  .content .content-left .left-time .time-bottom {
    width: 100%;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background: #F6F6F6;
    font-size: 14px;
    color: #666666;
  }
  .content .content-left .left-button {
    width: 100%;
  }
  .content .content-left .left-button .print,
  .content .content-left .left-button .share {
    text-align: center;
  }
  .content .content-left .left-button .print .left-img-1,
  .content .content-left .left-button .share .left-img-1 {
    display: none;
  }
  .content .content-left .left-button .print .left-text,
  .content .content-left .left-button .share .left-text {
    font-size: 14px;
    margin-top: 9px;
  }
  .content .content-left .left-button .print:hover,
  .content .content-left .left-button .share:hover {
    cursor: pointer;
  }
  .content .content-left .left-button .print:hover .left-img-1,
  .content .content-left .left-button .share:hover .left-img-1 {
    display: inline-block;
  }
  .content .content-left .left-button .print:hover .left-img-2,
  .content .content-left .left-button .share:hover .left-img-2 {
    display: none;
  }
  .content .content-center {
    width: 650px;
  }
  .content .content-center h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 18px;
    padding: 12px 0 20px 0;
  }
  .content .content-center .line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 20px;
  }
  .content .content-center img {
    display: block;
    margin: 15px 0;
    width: 600px;
    height: 472px;
  }
  .content .content-center p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
  }
  .content .content-center .paging {
    margin: 30px 0 218px 0;
  }
  .content .content-center .paging .paging-left .next-or-last,
  .content .content-center .paging .paging-right .next-or-last {
    font-weight: bold;
    color: #222;
  }
  .content .content-center .paging .paging-left .post-title,
  .content .content-center .paging .paging-right .post-title {
    color: #666;
  }
  .content .content-center .paging .paging-left:hover .post-title,
  .content .content-center .paging .paging-right:hover .post-title {
    color: #ea5503;
    cursor: pointer;
  }
  .content .content-right {
    width: 320px;
  }
  .content .content-right .news-right {
    padding: 0 10px 23px 10px;
    background: #F6F6F6;
  }
  .content .content-right .news-right .right-top {
    border-bottom: 1px solid #B7B7B7;
    padding: 20px 10px 14px 4px;
    background: #F6F6F6;
  }
  .content .content-right .news-right .right-top .top-left {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #EA5504;
    padding-left: 5px;
  }
  .content .content-right .news-right .right-top .top-right .mores {
    color: #ED6A23;
    cursor: pointer;
    vertical-align: middle;
  }
  .content .content-right .news-right .right-list {
    background: #F6F6F6;
  }
  .content .content-right .news-right .right-list .list-items {
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
  }
  .content .content-right .news-right .right-list .list-items .items-img {
    width: 320px;
    height: 227px;
    display: block;
    margin-top: 20px;
  }
  .content .content-right .news-right .right-list .list-items .items-title {
    padding: 15px 0 15px 10px;
    font-size: 16px;
    color: #222222;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .content .content-right .news-right .right-list .list-items .items-title:hover {
    color: #ea5503;
  }
  .content .content-right .news-right .right-list .list-items .items-content {
    cursor: pointer;
    padding: 0px 0 20px 10px;
    height: 13px;
    font-size: 14px;
    color: #606266;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
  }
  .content .content-right .rigth-bottom-info {
    margin-top: 20px;
    width: 320px;
    background: #F6F6F6;
  }
  .content .content-right .rigth-bottom-info .right-top {
    border-bottom: 1px solid #B7B7B7;
    padding: 15px 10px 10px 10px;
    background: #F6F6F6;
  }
  .content .content-right .rigth-bottom-info .right-top .top-left {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #EA5504;
    padding-left: 5px;
  }
  .content .content-right .rigth-bottom-info .right-top .top-right .mores {
    color: #ED6A23;
    cursor: pointer;
    vertical-align: middle;
  }
  .content .content-right .rigth-bottom-info .info-list {
    padding: 0 10px 15px 10px;
    cursor: pointer;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item {
    border-bottom: 1px solid #ddd;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item .item-title {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 15px 0;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item .item-content {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 22px;
    font-size: 14px;
    color: #606266;
  }
  .content .content-right .rigth-bottom-info .info-list .info-item:hover {
    color: #ED6A23;
  }
}
