.patriarch-wrap{
    padding: 40px;
   /*  background: url("../../img/patriarch/p1.jpg"); */
    background-size: cover;

}
.patriarch-top{
    overflow: hidden;
    text-align: center;
    /*width: 99%;
    position: relative;
    margin: 0 auto;*/
}
.patriarch-ul-wrap{
    font-size: 0;
}
.patriarch-ul-wrap .cur{
    background: rgb(251, 51, 75);
}
.patriarch-ul-wrap .cur a{
    position: initial;
    padding-left: 1px;
}
.patriarch-ul-wrap .cur span{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 20px;
}
.patriarch-ul-wrap li{
    float: left;
    width:24.166666%;
    height:150px;
    background: rgba(255, 255, 255, 0.9);
    /*display: inline-block;*/
    list-style: none;
    margin-right: 1.1%;
    margin-bottom: 1.1%;
    padding-left: 15px;
    padding-bottom: 20px;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.patriarch-ul-wrap .cur:hover{
    background:rgb(251, 51, 75) ;
}
.patriarch-ul-wrap li:hover{
    background: rgba(255, 255, 255,1);
}
.patriarch-ul-wrap li:hover a{
    color: rgb(251, 51, 75);
}
.patriarch-ul-wrap li a{
    font-size: 12px;
    color: #333;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 20px;
}
.patriarch-ul-wrap li a:hover{
    color: rgb(251, 51, 75);
}
.patriarch-ul-wrap li:nth-child(4){
    margin-right: 0;
}
.patriarch-ul-wrap li:nth-child(8){
    margin-right: 0;
}
.patriarch-sub-wrap{
    width: 180px;
    position: absolute;
    bottom: 0px;
}
.patriarch-sub-wrap li{
    width:auto;
    height:auto;
    background: rgba(255,255,255,0);
    padding: 0;
    padding-right: 15px;
    padding-bottom: 15px;
    margin: 0;

}
.patriarch-sub-wrap li a{
    position: relative;
    bottom: 0px;

}
.patriarch-bottom{
    text-align: center;
    /*font-size: 0;*/
    overflow: hidden;
   /* width: 99%;
    position: relative;
    margin: 0 auto;*/
}
.patriarch-bottom >div{
    float: left;
   /* display: inline-block;*/
    width: 49.39%;
    margin-right: 15px;
    background: rgba(255,255,255,0.9);
    padding: 20px 15px;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.patriarch-bottom-l{

}
.patriarch-bottom .patriarch-bottom-l{
    margin-right: 0px;
}
.l-box{
    float: left;
    width: 15%;
    height: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: bold;

}
.l-box a{
    color: #555;
}
.l-box a:hover{
    color: #000;
}
.l-box span:nth-child(2){
    display: block;
    width: 20px;
    height: 20px;
    background: rgb(251, 51, 75);
    margin-top: 20px;
}
.r-box{
    float: left;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    width: 84%;
}
.r-box ul{
    list-style: none;
}
.r-box ul li{
    text-align: left;
    font-size: 12px;
    /*padding-bottom: 10px;*/
}
.r-box ul li:hover span{
    color:rgb(251, 51, 75);
}
.r-box ul li a{
    color: #333;
}
.r-box ul li a p{
    display: inline-block;
    width: 80%;
    line-height: 160%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.r-box ul li a p:hover{
    color: rgb(251, 51, 75);
}
.r-box ul li span{
float: right;
    font-family: Arial,Helvetica,sans-serif;
    color: #888;
    font-size: 12px;
    margin-top: 3px;
}
@media only screen and (min-width: 1680px){
    .patriarch-bottom >div{
        width: 49.4999%;
    }
}
@media only screen and (max-width: 1340px){
    .patriarch-bottom >div{
        width: 49.3333%;
    }
    .l-box{
        width: 20%;
    }
    .r-box{
        width: 80%;
    }
}
@media only screen and (max-width: 1240px){
    .patriarch-bottom >div{
        width: 49.3%;
    }
    .l-box{
        width: 15%;
    }
    .r-box{
        width: 85%;
    }
}
@media only screen and (max-width: 1167px){
    .patriarch-bottom >div{
        width: 49.2%;
    }
    .r-box ul li a p{
        width: 65%;
    }
}
@media only screen and (max-width: 1040px){
    .patriarch-bottom >div{
        width: 100%;
    }
}
@media only screen and (max-width: 680px){
    .patriarch-ul-wrap li{
        width: 48.9%;
    }
}
@media only screen and (max-width: 480px){

    .patriarch-ul-wrap li {
        width: 100%;
    }
    .patriarch-sub-wrap li{
        width: auto;
    }
}