/* 首页 知识产权保护 */
.protect{
    width: 100%;
    height: 220px;
    margin-bottom: 40px;
    display: flex;
}
.protectmenu{
    width: 246px;
    height: 220px;
    background: url("/agency/yhx/images/home/protect.png");
    background-size: 100% 100%;
    color:#fff;
    box-sizing: border-box;
    padding: 30px 50px;
    
}
.protectmenu>div{
    font-size: 22px;
    margin-bottom: 20px;
}
.protectmenu>ul>li{
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}
.protectlist{
    flex:1;
    height: 220px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.protectlist .list{
    cursor: pointer;
    flex:1;
    height: 100%;
}
.protectlist .list:first-child{
    margin-right: 20px;
}
.protectlist .list h3{
    position: relative;
    text-indent: 10px;
    margin-bottom: 20px;
}
.protectlist .list h3::before{
    content: "";
    width: 6px;
    height: 20px;
    background-color: #2c79f9;
    position:absolute;
    left: 0;
    top: 4px;
}
.protectlist .list:nth-child(1) .todo{
    padding: 15px;
    box-sizing: border-box;
    height: 125px;
    background: url('/agency/yhx/images/home/jfzx.png');
    background-size: 100% 100%;
}
.protectlist .list:nth-child(2) .todo{
    padding: 15px;
    box-sizing: border-box;
    height:125px;
    background: url('/agency/yhx/images/home/kbxt.png');
    background-size: 100% 100%;
}
.protectlist .list .todo>div {
    width: 78%;
}

.protectlist .list:nth-child(1) .todo h4 a{
    color:#68be81;
    font-size: 18px;
    margin-bottom: 15px;
    text-decoration: none;
}
.protectlist .list:nth-child(2) .todo h4 a{
    color:#8b76ec;
    font-size: 18px;
    margin-bottom: 15px;
    text-decoration: none;
}
.protectlist .list .todo p {
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* 首页 知识产权服务 */
.server {
    width: 100%;
    height: 650px;
    margin-bottom: 40px;
    display: flex;
}
.servermenu{
    width: 246px;
    height: 650px;
    background: url("/agency/yhx/images/home/server.png");
    background-size: 100% 100%;
    color:#fff;
    box-sizing: border-box;
    padding: 30px 50px;
}
.servermenu>div{
    font-size: 22px;
    margin-bottom: 20px;
}
.servermenu>ul>li{
    font-size: 18px;
    line-height: 32px;
    margin-left: 36px;
    cursor: pointer;
}
.serverlist{
    width:954px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.serverlist h3{
    position: relative;
    text-indent: 10px;
    margin-bottom: 20px;
    display:flex;
    justify-content: space-between;
}
.serverlist h3::before{
    content: "";
    width: 6px;
    height: 20px;
    background-color: #e55f5f;
    position:absolute;
    left: 0;
    top: 4px;
}
.serverlist h3 .more{
    cursor: pointer;
    font-size: 14px;
    color:#9e9e9e;
}
.serverlist h3 .more img{
    margin-left: 10px;
}
.agency {
    width:100%;
    height:300px;
    margin-bottom: 20px;
}
.patentmarket {
    width:100%;
    height: 280px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.patentmarket .item{
    cursor: pointer;
    width: 23%;
}
.patentmarket .item .show {
    height: 186px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #f5f5f5;
}
.patentmarket .show img {
    height: 100%;
    width: 100%;
}
.patentmarket .title {
    background-color: #eee;
    height: 74px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.patentmarket .title p:nth-child(1){
    color: #000;
    font-size: 17px;
    width: 190px;
    text-overflow: ellipsis; /* 溢出显示省略号 */
    overflow: hidden; /* 溢出隐藏 */
    white-space: nowrap;  /* 强制不换行 */
}
.patentmarket .title p:nth-child(2){
    color: #606266;
    font-size: 14px;
}
.patentmarket .title p:nth-child(3){
    color: #e56161;
    font-size: 14px;
}
.serversmore {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
}
.serversmore>div {
    width: 32%;
}
.serversmore .train>div{
    width: 100%;
    height: 105px;
    background: url("/agency/yhx/images/home/peixun.png");
    background-size: 100% 100%;
}
.serversmore .rule>div{
    width: 100%;
    height: 105px;
    background: url("/agency/yhx/images/home/fagui.png");
    background-size: 100% 100%;
}
.serversmore .case>div{
    width: 100%;
    height: 105px;
    background: url("/agency/yhx/images/home/anli.png");
    background-size: 100% 100%;
}