@charset "utf-8";
@import url('fontawesome-all.css');
/* CSS Document */

/* *{ -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{margin:0; padding:0; outline: none;}
body{overflow-x:hidden; max-width: 1920px; margin: 0 auto; font:14px/1.4 '微软雅黑','Arial'; font-weight: 500; background:#fff;color:#666666; -webkit-font-smoothing: antialiased;/*这个属性可以使页面上的字体抗锯齿*/ }
a{ text-decoration:none; color:#666666;}
/*a:hover,a:hover *{ color: #b40002;}*/
li{ list-style:none;}
i,em{ font-style:normal;}
/* .fl{float:left;}
.fr{ float:right;} */
.clearfix:after{ content: ''; display: block; clear:both; width: 0; height: 0;}
img{ vertical-align:middle; border:none; max-width:100%;}
.img{ width: 100%; height: 100%; object-fit: cover;}
input,textarea,select{ font-size: var(--text-size); font-family: 'Microsoft Yahei'; color: #666; font-weight: 500;}
input:focus,textarea:focus,select:focus{ outline: none;}

::-webkit-input-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
:-moz-placeholder{color: #aaa;}
:-ms-input-placeholder{color: #aaa;}
::placeholder{color: #aaa;}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width:5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(0,0,0,0.4);
}



.over { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.over2 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2;}
.disFlex{ display: flex; justify-content: space-between; align-items: center;}
.disFlexc{ display: flex; justify-content: center; align-items: center;}
.disFlexs{ display: flex; flex-direction: column; justify-content: center; align-items: center;}

.wrapper { width: 1440px; margin: 0 auto; max-width: 100%;}
.wrap{ width: 1200px; margin: 0 auto; max-width: 100%;}
@media screen and (max-width: 1500px){
	.wrapper{ padding: 0 50px; box-sizing: border-box;}
}

.textlinear{ -webkit-background-clip:text; -webkit-text-fill-color: transparent;}

/* top */
.top{ position: fixed; top: 0; left: 0; z-index: 100; width: 100%; background-color: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.09);}
.top .logo{ position: relative; z-index: 1; width: 177px;}
.logo > img{ width: 100%;}
.top .nav{ width: 75%;}
.top .nav ul{ width: 100%;}
.top .nav ul li{ position: relative; z-index: 1;}
.top .nav ul li.allmenu{ position: static;}
.top .nav ul li > a{ position: relative;font-size:16px; z-index: 1; display: flex; justify-content: center; align-items: center; min-width: 2em; line-height: 90px; padding: 0 1.5vw; background: url(../img/menu-bord.png) no-repeat center right;}
.top .nav ul li.active > a{ color: #222; font-weight: bold;}
.top .nav ul li.active > a::after{ content: ''; position: absolute; top: 1.5vw; left: 0; right: 0; width: 6px; height: 6px; border-radius: 50%; margin: 0 auto; background-color: #222;}
.top .nav ul li .submenu{ display: none; position: absolute; top: 100%; left: -10px; z-index: 10; width: calc(100% + 20px); background-color: #fff; border-radius: 0 0 5px 5px; overflow: hidden;}
.top .nav ul li:hover .submenu{ display: block;}
.top .nav ul li:hover .submenu a{ display: block; line-height: 40px; text-align: center; color: #888;}
.top .nav ul li:hover .submenu a:hover{ background-color: #f6f6f6; color: #222;}
.top .nav ul li.allmenu:hover .dropmenu{ display: block;}
.top .sear{ position: relative; z-index: 1;}
.top .sear .searbtn{ position: absolute; top: 4px; right: 5px; width: 32px; height: 32px; background: url(../img/searbtn.png) no-repeat center;}
.top .sear input{ width: 200px; height: 40px; border: 0 none; border: 1px solid #ccc; background-color: rgba(255, 255, 255, 0.7); padding: 0 45px 0 15px; border-radius: 20px; box-sizing: border-box;}

.dropmenu{ position: absolute; top: 90px; left: 0; z-index: 999; width: 100%; background-color: #d3f6ea; display: none;}
.dropmenu .menulist{ align-items: unset; /*text-transform: uppercase;*/}
.dropmenu dl{ width: 20%; padding: 2vw 2.5vw 1.5vw; border-left: 1px solid #fff;}
.dropmenu dt{ margin-bottom: 10px;}
.dropmenu dt .cn{ margin-top: 8px; line-height: 1.2; font-size: 24px; color: #222; font-weight: lighter;}
.dropmenu dt .en{ color: #368686;}
.dropmenu dd a{ position: relative; z-index: 1; display: block; line-height: 2; padding-left: 10px;}
/*.dropmenu dd a::before{ content: ''; position: absolute; top: 9px; left: 0; z-index: 1; width: 2px; height: 2px; border-radius: 50%; background-color: #666;}*/
.dropmenu dd:hover a{ color: #1d605f; font-weight: bold;}

.fixr{ position: fixed; right: 10px; bottom: 15%; z-index: 1000; width: 38px; background-color: #fff; box-shadow: -10px 10px 8px rgba(0,0,0,0.09); border-radius: 8px;}
.fixr img{ width:60%}
.fixr .ewm img{ width:100%}
.fixr p{text-align: center;}
.fixr .item{ position: relative; z-index: 1; padding: 20px 0px; cursor: pointer;}
.fixr .item:not(:last-child)::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; width: 40px; margin: 0 auto; border-bottom: 1px solid rgba(0,0,0,0.1);}
.fixr .ewm{ display: none; position: absolute; right: calc(100% + 15px); top: 0; z-index: 10; width: 110px; height: 110px; box-shadow: 0 0 10px rgba(0,0,0,0.2); background-color: #fff;}
.fixr .ewm::after{ content: ''; position: absolute; right: -10px; top: calc(50% - 10px); border-style: solid; border-width: 8px 0 10px 10px; border-color: transparent transparent transparent #fff;}
.fixr .tel{ display: none; position: absolute; right: calc(100% + 15px); top: 0; bottom: 0; z-index: 10; width: 150px; height: 50px; line-height: 50px; margin: auto; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 6px; font-size: 18px; font-family: 'din-mm'; padding: 0 15px; box-sizing: border-box; background-color: #fff;}
.fixr .tel::after{ content: ''; position: absolute; right: -10px; top: calc(50% - 10px); border-style: solid; border-width: 8px 0 10px 10px; border-color: transparent transparent transparent #fff;}
.fixr .item:hover .ewm{ display: block;}
.fixr .item:hover .tel{ display: block;}

/*  */
.container{ position: relative; z-index: 1;}
.banner{ position: relative; z-index: 1;}
.banner .swiper-slide > img{ height: 100%; object-fit: cover;}
.nban{ position: relative; z-index: 1;}
.banfont{ position: absolute; top: 45%; left: 0; z-index: 10; width: 100%; text-align: center;}
.banfont .bantxt{ opacity: 0; transform: translateY(200px); transition: 0.4s;}
.banfont .bansm{ margin-top: 2.8vw; opacity: 0; transform: translateY(200px); transition: 0.5s;}
.banner .swiper-slide.active .bantxt{ opacity: 1; transform: translateY(0);}
.banner .swiper-slide.active .bansm{ opacity: 1; transform: translateY(0);}
.banner .banbtn{ position: absolute; bottom: 2vw; left: 0; right: 0; z-index: 10; width: 1200px; margin: 0 auto;}
.banner .banbtn .swiper-styled-pagination{ text-align: left; font-size: 20px; color: #221814;}
.banner .banbtn .swiper-styled-pagination .ctemp{ font-size: 40px;}
.banner .banbtn .btn{ position: absolute; bottom: 18px; left: 120px; width: 50px; height: 25px;}
.banner .banbtn .swiper-button-prev{ left: 0; top: 0; margin-top: 0; width: 15px; background: url(../img/ban-l.png) no-repeat center; height: 25px;}
.banner .banbtn .swiper-button-next{ right: 0; top: 0; margin-top: 0; width: 15px; background: url(../img/ban-r.png) no-repeat center; height: 25px;}
.banner .banbtn .swiper-button-prev::after,
.banner .banbtn .swiper-button-next::after{ content: ''; display: none;}
.banner .banbtn .btn i{ width: 6px; height: 6px; border-radius: 50%; background-color: #ca2929;}


.footop{ position: relative; z-index: 1; padding: 4.5vw 0; background-color: #dff1f1;}
.footop .footlogo{ width: 177px;}
.footop .wrapper{ align-items: unset;}
.footop .items{ margin-top: 20px;}
.footop .items .item{ justify-content: flex-start; align-items: flex-start; padding-left: 35px; margin-top: 10px; max-width: 320px;}
.footop .items .item.s1{ background: url(../img/footicon1.png) no-repeat left top 2px;}
.footop .items .item.s2{ background: url(../img/footicon2.png) no-repeat left top 2px;}
.footop .items .item.s3{ background: url(../img/footicon3.png) no-repeat left top 2px;}
.footop .items .item span{ font-size: 16px; color: #222; white-space: nowrap;}
.footop .items .item .tel{ font-size: 20px; font-weight: bold; color: #27b0a7;}
.footop .ewm{ margin-left: 2vw; margin-top: 3vw;}
.footop .fr{ justify-content: space-between; align-items: flex-start; border-left: 1px solid #b6d4d4;}
.footop .fr dl{ margin-left: 3.2vw;}
.footop .fr dt{ margin-bottom: 10px; color: #222;}
.footop .fr a{ line-height: 30px; white-space: nowrap;}
.footbm{ padding: 15px 0; color: #3bb4ac; background-color: #b9e9e9;}
.footbm a{ color: #48b9b1;}
.footbm .fr img{ margin-right: 10px;}


/* igsjj */
.igsjj{ position: relative; z-index: 1; padding: 120px 0 120px; background: url(../img/ijjbg.png) no-repeat right top 85px;}
.igsjj .wrapper{ position: relative; z-index: 1;}
.igsjj .wrapper .bord{ position: absolute; top: -60px; left: 0; z-index: 1; width: 180px; border-bottom: 1px solid #666; transform: translateX(-50%);}
.igsjj .content{ margin-top: 40px; align-items: flex-start;}
.igsjj .fl{ width: 56.25%;}
.igsjj .txt{ line-height: 26px; color: #222;}
.igsjj .imore{ margin-top: 30px; width: 180px; height: 50px; background-color: #f3f3f3; border-radius: 50px; color: #999;}
.igsjj .pic{ margin-top: 50px;width:70%;}
.igsjj .fr{ width: 36%;}

.itype{ background: url(../img/itypebg.jpg) no-repeat center / cover;}
.itype .item{ position: relative; z-index: 1; width: 20%; min-height: 100vh; padding: 7.5vw 30px; background: url(../img/itypebg2.png) no-repeat center / cover; box-sizing: border-box;}
.itype .item .show{ align-items: flex-start; position: absolute; bottom: 4vw; left: 30px; z-index: 10; width: calc(100% - 60px); font-size: 30px;}
.itype .item .icon{ width: 74px;}
.itype .item .en{ color: #a0f2ee;}
.itype .item .en_c{ display: none; font-size: 20px; color: #a0f2ee;}
.itype .item:hover .en{ display: none;}
.itype .item:hover .en_c{ display: block;}
.itype .item .cn{ color: #fff; font-weight: lighter;}
.itype .item:hover .cn{ font-weight: bold;}
.itype .item .typelist{ display: none; padding-top: 30px;}
.itype .item .typelist a{ display: block; line-height: 30px; color: #e1fffe; text-align: center;}
.itype .item .typelist a.more{ margin-top: 30px;}
.itype .item .typelist a:hover{ color: #fff; font-weight: bold;}
.itype .item:hover{ background-image: url(../img/itypebg1.png);}
.itype .item:hover .show{ align-items: center; position: static; width: 100%; text-align: center;}
.itype .item:hover .typelist{ display: block !important;}


.inews{ padding: 120px 0;}
.inews .content{ margin-top: 60px;}
/* #news-svg { position: relative; width: 226px; height: 1115px;}
/* 圆点样式 */
/* .default-dot { fill: none; stroke: #c4c4c4; stroke-width: 1px; transition: all 0.3s ease;} */
/* .active-dot { fill: none; stroke: #000; stroke-width: 1px;} */
/* 第一个圆点的特殊样式 */
/* #dot1 { fill: none; stroke: #000; stroke-width: 1px;} */
/* 确保图标在最上层 */
/* #moving-icon { z-index: 10;} */

/* 中间SVG区域 */
.svg-section { position: relative; background-color: #fff; padding: 50px 0; z-index: 5;}
.svg-container { width: 300px; margin: 0 auto; position: relative; height: 1000px;}
#news-svg { width: 100%; height: 100%;}

/* 图标容器 - 精确定位 */
#icon-container { position: fixed; /* 改为fixed定位解决误差 */ width: 60px; height: 60px; transform: translate(-50%, -50%); pointer-events: none; z-index: 20; will-change: transform; /* 优化性能 */}
#moving-icon { width: 100%; height: 100%; filter: drop-shadow(0 0 5px rgba(0,0,0,0.3)); transition: transform 0.2s ease;}

/* 圆点样式 */
.dot { fill: none; stroke-width: 1px; transition: all 0.3s ease;}
.dot-gray { stroke: #c4c4c4;}
.dot-active { stroke: #000; fill: none;}

.inewlist{ width: 74%; border-top: 1px solid rgba(0,0,0,0.2);}
.inewlist .item{ padding: 40px 0; border-bottom: 1px solid rgba(0,0,0,0.2);}
.inewlist .item .fl{ width: 130px;}
.inewlist .item img{ width: 36.4%;}
.inewlist .item .fr{ width: 41%;}
.inewlist .item .fl .day{ line-height: 0.9; font-family: Arial; color: #1d605f; font-size: 60px;}
.inewlist .item .fl .year{ font-family: Arial; color: #333; font-size: 18px;}
.inewlist .item .fl .op{ margin-top: 10px; color: #ccc;}
.inewlist .item .fl::after{ content: ''; display: block; margin-top: 45px; width: 16px; border-bottom: 2px solid #1d605f;}
.inewlist .item .fr .name{ font-size: 20px; color: #333;}
.inewlist .item .fr .sm{ margin-top: 25px; -webkit-line-clamp: 3;}
.inewlist .item .fr .more{ margin-top: 25px; width: 160px; height: 42px; border-radius: 50px; border: 1px solid #ccc; color: #ccc; overflow: hidden;}
.inewlist .item:hover .more{ background-image: linear-gradient(to right, #29fdf3, #1e5e5e); border-color: #fff; color: #fff; font-weight: bold;}



/* 1-1 */
.nbanner{ position: relative; z-index: 1;}

.yd{ border-bottom: 1px solid rgba(0,0,0,0.1);}
.yd .home img{ margin-right: 20px;}
.yd .home span{ font-weight: bold; color: #222;}
.yd .home,
.yd .home a{ margin: 0 4px;}
.yd ul{ margin-right: -1.5vw;}
.yd li a{ height: 59px; padding: 0 1.5vw;}
.yd li.active a{ font-weight: bold; color: #222;}

.block1{ padding: 80px 0; align-items: flex-start;}
.block1 .fl{ width: 280px;}
.block1 .fl .sec{ margin-bottom: 2px;}
.block1 .fl .sec dt{ background-color: #208580;}
.block1 .fl .sec.active dt{ background-image: linear-gradient(154deg, #29fdf3, #1e5f5e 85%);}
.block1 .fl .sec dt a{ justify-content: flex-start; height: 60px; padding: 0 20px 0 30px;}
.block1 .fl .sec dt img{ margin-right: 10px;}
.block1 .fl .sec dt .cn{ line-height: 1.2; font-size: 24px; color: #fff;}
.block1 .fl .sec dt .en{ color: #a0f2ee;}
.block1 .fl .sec dd{ display: none;}
/*.block1 .fl .sec.active dd{ display: block;}*/
.block1 .fl .sec dd .itm > a{ position: relative; z-index: 1; margin-top: 2px; line-height: 1.6; height: 45px; padding: 0px 10px 0px 38px; border: 1px solid #dff1f1;}
/*.block1 .fl .sec dd .itm > a::before{ content: ''; position: absolute; left: 30px; top: 0; bottom: 0; width: 2px; height: 2px; margin: auto; background-color: #666; border-radius: 50%;}*/
/*.block1 .fl .sec dd .itm > a::after{ content: ''; position: absolute; right: 30px; top: 0; bottom: 0; width: 28px; height: 28px; margin: auto; background: url(../img/menu-r2.png) no-repeat center; border: 1px solid #c1e2e2; border-radius: 50%;}*/
.block1 .fl .sec dd .itm.active > a{ background-color: #dff1f1; color: #368686; font-weight: bold;}
.block1 .fl .sec dd .itm.active > a::before{ background-color: #368686;}
.block1 .fl .sec dd .itm.active > a::after{ background-image: url(../img/menu-r1.png);}
.block1 .fl .sec dd .itm .thr a{ display: block; padding: 12px 70px 12px 38px; border-bottom: 1px solid #dff1f1;}

.block1.flmenu .fl .sec dt a{ color: #fff; font-size: 20px; background-color: #208580; height: 60px;}
.block1.flmenu .fl .sec.active dt a{ background-image: linear-gradient(154deg, #29fdf3, #1e5f5e 85%);}
.block1 .fl .sec dd .itm.active .thr a.active{ position: relative; z-index: 1; color: #368686;}
.block1 .fl .sec dd .itm.active .thr a.active::after{ content: ''; position: absolute; right: 30px; top: 0; bottom: 0; width: 30px; height: 30px; margin: auto; background: url(../img/menu-r3.png) no-repeat center;}


.block1 .fr{ width: 860px;}
.block1 .fr .title{ margin-top: -6px; padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,0.1);}
.block1 .fr .title .name{ max-width: 100%; font-size: 24px; color: #222222;}
.block1 .fr .title .item{ padding: 0 32px; margin-left: 6px; line-height: 40px; border: 1px solid #dff1f1;}
.block1 .fr .title .item.active{ background-color: #dff1f1; color: #368686;}
.block1 .fr .option .item{ margin-top: 25px;}
.block1 .fr .option .item .name{ justify-content: flex-start; color: #368686;}
.block1 .fr .option .item .name img{ width: 24px; height: 24px; object-fit: contain; margin-right: 15px;}
.block1 .fr .option .item .name .cn{ margin-right: 8px; font-size: 20px; font-weight: bold;}
.block1 .fr .option .item .name .en{ margin-top: 8px;}
.block1 .fr .option .item .txt{ margin-top: 10px; margin-left: 39px; line-height: 1.7;}
.block1 .fr .option .item .pic{ position: relative; z-index: 1; display: block; margin-top: 10px; margin-left: 39px; padding: 25px; border: 1px solid #dff1f1; box-sizing: border-box; text-align: center;}
.block1 .fr .option .item .pic::after{ content: ''; position: absolute; bottom: 20px; right: 20px; z-index: 10; width: 30px; height: 30px; background: url(../img/checkbtn.png) no-repeat center;}

.block1 .fr .option .item .tables{ margin-top: 10px; margin-left: 39px;}
.block1 .fr .option .item .tables table{ border: 1px solid #b3dddb; border-collapse: collapse; }
.block1 .fr .option .item .tables th,.block1 .fr .option .item .tables td{ width: 140px; border: 1px solid #b3dddb;}
.block1 .fr .option .item .tables th{ padding: 16px; font-size: 16px; color: #368686;}
.block1 .fr .option .item .tables td{ padding: 16px; text-align: center;}
.block1 .fr .option .item .sm{ margin-top: 10px; margin-left: 39px; line-height: 1.7; color: #208580;}

.jj{ padding: 80px 0; align-items: flex-start;}
.jj .txt{ margin-top: 35px; line-height: 2.1;}

.xwzx{ padding: 80px 0;}
.xwzx .item{ padding: 40px 0; border-bottom: 1px solid rgba(0,0,0,0.2);}
.xwzx .item .fl{ width: 130px;}
.xwzx .item img{ width: 390px;}
.xwzx .item .fr{ width: 570px;}
.xwzx .item .fl .day{ line-height: 0.9; font-family: Arial; color: #1d605f; font-size: 60px;}
.xwzx .item .fl .year{ font-family: Arial; color: #333; font-size: 18px;}
.xwzx .item .fl .op{ margin-top: 10px; color: #ccc;}
.xwzx .item .fl::after{ content: ''; display: block; margin-top: 45px; width: 16px; border-bottom: 2px solid #1d605f;}
.xwzx .item .fr .name{ font-size: 20px; color: #333;}
.xwzx .item .fr .sm{ margin-top: 25px; -webkit-line-clamp: 3;}
.xwzx .item .fr .more{ margin-top: 25px; width: 160px; height: 42px; border-radius: 50px; border: 1px solid #ccc; color: #ccc; overflow: hidden;}
.xwzx .item:hover .more{ background-image：: linear-gradient(to right, #29fdf3, #1e5e5e); border-color: #fff; color: #fff; font-weight: bold;}


.lxwm{ padding: 80px 0;}
.lxwm .sm{ margin-top: 10px; line-height: 1.7;}

.lxwm .form{ flex-wrap: wrap; padding-top: 30px;}
.lxwm .form .item > img{ position: absolute; top: 16px; left: 20px; z-index: 1; object-fit: contain; margin: auto;}
.lxwm .form .item{ position: relative; align-items: flex-start; width: 388px; margin-top: 20px; padding: 0 55px; background-color: #fff; box-sizing: border-box; border: 1px solid #e9e9e9;}
.lxwm .form .item input{ width: 100%; height: 52px; border: 0 none;}
.lxwm .form .item textarea{ width: 100%; padding: 14px 0; border: 0 none; resize: none;}
.yzm{ position: absolute; left: calc(100% - 110px); top: 0; z-index: 1; width: 109px; height: 100%;}
.lxwm .item.btn{ padding: 0; border: 0 none;}
.lxwm .item.btn .submit{ width: 100%; height: 54px; background-image: linear-gradient(to right, #29fdf3, #1e5e5e); border: 0 none; border-radius: 54px; color: #fff; cursor: pointer;}

.lxfs{ position: relative; z-index: 1; align-items: unset; justify-content: flex-end;}
.lxfs::before{ content: ''; position: absolute; top: 0; left: 0; z-index: -1; width: 49%; height: 100%; background: url(../img/lxwmbg1.jpg) no-repeat center / cover;}
.lxfs .fr{ width: 51%;}
.lxfs .wrap{ position: absolute; top: 0; left: 0; right: 0; z-index: 10; height: 100%;}
.lxfs .fl{ width: 43.5%;}
.lxfs .items{ margin-top: 3vw;}
.lxfs .items .item{ justify-content: flex-start; align-items: center; padding-left: 35px; margin-top: 10px;}
.lxfs .items .item.s1{ background: url(../img/footicon1.png) no-repeat left top 2px;}
.lxfs .items .item.s2{ background: url(../img/footicon2.png) no-repeat left top 2px;}
.lxfs .items .item.s3{ background: url(../img/footicon3.png) no-repeat left top 2px;}
.lxfs .items .item span{ font-size: 16px; color: #222; white-space: nowrap;}
.lxfs .items .item .tel{ font-size: 20px; font-weight: bold; color: #27b0a7;}




.styled-pagination{
    position:relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.styled-pagination li{
    position:relative;
    display:inline-block;
    margin:0px 6px 0px 0px;
}

.styled-pagination li a{
    position:relative;
    display:inline-block;
    line-height:42px;
    height:44px;
    font-size:16px;
    min-width:45px;
    color: #081336;
    font-weight:700;
    text-align:center;
    background:#ffffff;
    border-radius:50%;
    border: 2px solid #172b56;
    text-transform:capitalize;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
    color:#ffffff;
    border-color: #172b56;
    background-color: #172b56;
}
.ss-search-div2-d2 {
    width: 80%;
    margin: auto;
    margin-top: 60px;
        
}
.ss-search-div2-d2-d{border-bottom: 1px solid rgba(0,0,0,0.2);}
.searcha1{display:none}
     .ss-search-div2-d2-d .title111 {
        width: 100%;
        height: 24px;
        margin: auto;
        font-size: 16px;
        font-weight: lighter;
        margin-bottom: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 30px 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #595757;
    }

     .ss-search-div2-d2-d .description {
        width: 100%;
        height: 48px;
        margin: auto;
        font-size: 14px;
        font-weight: lighter;
        line-height: 24px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #595757;
    }


