/*
Theme Name:VIP1
Theme URI: https://dedewp.com/
Description: 小雨科技VIP客户网站。
Author: 小雨科技
Author URI: https://dedewp.com/
Date:2025-8-3
Version: 1.0
License: 小雨工作室
License URI: https://dedewp.com/
Tags: 网站模板,企业网站模板,vip客户网站模板
*/
/* *{margin:0;padding:0;}
img{ max-width:100%;}
.clear{ clear:both;}
.clearfix::after, .clearfix::before{display: table; content: " ";}
*, ::after, ::before{box-sizing: border-box;}
.clearfix:after { clear:both}
ul,li,ol{list-style:none;} */
a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
}

/*start your css below
-------------------------------------------------------------- */
.fr{
  margin-left: auto; /* 关键：将最后一个元素推到右侧 */
  margin-right: 0;
}
.btn{
	min-width: 96px;
    height: 40px;
    background: #045afe;
    border-radius: 20px;
    padding: 0 10px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 5;
}

.fa-tree{font-size: 45px;}
.desc-wrap {
    color: #7b818f;
    position: relative;
}
 .desc {
    font-family: PingFangSC-Regular, Microsoft YaHei, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    color: #7b818f;
}
.desc,.desc .desc-policy,.desc .item,.desc .desc-record,.copyright{    display: inline-block;}
.desc .desc-txt {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: inherit;
    text-decoration: none;
}
.desc .indent {
    width: 2px;
    height: 18px;
    font-size: 12px;
    margin: 0 3px;
}
.desc .indent {
    width: 2px;
    height: 18px;
    font-size: 12px;
    margin: 0 3px;
}
.copyright {
    font-family: PingFangSC-Regular, Microsoft YaHei, sans-serif;
    font-size: 12px;
    color: #7b818f;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 4px;
}
#leftImage .inner{
    border-radius: 124px 32px 32px 32px;
    overflow: hidden;
}
#rightImage .inner{border-radius:32px 124px 32px 32px;overflow: hidden;}
.newscontainer .newsitem{min-height: 312px;}