.video.index-pc-v2 {
    position: relative;
    width: 100%;
    padding-top: 20px;
}
.video.index-pc-v2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    z-index: -4;
}
.layout {
    width: 1240px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.layout1 {
    width: 413px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.layout2 {
    width: 850px;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.video.index-pc-v2 .content {
    position: relative;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
}
.caption {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 56px;
}
.caption h1 {
    font-size: 32px;
    color: #043383;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    text-indent:0;
    font-weight: bold;
}
.caption .more {
    float: right;
    padding-right: 5px;
    line-height: 30px;
    padding-top: 24px;
    right: 5px;
    font-size: 16px;
    color: #1f4b95;
    font-weight: bold;
}
.caption .more1 {
    float: right;
    padding-right: 30px;
    line-height: 30px;
    padding-top: 24px;
    right: 5px;
    font-size: 16px;
    color: #1f4b95;
    font-weight: bold;
}
.caption .more p, .caption .more span {
    display: inline-block;
    vertical-align: middle;
}
.caption .more1 p, .caption .more1 span {
    display: inline-block;
    vertical-align: middle;
}
.caption .more p {
    width: 12px;
    height: 18px;
    margin-left: 5px;
    background-image: url(../images/more.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.caption .more1 p {
    width: 12px;
    height: 18px;
    margin-left: 5px;
    background-image: url(../images/more.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.caption .more:hover p {
    background-image:url(../images/more1.png)!important;
}
.caption .more1:hover p {
    background-image:url(../images/more1.png)!important;
}
.caption .more:hover {
    color:#009cd8
}
.caption .more1:hover {
    color:#009cd8
}
.caption .more span {
    display: inline-block;
    vertical-align: middle;
}
.caption .more1 span {
    display: inline-block;
    vertical-align: middle;
}
.animate__fadeInUp {
    animation-name: fadeInUp;
}
.animate__animated {
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
}

.video.index-pc-v2 .content .list {
    height: 494px;
}
.video.index-pc-v2 .content .list .item .detail {
    width: 396px;
    height: 225px;
}
.video.index-pc-v2 .content .list .item .detail img {
    width: 100%;
    height: 100%;
}
.video.index-pc-v2 .content .list .item .detail .desc {
    position: relative;
    left: 10px;
    bottom: 65px;
    width: 380px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.video.index-pc-v2 .content .list.vertical-list .item .detail .desc {
    left:10px;
    bottom:65px;
    width:380px;
    height:50px;
    font-size:16px;
    background-image:url(../images/img1.png)
}
.video.index-pc-v2 .content .list.vertical-list .item .detail .desc:hover {
    background-image:url(../images/img2.png)
}
.video.index-pc-v2 .content .list .item .detail .desc:hover {
    background-image:url(../images/img2.png)
}
.video.index-pc-v2 .content .list .item:nth-child(3), .video.index-pc-v2 .content .list .item:nth-child(6) {
    margin-right: 0;
}
.video.index-pc-v2 .content .list .item {
    position: relative;
    overflow: hidden;
    width: 396px;
    height: 225px;
    margin-bottom: 22px;
    float: left;
    margin-right: 25px;
    cursor: pointer;
}

.video.index-pc-v2 .content .list .item .detail .desc p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 20px;
    line-height: 20px;
    word-wrap: break-word;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
}
div{
    outline: 0;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active,a:hover {
    outline:0
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
li{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
p{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
img {
    border: 0;
}