* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.left-botton {
    cursor: pointer;
}

.right-botton {
    cursor: pointer;
}

.lawyer-introduction {
    cursor: pointer;
}

.header {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-head {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    object-fit: cover;
}

.outter {
    width: 100%;
    height: 96px;
    position: absolute;
    top: 70px;
}

@media screen and (min-width: 0px) {
    .nav-title {
        width: 1300px !important;
    }
    .nav-father{
        width: 1000px !important;
    }
}
@media screen and (min-width: 1520px) {
    .nav-title {
        width: 1500px !important;
    }
    .nav-father{
        width: 1200px !important;
    }
}

.nav-title {
    height: 96px;
    background-color: #ffffff;
    /* opacity: 0.7; */
    display: flex;
    margin: 0 auto;
}

.logo-left {
    width: 300px;
    height: 96px;
    background-color: #1E4183;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-left img {
    width: 239px;
    height: 63px;
}

/* 二级菜单 */
.nav-father {
    width: 1200px;
    height: 96px;
    position: relative;
}

.nav-father>ul {
    display: flex;
    /* justify-content: space-evenly; */
    justify-content: space-between;
}

.header-ul::before,
::after {
    content: '';
    display: block;
}

.nav-father>ul>li {
    font-size: 18px;
    line-height: 96px;
    text-align: center;
    float: left;
}

.nav-father ul>li>a:hover {
    font-size: 18px;
    color: #1E4183;
    cursor: pointer;
    border-bottom: 2px solid #1E4183;
}

.nav-father ul li .son {
    background-color: #fff;
    /* opacity: 0.9; */
    width: 122px;
    display: none;
    position: absolute;
    margin-left: -25px;
    z-index: 99;
}

.nav-father ul li .ywson {
    /* opacity: 0.9; */
    width: 190px;
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    margin-left: -57px;

  }


.nav-father ul li .son-last {
    background-color: #fff;
    /* opacity: 0.9; */
    width: 170px;
    display: none;
    position: absolute;
    margin-left: -45px;
}

.nav-father ul li:hover div {
    display: block;
}

.nav-father ul li div>a {
    display: block;
    line-height: 50px;
    /* opacity: 0.9; */
}

.nav-father ul li div>a:hover {
    color: #1E4183;
}

/* 头部标题 */

.title {
    width: 817px;
    position: absolute;
    left: 50%;
    bottom: 45%;
    margin-left: -410px;
}

.title h1 {
    width: 817px;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 20px;
}

.title .brown {
    width: 817px;
    height: 57px;
    background-color: #293e55;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.title .brown p {
    font-size: 30px;
    color: #ffffff;
    letter-spacing:0;

}
.title .brown p .txt{
    letter-spacing: 50px;
}

/* 公司介绍 */
main {
    width: 1200px;
    /* height: 100%; */
    margin: 0 auto;
}

.about-company {
    display: flex;
    margin: 80px 10px;
}

.qiantai {
    width: 534px;
    height: 404px;
}

.qiantai img {
    width: 534px;
    height: 404px;
    margin-left: 45px;
    font-size: 15px;
}

.swiper-pagination {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: white;
}

.swiper {
    width: 600px;
    height: 404px;
}

.more {

    width: 100px;
    height: 32px;
    border: solid 1px #1E4183;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-top: 30px;
}

.more a {
    text-decoration: none;
    color: #1E4183;

}

.introduce h2 {
    font-size: 43px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 25px;
}

.introduce div:nth-child(2) {
    width: 260px;
    font-size: 28px;
    line-height: 28px;
    border-bottom: 4px solid #1E4183;
    padding-bottom: 15px;
}

.introduce div:nth-child(3) {
    text-indent: 2em;
    line-height: 2em;
    margin-top: 25px;
}

.service {
    padding-bottom: 135px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.se-title {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 70px;
    width: 187px;
    text-align: center;
    font-size: 36px;
    color: #1E4183;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 50px;
}
.se-title .line{
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 187px;
	height: 2px;
	background-color: #999999;
}
.se-title::after {
    content: "";
    display: block;
    width: 32px;
	height: 6px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1E4183;
}


.ser-list {
    margin-top: 40px;
}

.ser-list ul {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
}

.ser-list ul::after {
    content: none;
}

.ser-list ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    height: 177px;
    box-sizing: border-box;
    margin-top: 40px;

}
.contract-list-box{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.contract-list {
    height: 270px;
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.contract-list  .cn{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #000000;
}

.contract-list  .en{
    font-family: Didot-HTF-B42-Bold;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 1px;
    text-align: center;
	color: #b77d00;
}

.contract-list .img-box{
    /* display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    line-height: 130px; */
    margin-bottom: 24px;
    height: 80px;
}
.contract-list .sp-img-box{
    position: relative;
    bottom: 45px;
}
.contract-list p:nth-child(2) {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #000;
    margin-bottom: 30px;
}

.contract-list p:nth-child(3) {
    font-size: 15px;
    line-height: 23px;
    color: #777;
    line-clamp: 3;
}

.contract-list a:nth-child(4) {
    font-size: 15px;
    line-height: 23px;
    color: #1E4183;
    line-clamp: 2;
    text-align: center;
    margin-left: 65px;
    margin-top: 5px;
}



/* 律师团队 */
.lawyer-team {
    width: 100%;
    height: 775px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.lawyer-team  .se-title{
    margin-top: 45px;
}
.two-slice {
    margin-top: -360px;
}

.showPerson{
    width: 332px !important;
	height: 685px !important;
}
.team-content {
    width: 1200px;
    height: 775px;
    /* background: url(../img/bg01.png) no-repeat; */
    /* background-size: 100% 100%; */
    /* background-attachment: fixed; */
    /* 不设置的话页面滑动时，背景会不铺满*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.team-content .person-info{
    width: 518px;
    overflow: hidden;
    position: absolute;
    left: 135px;
    top: 196px;
}
.team-content .person-info .p-title{
    font-family: AdobeHeitiStd-Regular;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #162c7c;
}
.team-content .person-info .p-title span{
    font-family: AdobeHeitiStd-Regular;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #162c7c;
}
.team-content .person-info .p-info{
    margin-top: 35px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #111111;
}
.team-content .person-info .p-intro{
    margin-top: 35px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #111111;
}

.banner-lawyer-team {
    position: absolute;
    width: 100%;
    height: 775px;
    object-fit: cover;
}

.lawyer-introduction {
    width: 985px;
    height: 532px;
    display: none;
}

.lawyer-introduction:first-child {
    display: block;
}

.img-boxes {
    position: absolute;
    right: 77px;
    bottom: 0;
    float: left;
    width: 332px ;
	height: 685px ;
    overflow: hidden;
}

.img-boxes .person-1 {
    width: 332px ;
	height: 685px ;
    object-fit: cover;
}

.intro-card {
    box-sizing: border-box;
    width: 586px;
    height: 498px;
    background-color: #ffffff;
    padding: 30px;
    top: 18px;
    float: right;
    margin-top: 17px;
    margin-right: -16px;
    /* display: none; */
}

.intro-card .intro-top {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px;
}

.intro-card .intro-center {
    color: red;
    text-indent: 2em;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 5px;
    color: #777777;

}

.intro-card .intro-center p {
    line-height: 27px;
}

.check-detail {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.check-detail a:first-child {
    width: 108px;
    height: 29px;
    text-align: center;
    font-size: 15px;
    line-height: 29px;
    color: #1E4183;
    border: 1px solid #1E4183;
}

.check-detail a:last-child {
    width: 108px;
    height: 29px;
    text-align: center;
    font-size: 15px;
    line-height: 29px;
    color: #777777;
    border: 1px solid #777;
}

.employed {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.employed div:first-child {
    font-size: 24px;
    color: #1E4183;
    margin-right: 30px;
}

.employed div:first-child span {
    border-bottom: 2px solid #bf9e6d;
}

.employed div:nth-child(2) {
    font-size: 15px;
    color: #a8a7a7;
}

.icon01 {
    width: 222px;
    height: 165px;
}

/* 成功案例 */
.success-case {
    width: 1200px;
    /* height: 488px; */
    margin: 0 auto;
}
.success-case .se-title{
    margin: 94px auto;
} 

.success-case .cases-name {
    display: flex;
    margin-bottom: 50px;
}

.success-case .cases-name p {
    font-size: 36px;
    color: #1E4183;
}

.success-case .cases-name a {
    font-size: 18px;
    color: #777;
    padding-left: 18px;
    padding-top: 20px;
}

.success-case .cases {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.success-case .cases ul {
    width: 1200px;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.success-case .cases ul li {
    list-style: none;
    display: block;
    margin-right: 45px;
    margin-top: 5px;
}

.success-case .cases ul li .date {
    width: 94px;
    height: 94px;
    background-color: #1E4183;
    box-sizing: border-box;
}

.success-case .cases ul li .date p {
    font-size: 49px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.success-case .cases ul li .date span {
    display: block;
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.success-case .cases ul li .txt {
    width: 461px;
    height: 94px;
    margin-top: 0px;
    border: solid 1px #1E4183;
    box-sizing: border-box;
}

.success-case .cases ul li .txt p {
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    padding-left: 12px;
}

.success-case .cases ul li .txt .min-span {
    width: 365px;
    height: 42px;
    overflow: hidden;
}

.success-case .cases ul li .txt .min-span span {
    display: block;
    font-size: 15px;
    padding-left: 12px;
    line-height: 23px;
    color: #777;

}

.check-more .check-btn {
    display: block;
    font-size: 18px;
    color: #1E4183;
    text-align: center;
    line-height: 100px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.twoes {
    display: flex;
    width: 555px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.line-point img {
    margin-top: 10px;
    margin-left: 44px;
    /* display: none; */
}

.cases ul li:nth-last-child(2) .line-point img {
    display: none;
}

.cases ul li:last-child .line-point img {
    display: none;
}

.last {
    width: 1920px;
    height: 726px;
    margin: 0 auto;
    position: relative;
}

/* 照片列表 */
.imgs {
    width: 100%;
    /* margin: 0 auto; */
}

.img-list {
    margin-left: -88px;
    display: flex;
   
    width: 1200px;
    box-sizing: border-box;
    padding: 0 80px;
    height: 112px;
}
.img-list li:nth-child(1){
  margin-left: 0;
}

.img-list li {
    width: 214px;
    height: 112px;
    margin-left: 29px;
    cursor: pointer;
    background: rgba(15, 33, 89, .8);
    box-sizing: border-box;
}
.img-list li .persin-name{
    display: none;
}

.img-list li img {
    margin: 1px;
    width: 163px;
	height: 108px;
    cursor: pointer;
    object-fit: contain;
}

.personList {
    position: absolute;
    padding: 0 82px;
    box-sizing: border-box;
    bottom: 44px;
    width: 1200px;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.checkImg {
    display: flex;
    width: 282px !important;
	height: 112px !important;
    padding: 2px !important;
    background: rgba(15, 33, 89, .8) !important;
    box-sizing: border-box !important;
    /* object-fit: cover !important; */
}
.checkImg img{
    height: 106px !important;
}
.checkImg .persin-name{
    display: block !important;
    min-width: 119px !important;
	height: 110px !important;
    /* background: rgba(15, 33, 89, .8) !important; */
    object-fit: cover !important;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
}
.checkImg .persin-name div:nth-child(1){
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	/* line-height: 30px; */
	letter-spacing: 0px;
	color: #ffffff;
    box-sizing: border-box;
}
.checkImg .persin-name div:nth-child(2){
    margin-top: 10px;
    font-family: MyriadPro-Regular;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	/* line-height: 30px; */
    box-sizing: border-box;
	letter-spacing: 0px;
	color: #ffffff;
    
}
.arrow {
    width: 1300px;
    /* height: 600px; */
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.left-botton {
    text-align: left;
    position: absolute;
    left: 0;

}

.right-botton {
    text-align: right;
    position: absolute;
    right: 0;
}


.three-block {
    width: 100%;
    height: 830px;
    /* background-image: url(../img/bg02.png); */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    display: flex;
    justify-content: center;
    align-items: center;

}

.three-img {
    position: relative;
    width: 100%;
    height: 830px;
    object-fit: cover;
    /* object-fit: contain; */
}

.fix {
    position: absolute;
}

.empty {
    width: 1303px;
    height: 593px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
}

.three {
    width: 1022px;
    height: 539px;
    position: absolute;
    margin-top: -60px;
}

.three-head {
    width: 1005px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-left: 64px;
}

.line-x {
    width: 101px;
	height: 2px;
    background-color: #CEAD7D;
    margin: 8px auto 0 auto;
    /* display: none; */
}

.line-y {
    width: 101px;
	height: 2px;
    background-color: #CEAD7D;
    margin: 8px auto 0 auto;
    display: none;
}

.line-z {
    width: 101px;
	height: 2px;
    background-color: #CEAD7D;
    margin: 8px auto 0 auto;
    display: none;
}

.three-head p {
    padding: 0px 55px 0px 55px;
    font-size: 25px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

/* *::after{
    content: none;
} */

.three-head p:hover {
    color: #edb96d;
}

.active p {
    color: #edb96d;
}

.three-bottom {
    width: 100%;
    /* height: 430px; */
    margin-top: 70px;
    /* display: none; */
}

.three-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.three-bottom ul li {
    display: block;
    width: 340px;
    height: 44px;
}

.three-bottom ul li a {
    line-height: 44px;
    text-align: center;
}

.three-bottom p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #010000;
    line-height: 44px;
}

.btn-three {
    margin-top: 520px;
}

.slice-three {
    /* display: flex; */
    display: none;
    text-align: center;
}

.btn-three a {
    width: 123px;
    height: 32px;
    display: block;
    border: solid 1px  #b18d59;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    color: #b18d59;
}

.law-firm {
    width: 950px;
    margin: 0 auto;
}

.law-firm>.se-title {
    margin: 0 auto;
    margin-top: 99px;
    width: 150px;
    font-size: 36px;
    color: #1E4183;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 106px;
}
.law-firm .law-box{
    display: flex;
    margin-bottom: 105px;
}
.law-firm .law-box  .left img{
    width: 600px;
	height: 363px;
}
.law-firm .law-box  .right .law-img-box {
    display: flex;
}
.law-firm .law-box  .right .law-img-box:nth-child(1) img {
    margin-left: 13px;
}
.law-firm .law-box  .right .law-img-box:nth-child(2) img {
    margin-left: 13px;
    margin-top: 12px;
}
.law-firm .law-box  .right img{
    width: 284px;
	height: 176px;
}
.just-photo {
    width: 100%;
}

.case-box {
    /* width: 100%; */
    height: 570px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.case-box .item {
    width: 300px;
    height: 175px;
    margin-bottom: 14px;
    transition: all 0.4s;
    position: absolute;
    left: 0;
}

.case-box .item.top {
    top: 0;
}

.case-box .item.bottom {
    bottom: 0;
}

.case-box .item.left02 {
    left: 315px;
}

.case-box .item.left03 {
    left: 630px;
}

.case-box .item.top02 {
    top: 188px;
}

.case-box .item.bottom02 {
    bottom: 188px;
}

.case-box .item.activing {
    width: 615px;
    height: 363px;
    z-index: 1;
}

.case-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






.last {
    width: 100%;
    height: 688px !important;
    margin: 0 auto;
    position: relative;
}

.last-img {
    width: 100%;
    height: 688px !important;
    object-fit: cover;
}

.real-last {
    position: absolute;
    margin-top: -779px;
    width: 100%;
}

.last-up {
    width: 1200px;
    margin: 0 auto;
}

.last-line {
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}

.last-down {
    width: 1200px;
    margin: 0 auto;
}

.logo-name {
    width: 310px;
    height: 70px;
    margin: 0 auto;
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
}

.law-name {
    width: 222px;
}

.law-name h6 {
    font-size: 24px;
    color: white;
    font-weight: normal;
}

.law-name span {
    font-size: 12px;
    color: white;
}

.law-name p {
    padding-top: 5px;
    font-size: 12px;
    color: white;
}

.eight {
    width: 1006px;
    /* height: 85px; */
    margin: 0 auto;
    margin-top: 60px;
}

.line-1 {
    display: flex;
    justify-content: space-between;
}

.line-1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.line-1 ul li {
    display: block;
    width: 200px;
    height: 64px;
    text-align: center;
}

.line-1 ul li a {
    font-size: 18px;
    color: white;
}

.wechat {
    width: 110px;
    /* height: 136px; */
    margin: 0 auto;
    margin-top: 50px;
}

.wechat p {
    font-size: 18px;
    color: white;
    padding-top: 12px;
}

.law-site {
    width: 642px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: white;
    margin-top: 30px;
}

.file-no {
    width: 412px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 12px;
    color: white;
}

.dynamic {
    width: 1128px;
    height: 448px;
    margin-top: 82px;
    margin-left: -50px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    display: block;
}

.dynamics {
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: space-between;
}

.dynamic-left {
    /* width: 100px; */
    height: 50px;
    margin-top: -4px;
}

.dynamic-right {
    width: 975px;
    height: 75px;
}

.dynamic-left p {
    font-size: 28px;
    font-weight: normal;
    color: #777;
}

.dynamic-left span {
    font-size: 18px;
    color: #777;
    font-weight: bold;
    padding-left: 20px;
}

.point {
    display: flex;
}

.point h6 {
    font-size: 27px;
    color: #c5c4c4;
    margin-top: -10px;
    padding-right: 10px;
}

.dynamic-right p {
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}

.dynamic-right span {
    font-size: 15px;
    color: #777;
}


.law {
    width: 1128px;
    height: 448px;
    margin-top: 82px;
    margin-left: -50px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.laws {
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: space-between;
}

.law-left {
    width: 100px;
    height: 50px;
    margin-top: -4px;
}

.law-right {
    width: 975px;
    height: 75px;
}

.law-left p {
    font-size: 28px;
    font-weight: normal;
    color: #777;
}

.law-left span {
    font-size: 18px;
    color: #777;
    font-weight: bold;
    padding-left: 20px;
}

.point {
    display: flex;
}

.point h6 {
    font-size: 27px;
    color: #c5c4c4;
    margin-top: -10px;
    padding-right: 10px;
}

.law-right p {
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}

.law-right span {
    font-size: 15px;
    color: #777;
}

.se-list{
     display: flex;
     width: 1200px;
     /* justify-content: space-between; */
     flex-wrap: wrap;
}

.se-list a{
   margin-top: 50px;
    width: 20%;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid #C9C9C9;
    text-align: center;
    font-size: 20px;
    margin-right: 6.4%;
    cursor: pointer;
}
.se-list a:nth-child(4n){
    margin-right: 0%;
}   