*{
    font-family: 'Open Sans', sans-serif;
}
body{
    background:url("../img/bgimage.png") 0 0 no-repeat fixed;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
}

.all{
    height:100%;
    background-color: #fff;
    border-left: 2px solid rgb(160, 158, 158);
    border-right: 2px solid rgb(160, 158, 158);
}
.logop{
    font-weight: 700;
    margin-top: -50px;
}
.lightblue{
    color: #53b0d8;
    font-weight: 900;
}
.searchp input{
    width: 60%;
    height: 40px;
}
.searchp button{
    margin-left: -28px;
    background:none; 
    border:none;
}
.posts h5{
    font-weight: 700;
}
.postscontent img{
    width: 250px;
    height: 142px;
    float: left;
    margin-right: 13px;
}
.posts .col-md-8 .col-md-12 a:hover{
    color: #0873a1;
}
.posts .col-md-8 .col-md-12 a:hover span{
    color: #0873a1;
}
 a span{
    font-size: 11px;
    color: rgb(128, 126, 126) !important;
}
.posts .postscontent{
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(201, 201, 201);
}

.posts .col-md-4 ul li a{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.posts .col-md-4 ul li a:hover{
    color: #0873a1;
}
footer{
    background-color: #222222;
    color: #fff;
}
footer .row{
    margin-left: 15px;
    margin-right: 15px;
}
footer .row .col-md-4 h6{
    color: #838383;
    font-size: 13px;
    font-weight: 700;
}
footer .row .col-md-4 ul{
    list-style-type: none;
    margin-left: -31px;
}
footer .row .col-md-4 ul li a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
footer .row .col-md-4 ul li a:hover{
    text-decoration: underline;
}
footer .row .col-md-4 img{
    width: 100%;
    height: auto;
    margin-top: -13%;
}
footer .row .col-md-4 p{
    font-size: 14px;
    color: #838383;
    margin-top: -8%;
}
.activea{
    color: #0873a1 !important;
}
.posts .col-md-8 p a{
    color: #000;
    margin-left: 8px;

}
.postpage img{
    max-width: 100%; 
    height: auto;
    margin-bottom: 20px
    !important;
}
.topimage{
    width: 100%; 
    height: auto;
    margin-bottom: 20px;
}
.postpage h1{
    font-weight: 700;
    font-size: 24px;
}
.postinformation{
    font-size: 12px;
    color: #838383;
    margin-bottom: 20px;
}
.writepost{
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
    font-weight: 500;
}
.postpage{
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
    font-weight: 500;  
}
.g1-fluid-wrapper-inner{
    padding-bottom: 0px !important;
}
@media (max-width: 767px) {
    .logo{
        width: 100%;
        height: auto;
    }
    .posts .col-md-8 .col-md-12 a{
        color: #000;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
    }
}
@media (min-width: 768px) {
    .posts .col-md-8 .col-md-12 a,.posts .col-md-8 .postscontent a{
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }
}
.ione-related-content {
    font-size: 15px;
    line-height: 1.3;
    width: 40%;
    float: left;
    margin: 0 1em 2em 0;
    background-color: #f5f5f5;
}
.ione-related-content .ione-related-content__title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em 15px 0 15px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.ione-related-content .ione-related-wrapper {
    display: block;
    margin: 0;
    padding: 15px;
}
.ione-related-content .ione-related-article {
    display: block;
    margin: 0;
    padding: 0.75em 0;
}
.ione-related-article a {
    display: flex;
    align-items: start;
    text-decoration: none;
    color: #3cc3e3;
}
.ione-related-article .ione-related-article__thumb {
    flex-basis: 40%;
    margin-right: 10px;
}
.ione-related-article .ione-related-article__title {
    flex-basis: 60%;
    margin: -0.25em 0 0 0;
    font-size: inherit;
    line-height: 1.25;
}
figure{
    width: 100% !important;
    height: auto;
}
.lrv-a-crop-16x9{
    padding: 0px !important;
}
figcaption{
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    line-height: 22px;
}
.lrv-u-flex {
    display: flex;
}

.video-js {
    width: 640px !important;
    aspect-ratio: auto 640 / 360;
    height: 360px !important;
}
.h5News {
        color: #53b0d8;
        
}
.postscontent a[href*="youtube.com"] {
    position: relative;
    display: block; /* 确保链接占据整个内容区域 */
}

.postscontent a[href*="youtube.com"] img::before {
    content: 'AD';
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #53b0d8;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 1;
}
.postscontent a[href*="youtube.com"]:hover {
    color: #0873a1; /* 保持与其他链接一致的悬停颜色 */
}

.postscontent a[href*="youtube.com"]:hover span {
    color: #0873a1; /* 保持与其他链接一致的悬停颜色 */
}
