.content {
    background-color: #F7F7F7;
    width: 1200px;
    padding: 20px 30px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.content .left img {
    width: 133px;
    height: 200px;
}

.appcon a {
    display: flex;

}

.content .right {
    margin-left: 30px;
}

.content .right p:nth-child(1) {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.content .right p:nth-child(2),
.content .right p:nth-child(3) {
    font-size: 16px;
    color: #333;

}

.content .right p:nth-child(4) {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    /*超出两行就省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.container .path {
    width: 1200px;
    padding-bottom: 10px;
}



/* 详情页样式 */
.container h3 {
    text-align: center;
    font-size: 40px;
    color: #333;
}

.top h3 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    color: #333;
}

.container .nav-ul ul {
    display: flex;
    text-align: center;
    margin-top: 20px;
}

.container .nav-ul li {
    width: 374px;
    height: 160px;
    border: 1px solid #034F9A;
    background-color: #C5E2FF;

}

.container .nav-ul a:nth-child(2) {
    margin: 0 39px;
}

.container .nav-ul li div {
    margin-top: 40px;
}

.container .nav-ul li p {
    font-size: 20px;
    color: #444;
}

.zhanghuicode {
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 40px;
}

.zhanghuicode span {
    color: #034F9A;
    font-size: 30px;
    padding: 0 15px;
}

.zhanghuijieshao strong {
    font-size: 18px;
}

.zhanghuijieshao p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    /* text-indent: 2em; */
}

.zhanghuijieshao .p1 {
    text-indent: 0em;
}

.zhanghuijieshao .strong {
    padding-top: 20px;
    display: block;
}

.images-1 ul {
    width: 1260px;
}

.images-1 ul li {
    position: relative;
    width: 175px;
    height: 244px;
    cursor: pointer;
    display: inline-block;
    margin: 0 30px 30px 0;
    background-color: #FFF;
    box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.1);

}

.images-1 ul li img {
    width: 175px;
    height: 193px;
    padding: 5px 5px 0 5px;
    background: url('../images/border.png');
}

.images-1 li .name-p {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.nameborder {
    width: 380px;
    position: absolute;
    display: none;
    /* background: url('../images/nameborder.png') no-repeat top center; */
    position: absolute;
    background-color: #1b5a9e;
    left: 170px;
    top: 0;
    padding: 20px;
    z-index: 999;
    color: #f7f7f7;
    padding-left: 25px;
    margin-left: 20px;
    /* background-size: 396px 350px; */
    background-size: cover;
    border-radius: 30px;
}

.dtoList li:nth-child(n+5):nth-child(-n+6) .nameborder,
.dtoList li:nth-child(n+11):nth-child(-n+12) .nameborder,
.dtoList li:nth-child(n+17):nth-child(-n+18) .nameborder,
.dtoList li:nth-child(n+23):nth-child(-n+24) .nameborder,
.dtoList li:nth-child(n+29):nth-child(-n+30) .nameborder,
.dtoList li:nth-child(n+35):nth-child(-n+36) .nameborder,
.dtoList li:nth-child(n+41):nth-child(-n+42) .nameborder,
.dtoList li:nth-child(n+47):nth-child(-n+48) .nameborder {
    left: -414px;
}

.dtoList li:nth-child(n+5):nth-child(-n+6) .nameborder .aa,
.dtoList li:nth-child(n+11):nth-child(-n+12) .nameborder .aa,
.dtoList li:nth-child(n+17):nth-child(-n+18) .nameborder .aa,
.dtoList li:nth-child(n+23):nth-child(-n+24) .nameborder .aa,
.dtoList li:nth-child(n+29):nth-child(-n+30) .nameborder .aa,
.dtoList li:nth-child(n+35):nth-child(-n+36) .nameborder .aa,
.dtoList li:nth-child(n+41):nth-child(-n+42) .nameborder .aa,
.dtoList li:nth-child(n+47):nth-child(-n+48) .nameborder .aa {
    left: 356px;
}

.aa {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -5px;
    top: 50px;
    transform: rotate(45deg);
    background-color: #1b5a9e;
    z-index: -1;

}

.images-1 ul li:hover .nameborder {
    display: block;
}

.nameborder strong {
    font-size: 20px;
}

.nameborder .p1 {
    font-size: 16px;
    margin: 10px 0;
}

.nameborder .p2 {
    font-size: 14px;
}

.images-1 ul li span {
    position: absolute;
    background-color: #034f9a;
    width: 5px;
    height: 13px;
    transform: rotate(308deg);
}

.images-1 ul li span:nth-child(1) {
    left: 4px;
    top: -1px;
    transform: rotate(-308deg)
}

.images-1 ul li span:nth-child(2) {
    right: 4px;
    top: -1px;
}

.images-2 ul {
    width: 1260px;
}

.images-2 ul li {
    width: 182px;
    height: 72px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 20px;
    background-color: #FFF;
}

.images-2 li img {
    width: 96%;
    height: 96%;
}

.tab ul {
    text-align: center;
    margin-bottom: 30px;
}

.tab ul li {
    display: inline-block;
    font-size: 20px;
    color: #BBBBBB;
    cursor: pointer;
    padding: 0 40px;
}

.tab ul li.active {
    color: #034F9A;
}

.tab .image {
    width: 1260px;
    /* display: none; */
}

.tab .image.block {
    display: block;
}

.tab .image div {
    width: 1260px;
    display: inline-block;
}

.tab .image div img {
    width: 380px;
    height: 210px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.shou {
    width: 1200px;
    margin: 20px auto;
}

.shou span:nth-child(2) {
    padding: 0 5px;
}