/*-----------------------------------*/
/* sincol 20250903 */
/*-----------------------------------*/
a {
    transition: var(--transition);
}
.list1 {
	display: flex;
	justify-content: space-between;
}

.list1 li {
	width: 30%;
}
.home-news{
	width: 610px;
}
.home-news-tx{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.home-more1{
	display: block;
}
.home-more1 a{
	color: #999999;
	font-size: 14px;
	line-height: 35px;
	background-image: url(../images/icon-right3.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}
.home-news-tx strong{
	display: block;
	height: 50px;
	width: 100px;
	background-image: url(../images/title-bg-1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.home-news-tx strong{
	font-size: 22px;
	color: #2d7ada;
}
.home-news ul{}

.home-news ul li{
	display: flex;
	justify-content: space-between;
	width: 620px;
}
.home-news ul li em{
	display: block;
	width: 85px;
	color: #999;
	font-size: 14px;
	line-height: 38px;
}
.home-news ul li a{
	color: #324266;
	line-height: 38px;
	font-size: 16px;
}
.home-news ul li a:hover{
	color: #0d35bc;
}

.list1 li h2 {
	font-weight: normal;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #666;
}

.list1 .img {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}

.list1 .img img {
	width: 160px;
	height: 120px;
	border-radius: 5px;
}

.list1 .img p {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding-left: 15px;
	height: 120px;
	overflow: hidden;
}

.list1 li a:hover h2 {
	color: #000;
}
.home-slide{
	width: 550px;
	height: 350px;
    margin-top: 10px;
}
.home-slide-ul{}
.home-slide-li{
	position: relative;
	z-index: 0;
}
.home-slide-li p{
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	width: 550px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-indent: 10px;
	line-height: 40px;
	overflow: hidden;
}
.home-slide-li a{}
.home-slide .layui-carousel-ind{
	z-index: 15;
	top: -70px;
	text-align:right;
	width: 98%;
}

.home-title1{
	width: 1200px;
	height: 120px;
	background-image: url("../images/home-title-bg1.png");
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}
.home-title1 strong{
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 34px;
	line-height: 60px;
	margin: 20px auto 10px auto;
}
.home-title1 span{
	display: block;
	text-align: center;
	color: #bbd0e8;
	font-size: 14px;
	letter-spacing: 10px;
}

.home-more2{
	text-align: center;
	padding: 10px 0;
	height: 40px;
}
.home-more2 a{
	color: #a8b1c1;
	font-size: 20px;
	line-height: 40px;

}

.list2 {
	padding-top: 10px;
	border-bottom: solid 2px #cadcfc;
}

.list2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;


}.list2 ul li {
  background-color: #f9fbff;
  border: solid 1px #e7f1fe;
  width: 590px;
  margin-top: 20px;
  transition: var(--transition);
}
.list2 ul li:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
    border-color: rgba(66, 153, 225, 0.4);
}

.list2 dl {
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.list2 dt {
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.list2 dt img{
	width: 140px;
	height: 140px;
    object-fit: cover;
}
.list2 dd {
	width: 390px;
}
.list2 dd .tag {
	display: flex;
	flex-wrap: wrap;
}
.list2 dd .tag a {
	line-height: 30px;
	background-color: #d5e6f9;
	color: #246cf2;
	font-size: 14px;
	padding: 0 14px;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 10px;

}
.list2 dd .tag a:hover {
	background-color: #b3cfee;

}
.list2 dd .tx {
	line-height: 22px;
	font-size: 18px;
}
.list2 dd .tx a{
	color: #000;
	font-weight: bold;
}
.list2 dd .tx a:hover{
	color: #246cf2;
}
.list2 dd .info {
	max-height: 50px;
	overflow: hidden;
	color: #999999;
	padding-top: 10px;
}
.list2 dd .t2 {
	max-height: 50px;
	overflow: hidden;
	color: #000;
	padding-top: 10px;
}
.list2 dd .more {
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.list2 dd .more a{
  border-radius: 10px;
  background-image: -moz-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  width: 120px;
  height: 34px;
  z-index: 105;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
}
.list2 dd .more a:hover {
    box-shadow: var(--glow);
    font-weight: bold;
}
.list2 dd .more.color2 a{
  border-radius: 10px;
  background-image: -moz-linear-gradient( 0deg, rgb(23,183,215) 0%, rgb(89,226,160) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(23,183,215) 0%, rgb(89,226,160) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(23,183,215) 0%, rgb(89,226,160) 100%);
}


.list2 dd .more a img{
	width: 15px;
	height: 28px;
}

/* list3 --------------------------------------------------------------------------------------------list3 */

.list3 {
	padding-top: 10px;
}

.list3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;


}
.list3 ul li {
  background-color: #f9fbff;
  border: solid 1px #e7f1fe;
  width: 387px;
  margin-top: 20px;
  transition: var(--transition);
}
.list3 ul li:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
    border-color: rgba(66, 153, 225, 0.4);
}


.list3 dl {
	padding: 20px;
}
.list3 dt {
	text-align: center;
}
.list3 dt strong{
	color: #000000;
	line-height: 50px;
	display: block;
	font-size: 18px;
}
.list3 dt span{
	color: #999999;
	line-height: 20px;
	display: block;
	font-size: 14px;
}
.list3 dt img{
	width: 125px;
	height: 125px;
	display: block;
	margin: 0 auto;
    object-fit: cover;
    border-radius: 80px;
}
.list3 dd {
	padding-top: 20px;
}
.list3 dd .tag {
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
}
.list3 dd .tag a {
	line-height: 30px;
	background-color: #d5e6f9;
	color: #246cf2;
	font-size: 14px;
	padding: 0 14px;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 10px;

}
.list3 dd .tag a:hover {
	background-color: #b3cfee;

}
.list3 dd .tx {
	line-height: 22px;
	font-size: 18px;
}
.list3 dd .tx a{
	color: #000;
	font-weight: bold;
}
.list3 dd .info {
	height: 50px;
	overflow: hidden;
	color: #999999;
	padding-top: 10px;
}
.list3 dd .more {
	padding-top: 10px;
	display: flex;
	justify-content: center;
}
.list3 dd .more a{
  border-radius: 10px;
  background-image: -moz-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  width: 120px;
  height: 34px;
  z-index: 105;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
}
.list3 dd .more a:hover {
    font-weight: bold;
    box-shadow: var(--glow);
}
.list3 dd .more a img{
	width: 15px;
	height: 28px;
}
.user-box1{
	min-height: 800px;
	background-image: url("../images/login-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;
}
.login-box{
	display: flex;
	justify-content: flex-end;
	padding-top: 120px;
}
.form-box1{
	width: 520px;
	border-radius: 15px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 30px;
}
.form-box1 .tx{
	font-size: 24px;
	color: #000;
	border-bottom: 2px solid #e5e5e5;
	display: flex;
}
.form-box1 .tx strong{
	border-bottom: 4px solid #2d7ada;
	font-weight: normal;
	padding-bottom: 10px;
	display: block;
	margin-bottom: -2px;
}
.form-box1 .ul{
	padding-top: 15px;
}

.form-box1 .li{
	display: flex;
	line-height: 50px;
	color: #666666;
	font-size: 18px;
	padding: 12px 0;
}

.form-box1 .li .ll{
	width: 125px;

}
.form-box1 .li .lr{
	width: 400px;
	display: flex;
	position: relative;
}
.form-box1 .li .lr em{
	position: absolute;
	z-index: 5;
	right: 0;
	top: -1px;
	display: block;

}
.form-box1 .inp{
	padding: 15px 0;
}
.form-box1 .info{
	font-size: 16px;
}
.form-box1 .link{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;

}
.list-lbox1{
	width: 880px;
}
.list-rbox1{
	width: 300px;

}

.banner-r1{

}
.banner-r2{

}
.class1{
	background-color: #f9fbff;
	border: solid 1px #e7f1fe;
	padding: 10px 0;

}
.class1 .t1{
	display: flex;
	padding: 15px 1px 15px 33px;
}
.class1 .t1 li{
	font-size: 16px;
	color: #666666;
	margin-right: 40px;
	line-height: 35px;
}
.class1 .t1 li a{
	color: #666666;
}
.class1 .t1 li.on{
	border-bottom:solid 2px #2d7ada;;
}
.class1 .t1 li.on a{
	color: #2d7ada;
	font-weight: bold;
	font-size: 18px;
}
.class1 .t1 li a:hover{
	color: #2d7ada;
}
.class1 dl{
	padding: 15px 15px 0px 35px;
	display: flex;
}
.class1 dl .layui-form-item{
	margin-bottom:0;
}
.class1 dt{
	width: 90px;
	line-height: 30px;
	padding-top: 2px;
}

.class1 dd{
	display: flex;
	flex-wrap: wrap;
	width: 780px;
}
.class1.all dd{
	width: 1080px;
}
.class1 dd p{
	display: flex;
	padding: 2px 10px;
	line-height: 30px;
	margin-right: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
    transition: var(--transition);
}
.class1 dd p.def{
	background-color: #dcdcdc;
}
.class1 dd p a{
	color: #666666;
	padding: 0 3px;
}
.class1 dd p.on a{
	color: #2d7ada;

}
.class1 dd p.on{
	background-color: #d5e6f9;
	color: #2d7ada;

}
.class1 dd p.on em{
	width: 22px;
	height: 30px;
	background-image: url("../images/home-icon-2.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.class1 dd p:hover{
	background-color: #d5e6f9;
}

.class2{
	display: flex;
	justify-content: space-between;
}
.class2 dl{
	width: 380px;
	height: 170px;
	display: flex;
	justify-content: space-between;
	background-image: url("../images/list-bg2.png");
	background-repeat: no-repeat;
	background-position: top center;
}
.class2 dt{
	width: 200px;
	padding-top: 10px;
	margin-left: 30px;
}
.class2 dd{
	width: 120px;
	height: 120px;
	padding-top: 10px;
	margin-right: 20px;
}
.class2 dt h3{
	padding-top: 14px;
	font-size: 18px;
	line-height: 30px;
	padding-left: 5px;
}
.class2 dt strong{
	color: #2d7ada;
	font-size: 50px;
	line-height: 60px;
	font-weight: normal;
}
.class2 dt span{
	color: #000;
	font-size: 18px;
	padding-left: 10px;
}
.list-details1{

}
.list-details1{}
.list-details1 dl{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #eeeeee;
	padding: 20px 0;
}
.list-details1 dt{
	width: 180px;
	height: 140px;
	overflow: hidden;
}
.list-details1 dt img{
	width: 180px;
	height: 140px;
}
.list-details1 dd{
	width: 680px;
}
.list-details1 dd .tx{
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}
.list-details1 dd .tx a{
	color: #000000;
}
.list-details1 dd .tx a:hover{
	color: #2d7ada;
}
.list-details1 dd .brief{
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	color: #999999;
	margin-bottom: 10px;
}
.list-details1 ul{
	display: flex;
	justify-content: space-between;
}
.list-details1 ul li{
	color: #999999;
}
.list-details1 ul li strong{
	font-weight: normal;
	padding-left: 25px;
	background-image: url("../images/home-icon-3.png");
	background-repeat: no-repeat;
	background-position: left center;

}
.list-details1 ul li span{
	padding-left: 20px;
}
.list-details1 ul li em{
	padding-left: 25px;
	background-image: url("../images/home-icon-4.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.list-details1 ul li a{
	color: #999999;
}
.hdzx-banner{
	height: 300px;
	overflow: hidden;
	background-image: url("../images/list-bg2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;
}
.hdzx-banner .tx{
	padding-top: 60px;
	width: 700px;
	font-size: 32px;
	line-height: 32px;
	color: #2c59da;
}
.hdzx-banner .tx2{
	padding-top: 60px;
	width: 700px;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: #2d7ada;
}
.hdzx-banner ul{
	width: 700px;
	display: flex;
	padding-top: 30px;
}
.hdzx-banner ul li{
	width: 150px;
}
.hdzx-banner ul strong{
	display: block;
	font-size: 60px;
	color: #2c59da;
	line-height: 80px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.hdzx-banner ul span{
	color: #2c59da;
	font-size: 20px;
	display: block;
}

/* s */
.hdzx-banner .search{
	width: 430px;
	height: 45px;
	margin-top: 30px;
	margin-left: 0px;
	position: relative;
}
.hdzx-banner .search-inp{
	width: 420px;
	height: 45px;
	background: #fff;
	font-size: 16px;
	border: none;
	border-radius: 10px;
	outline: none;
	padding-left: 10px;
}
.hdzx-banner .search-inp::placeholder {
    color: #8eadc9;

}
.hdzx-banner .search-img{
	width: 40px;
	height: 45px;
	display: block;
	position: absolute;
	background-image: url(../images/icon-search.png);
	border: none;
	background-color: initial;
	right: 5px;
	top:3px;
	cursor: pointer;

}
/* s */



.list-details2 ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.list-details2 ul li .img,.list-details2 ul li img{
	width: 265px;
	height: 180px;
	overflow: hidden;
}
.list-details2 ul li{
	padding: 9px;
	width: 285px;
	height: 365;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #f9fbff;
	border:  solid 1px #e7f1fe;
	margin-left: 20px;
	margin-top: 20px;
}
.list-details2 ul li .tx{
	font-size: 16px;
	line-height: 26px;
	max-height: 58px;
	overflow: hidden;
	margin-top: 10px;
}
.list-details2 ul li .tx a{
	color: #000;
}
.list-details2 ul li .tx a:hover{
	color: #246cf2;
}
.list-details2 ul li .info{
	padding-top: 10px;
}
.list-details2 ul li .info p{
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	color: #999;
}
.list-details2 ul li .tag{
	display: flex;
	flex-wrap: wrap;
	height: 45px;
	overflow: hidden;
}
.list-details2 ul li .tag a{
	margin-top: 10px;
	margin-right: 10px;
	line-height: 34px;
	padding: 0 15px;
	font-size: 14px;
	color: #246cf2;
	cursor: pointer;
	background-color: #d5e6f9;
	border-radius: 10px;
	display: block;
}
.list-details2 ul li .tag a:hover{
	color: #0445bf;
}
.article-box1{
	border: solid 1px #e7f1fe;
	box-sizing: border-box;
	padding: 25px;
}
.article-box1 p{
	font-size: 16px;
	line-height: 35px;
	padding: 15px 0;
	color: #333333;
}
.user-info1{
	background-color: #f9fbff;
	border: solid 1px #e7f1fe;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	justify-content: space-between;
}
.user-info1 .info h1{
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #000;
}
.user-info1 .info h2{
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;

	color: #000;
}
.user-info1 .info{
	color: #666666;
	font-size: 14px;
	width: 820px;
}
.user-info1 .info p{
	padding: 5px 0;

}
.user-info1 .info p span{
	padding-right: 20px;
}
.user-info1 .img1{
	width: 125px;
	height: 125px;
	overflow: hidden;
	border-radius: 125px;
	border: solid 1px #cadcfc;
}
.user-info1 .img1 img{
	width: 125px;
	height: 125px;
}
.user-info1 .img2{
	width: 120px;

}
.user-info1 .img2 img{
	width: 120px;
	height: 140px;
}
.user-info1 .tag {
	display: flex;
	flex-wrap: wrap;
}
.user-info1 .tag a {
	line-height: 30px;
	background-color: #d5e6f9;
	color: #246cf2;
	font-size: 14px;
	padding: 0 14px;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 10px;

}
.user-info1.tag a:hover {
	background-color: #b3cfee;

}
.user-info1 .contact{
	width: 120px;
	padding-top: 20px;
}
.user-info1 .contact a{
	width: 120px;
	display: block;
	border-radius: 10px;
  background-image: -moz-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  width: 120px;
  height: 34px;
  z-index: 105;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  margin-top: 20px;
}
.user-info1 .contact.color2 a{
  border-radius: 10px;
  background-image: -moz-linear-gradient( 0deg, rgb(23,183,215) 0%, rgb(89,226,160) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(23,183,215) 0%, rgb(89,226,160) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(23,183,215) 0%, rgb(89,226,160) 100%);

}
.user-info2{
	padding: 20px 0;
}
.user-info2 dl{
	padding: 20px 0;
}
.user-info2 dt{
	font-size: 22px;
	color: #000;
	line-height: 22px;
	border-left: 6px solid #2d7ada;
	padding-left: 10px;
}
.user-info2 dd{
	padding-top: 10px;
}
.user-info2 dd p{
	line-height: 35px;
	font-size: 16px;
	color: #333333;
	padding: 10px 0;
}
.article-detail{
	padding: 20px 0;
}
.article-detail h1{
	font-size: 26px;
	padding: 10px 0;
	line-height: 30px;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}
.article-detail .info{
	background-color: #f9fbff;
	border: solid 1px #e7f1fe;
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article-detail .info p{
	width: 50%;
	line-height: 30px;
	color: #666666;
}
.article-detail .detail-box{
	padding: 20px 0;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.article-detail .detail-box p{
	padding: 20px 0;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.activity-bar{
	border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.302);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.activity-bar h1{
	font-size: 24px;
	color: #000;
	line-height: 35px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 8px;
}
.activity-bar .info{
	color: #999;
	font-size: 14px;
}
.activity-bar .info p,.activity-bar .inpx p{
	margin-top: 15px;
	color: #333;
	font-size: 14px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px left;
	line-height: 22px;
}
.activity-bar p.icon1{
	background-image: url("../images/list-icon-b1.png");
}
.activity-bar p.icon2{
	background-image: url("../images/list-icon-b2.png");
}

.activity-bar p.icon3{
	background-image: url("../images/list-icon-b3.png");
}

.activity-bar p.icon4{
	background-image: url("../images/list-icon-b4.png");
}
.activity-bar .inpx{
	margin-top: 30px;
	display: flex;
  	justify-content: space-between;
}
.activity-bar .inpx ul{
	padding-top: 10px;
	width: 220px;
	display: flex;
  	justify-content: space-between;
}
.activity-bar .inpx ul li{
	width: 100px;
}
.activity-bar .inpx ul li a{
	display: block;
	width: 100px;
	height: 34px;
	border-radius: 10px;
  background-image: -moz-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(24,140,233) 0%, rgb(81,211,215) 100%);
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}

.activity-bar .img{
	border: solid 1px #ffffff;
	width: 500px;
	height: 300px;
	overflow: hidden;
}
.activity-bar .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-bar .txt{
	width: 625px;
}
.activity-tx1{

	line-height: 22px;
	height: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: solid 6px #2d7ada;
	font-size: 22px;
	color: #000;
	padding-left: 10px;

}
.activity-user{}

.activity-user ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
.activity-user ul li{
	width: 171px;
	height: 270px;
	text-align: center;
}
.activity-user ul li .img{
	width: 125px;
	height: 125px;
	border-radius: 125px;
	overflow: hidden;
	border: solid 2px #cadcfc;
	margin: 0 auto;
}
.activity-user ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-user ul li .tel{
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.activity-user ul li .inp{

}
.activity-user ul li .inp a{
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	background-color: #d5e6f9;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	color: #246cf2;
	margin: 0 auto;
}
.activity-user ul li .time{
	padding-top: 10px;
	color: #666666;
}
.activity-left{
	width: 880px;
}
.activity-right{
	width: 310px;
}
.activity-rbox{
	background-color: #f9fbff;
	border: solid 1px #e7f1fe;
	padding: 0px 17px 20px 17px;
	box-sizing: border-box;
}
.activity-rbox .info{
	font-size: 14px;
	color: #333333;
}
.activity-rbox .info p{
	padding: 5px 0;
	line-height: 20px;
}
.activity-left{
	font-size: 16px;
	color: #333333;

}
.activity-left .info{
	padding: 10px 16px 30px 0;
}
.activity-left p{
	font-size: 16px;
	color: #333333;
	padding: 5px 0;
	line-height: 30px;

}
.greybg{
	background-color: #999 !important;
}
