<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.para p{
    text-align: left;
}
.product{
   width: 90%;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a.active{
    color: #0c59db;
}

.item-nav{
     border-bottom: 1px solid #f3f3f3;
}
.item-nav-list a{
    display: inline-block;
    padding: 15px 10px;
    color: #2f2b2b;
    font-weight: bold;
}
.item-nav-list a.active{
    font-weight: bold;
    color: #0c59db;
    border-bottom: 2px solid  #0c59db;
}
.item-nav-list a:hover{
    font-weight: bold;
    color: #0c59db;
    border-bottom: 2px solid  #0c59db;
}

.pagination-nav{
    text-align: center;
}


.feature-box{
    margin-bottom: 60px;
}
.gn .navbar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #2d4a88;
    margin: 70px auto;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}
.gn .menu{
	position: absolute;
}
.gn .menu li{
	position: absolute;
	width:150px;
	height:45px;
	line-height: 45px;
	font-size:16px;
	 border-radius:10px;
	 font-weight: normal;
}
.gn .menu li:nth-child(1){
	background-color: #0056B3;
	top: -100px;
	left: -200px;
}
.gn .menu li:nth-child(2){
	background-color: #0056B3;
	top: -100px;
	left: 140px;
}
.gn .menu li:nth-child(3){
	background-color: #15ae67;
	top: -20px;
	left: -200px;
}
.gn .menu li:nth-child(4){
	background-color: #15ae67;
	top: -20px;
	left: 140px;
}
.gn .menu li:nth-child(5){
	background-color: #00a0e9;
	top:60px;
	left: -200px;
}
.gn .menu li:nth-child(6){
	background-color: #00a0e9;
	top:60px;
	left: 140px;
}
.gn .menu li.pg{
	background-color: #00a0e9;
    top:100px;
	left:-30px;

}
/****************hisè§£å†³æ–¹æ¡ˆæ—¶é—´è½´æ&nbsp;·å¼***************/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width:1px;
  height: 91%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #ccc;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
 /* padding-bottom: 67px; */
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 40%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #fff;
  padding: 20px 20px;
}
.timeline-article p {
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin: 0;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 48.8%;
  width: 80px;
  height: 80px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size:20px;
  line-height: 80px;
  font-weight: normal;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
	
/***********2022-05-23***********/

.n-blog__single {
  border: 2px solid #f3f3f3;
}
.n-blog__img {
  position: relative;
}
.n-blog__img .sd-play {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n-blog__img.bl-overlay img {
  height: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .n-blog__img.bl-overlay {
    height: 100px;
  }
}
.n-blog__content {
  padding:30px 28px 30px 28px;
}
@media (max-width: 575px) {
  .n-blog__content {
    padding: 50px 20px 20px 20px;
  }
}
.n-blog__content.nt {
  padding-top: 42px;
}
.n-blog__content h4 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 18px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .n-blog__content h4 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .n-blog__content h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.n-blog__content h4 a:hover {
  color:#0c59db;
}
.n-blog__content p {
  margin-bottom:10px;
  line-height: 26px;
}
.n-blog__content .b-tag {
  font-size: 14px;
  font-weight: 700;
  width: 98px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background: #ff5e14;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 48px;
}

/*************case 2022-10-13************/
.yymc{
	font-size: 16px;
	font-weight: normal;
}
.yymc img{margin-right: 20px;}
.news-wrapper .news-details1{
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
}
.xxk{
	text-align: center;
}
.xxk a{width: 120px; border: 1px solid #cecece; display: inline-block;background: #fff; margin: 10px 10px 40px 10px; line-height: 40px;font-weight:bold;}
.xxk a:hover{background:#007BFF;}
.xxk a.active{background:#007BFF;color: #ffffff; }
.xxk-nr .container{display: none;}
.xxk-nr div.item{display: block;};
</pre></body></html>