/* .entry {
    background: #F5F5F5;
    width:100%
}
.entry .mt-3, .my-3 {
    margin-top: 0!important;
} */
.home__module__title {
    position: relative;
    margin: 52px 0 19px;
    border-bottom: 1px solid #CCC;
}
.home__module__title h2 {
    margin-bottom: 7px;
    font-size: 24px;
}
.home__module__title p {
    margin-bottom: 7px;
}
.home__module__bottom__line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 94px;
    height: 5px;
    background: linear-gradient(180deg, #F7680A 0%, #F88115 48%, #F99E1E 100%);
}
.entry .menu__item img {
    width: 16px;
    margin-right: 20px;
    margin-right: 4px;
} 

.main__area {
    margin-bottom: 30px;
}

.main__area .intro__area {
    margin-top:24px;
    display: flow-root;
}
.main__right .main__area {
    padding: 0 76px 0 78px;
}
.intro__area span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #333;
}
.intro__area p {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #666;
}
.main__area  .port__info__more {
    float: right;
    cursor: pointer;
    /* text-align: center; */
}
.port__info__more span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
}
  
.main__area  .port__info__more__line {
    display: inline-block;
    margin: 0 8px -2px;
    width: 1px;
    height: 14px;
    background-color: #333;
}

.three_area .port__info__list {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.three_area .port__info__item {
    position: relative;
    padding-bottom: 30px;
    width: 32%;
    background: #F5F5F5;
}
.three_area li {
    position: relative;
    padding-bottom: 59px;
    width: 32%;
    margin-left: 2%;
    background: #F5F5F5;
}
.three_area li:first-child{
    margin-left: 0;
}
  
.three_area .port__info__item:hover {
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.three_area .port__info__item:hover .port__info__more {
    transform: translateX(8px);
}

.three_area .port__info__item:hover .port__info__title{
    color: #1158AA;
}
  
.three_area .port__info__img {
    margin-bottom: 10px;
    /* height: 161px; */
}
.three_area .port__info__img img{
    width: 100%;
}  

.three_area .port__info__title {
    margin: 0;
    margin: 0 9px 12px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    /* text-align: center; */
}
  
.main__area .port__info__content {
    margin: 0 9px 12px 12px;
    padding-top: 14px;
    border-top: 1px solid #CCC;
    height: 106px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
    /*text-align:justify;*/
}

.three_area .port__info__more {
    margin-right: 14px;
    transition: all .2s ease 0s;
}

/* .three_area .port__info__more:hover {
    transform: translateX(4px);
} */

.main__right .info_area{
    padding: 24px 78px;
}
.main__right .introduction {
    margin-top: 40px;
    margin-bottom: 60px;
}

.main__right  .introduction li {
    list-style-type:none;
} 
.main__right  .introduction img{
    width: 16px;
    height: 16px;
}

.main__right  .introduction span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}

.port__information .menu__item img{
    width: 16px;
    margin-right:  20px;
}

.right__area {
    width: 30%;
    float: right;
    margin-top: 56px;
}
.right__area .port__list li{
    list-style: none;
    margin-bottom: 20px;
}
.right__area .port__list .port__title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #333;
}
.port__title__active {
    color: #1158AA!important;
}

.left__area .exhibition-img1 .lazyload {
    width:100%
}
.main__area .left__area .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 50%;
}
.main__area .left__area .swiper-pagination-bullet {
     border: unset;
     /* background: #fff; */
}
.swiper-pagination-bullet {
    background: #fff!important;
}

.main__area .left__area .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 12px 0 8px;
    background: #010101;
    opacity: 0.55;
}

/* .swiper-container .swiper-pagination {
	bottom: 0px;
	width: auto;
}
.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
} */
/* @media (min-width: 1200px){
    .container {
        max-width: 1200px!important;
        margin: 0 auto;
    }
} */