/* == iconfont == */
@import url("font.css");

/* ----------------------------------------------------------------
			[ COLOR TEXT ]
-----------------------------------------------------------------*/

.theme-text {
  color: #1a73e8;
}
.primary-text {
  color: #313131;
}
.auxiliary-text {
  color: #999999;
}
.content-text {
  color: #444444;
}
.secondary-text {
  color: #ebebeb;
}
.white-text {
  color:#ffffff;
}
.dmatter-text {
  color: #999999;
}

.ranking-1-text {
  color: #e81a1a !important;
}
.ranking-2-text {
  color: #ff6e00 !important;
}
.ranking-3-text {
  color: #1a73e8 !important;
}

.ranking-1-text::after {
  background: #e81a1a !important;
}
.ranking-2-text::after {
  background: #ff6e00 !important;
}
.ranking-3-text::after {
  background: #1a73e8 !important;
}

/* ----------------------------------------------------------------
			[ FONT SIZE ]
-----------------------------------------------------------------*/
.ft-12 {
  font-size: 12px;
}
.ft-14 {
  font-size: 14px;
}
.ft-16 {
  font-size: 16px;
}
.ft-18 {
  font-size: 18px;
}
.ft-20 {
  font-size: 20px;
}
.ft-24 {
  font-size: 24px;
}

.ft-38 {
  font-size: 38px;
}

.font-weight {
  font-weight: bold;
}

/* ----------------------------------------------------------------
			[ BG COLOR ]
-----------------------------------------------------------------*/

.theme-bg {
  background-color: #1a73e8;
}
.bg-black {
  background-color: #232830;
}
.bg-grey {
  background-color: #f8f8f8;
}

/* ----------------------------------------------------------------
			[ BORDER-COLOR ]
-----------------------------------------------------------------*/

.border-color-secondary {
  border: 1px solid #ebebeb;
}

.label-line-theme::before {
  content: "";
  width: 0px;
  height: 12px;
  border: 2px solid #1a73e8;
}

/* ----------------------------------------------------------------
			[ LAYOUT ]
-----------------------------------------------------------------*/
.a-flex {
  display: flex;
}
.a-flex-1 {
  flex: 1;
}
.a-flex-wrap {
  flex-wrap: wrap;
}
.a-col {
  flex-wrap: wrap;
}
.a-col-1 li {
  width: 100%;
}
.a-col-2 li {
  width: 40%;
}

.a-align-items {
  align-items: center;
}
.a-justify-content {
  justify-content: center;
}
.a-space-between {
  justify-content: space-between;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.a-cell {
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
.interlaced .a-cell {
  background-color: #f8f8f8;
}
.interlaced .a-cell:nth-child(2n + 1) {
  background: #ffffff;
}

.a-cell .a-cell-l {
  padding-right: 10px;
}
.a-cell .a-cell-c {
  flex: 1;
  margin-right: 15px;
  text-align: center;
}
.a-cell-context {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #444444;
}
.a-cell-provide{
  width: 170px;
}
.a-cell-context a {
  color: #444444;
}
.a-cell-r em {
  position: relative;
  font-size: 24px;
  font-style: normal;
  padding-right: 10px;
}
.a-cell-r em i {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 14px;
  font-style: normal;
}
.a-label-no {
  position: relative;
  font-size: 16px;
  font-family: Calibri;
  color: #999999;
}
.a-label-no::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ebebeb;
}

.a-paging {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.a-paging a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0 5px;
}
.a-paging a.a-paging-cur,
.a-paging a:hover {
  background: #1a73e8 !important;
  color: #fff !important;
}

.a-topnav {
  background: #232323;
  height: 52px;
  padding: 0 15px;
  font-size: 14px;
}
.a-logo span,
.a-logo img {
  display: inline-block;
  vertical-align: middle;
}
.a-logo-label {
  background: #f2f2f2;
  border-radius: 4px;
  color: #444444;
  font-size: 14px;
  padding: 5px 8px;
}
.a-login-btns,
.a-login-btns a {
  color: #fff;
}
.a-nav {
  height: 95px;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(158, 158, 158, 0.19);
}
.a-nav .a-nav-item {
  flex: 1;
  margin: 0 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.a-nav .a-nav-item .a-main-title {
  color: #9e9e9e;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.a-main-title .icon {
  margin-right: 8px;
}
.a-nav .a-nav-item:last-child {
  border-right: none;
}
.a-nav .a-nav-item ul {
  font-size: 16px;
}
.a-nav .a-nav-item ul li {
  margin-right: 30px;
}

.a-footer {
  margin-top: 54px;
}
.a-footer-info {
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0;
}
.a-footer .a-nav-item {
  margin-right: 40px;
}
.a-footer-logo {
  width: 200px;
  height: 56px;
}
.a-logo-des {
  color: #999999;
}
.a-footer-info ul li {
  margin-right: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.a-app-qrcode div {
  width: 90px;
  height: 90px;
  background: #ffffff;
  padding:5px;

}
.a-app-qrcode div img {
  display: block;
  max-width: 100%;
  height: 100%;
 
}
.a-app-qrcode p {
  color: #999999;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.a-footer-copyright {
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
}
.a-footer-copyright .container,
.a-nav .container {
  height: 100%;
}

.main-wrapper {
  margin-top: 40px;
}

.a-card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.16);
}
.a-card-head,
.a-card-head img {
  width: 100%;
  height: 207px;
}
.a-card-content {
  padding: 20px;
}
.a-card-content .a-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #1a73e8;
}
.a-card-content .a-card-des {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
}

/* ----------------------------------------------------------------
			[ ELLIPSIS ]
-----------------------------------------------------------------*/
.ellipsis-1,
.ellipsis-2,
.ellipsis-3 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}

/* ----------------------------------------------------------------
			[ BOX-SHADOW ]
-----------------------------------------------------------------*/

.box-shadow {
  box-shadow: 0px 3px 15px rgba(158, 158, 158, 0.19);
}

/* ----------------------------------------------------------------
			[ MARGIN ]
-----------------------------------------------------------------*/
.m-10 {
  margin: 10px!important;
}
.mr-5 {
  margin-right: 5px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.ml-20 {
  margin-left: 20px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mt-20 {
  margin-top: 20px!important;
}
.mt-25 {
  margin-top: 25px!important;
}
.mt-40 {
  margin-top: 40px!important;
}
.mt-60 {
  margin-top: 60px!important;
}
/* ----------------------------------------------------------------
			[ PADDING ]
-----------------------------------------------------------------*/
.p-0 {
  padding: 0 !important;
}

/* ----------------------------------------------------------------
			[ HOT RANKING ]
-----------------------------------------------------------------*/

.a-column-wrap {
  width: 283px;
  margin-left: 36px;
}
.a-column-hot {
  border: 1px solid #ebebeb;
}
.a-column-title {
  padding: 15px;
}
.a-column-conbox {
  padding-top: 0;
  padding-bottom: 0;
}
.a-column-title-icon {
  display: inline-block;
  width: 0px;
  height: 12px;
  border: 2px solid #1a73e8;
}
.a-column-title-text {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  padding-left: 7px;
}
.a-column-title-more {
  font-size: 14px;
}

/* ----------------------------------------------------------------
			[ NEWS PAGE ]
-----------------------------------------------------------------*/

.a-flow-item {
  padding: 30px 10px 30px 0;
  border-bottom: 1px solid #efefef;
}
.a-flow-item:last-child {
  border-bottom: none;
}
.a-flow-item-avatar {
  width: 232px;
  height: 127px;
  background: rgba(0, 0, 0, 1);
  margin-right: 29px;
}
.a-flow-item-avatar img {
  width: 100%;
  height: 100%;
}
.a-flow-item-content h3 {
  width:auto;
  font-size: 18px;
  line-height: 32px;
  color: #313131;
  margin-right:130px;
}
.a-flow-item-content h3 a {
  font-weight: 500;
  margin-right:130px;
}
.a-flow-item-content .a-flow-item-des {
  font-size: 14px;
  line-height: 21px;
  color: #999999;
  margin-top: 7px;
}

.a-flow-item-bar {
  font-size: 14px;
  line-height: 23px;
  color: #c2c2c2;
  margin-top: 23px;
  justify-content: space-between;
}
.a-flow-item-bar-left span {
  vertical-align: middle;
}
.a-flow-item-bar-left em {
  margin: 0 5px;
  margin-top: -2px;
  width: 1px;
  height: 12px;
  background: #d6d6d6;
}
.a-flow-item-bar-right {
    width: 100px;
    height: 23px;
    overflow: hidden;
    text-align: right;
}
.a-article-tag {
  display: inline-block;
  font-size: 12px;
}

/* ----------------------------------------------------------------
			[ DETAIL PAGE ]
-----------------------------------------------------------------*/
.a-detail-wrap {
  font-weight: 600;
  line-height: 48px;
}
.a-detail-wrap h1 {
  color: #000000;
  font-size: 34px;
}

.a-article-bar.a-flow-item-bar {
  justify-content: flex-start;
}
.a-article-refine {
  background: #f5f9fe;
  padding: 20px;
  color: #6b6d7a;
}
.a-article-content {
  color: #444444;
}
.a-article-content p {
  margin-bottom: 20px;
  line-height: 32px;
}
.a-article-content img {
  width: 100%;
  height: auto;
}

.a-related-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0;
  color: #232323;
  border-bottom: 2px solid #e1e1e1;
}
.a-related-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #1a73e8;
}

/* ----------------------------------------------------------------
			[ REPORT PAGE ]
-----------------------------------------------------------------*/
.a-report::after {
  content: "";
  width: 384px;
}
.a-report .a-card {
  width: 384px;
  height: 418px;
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------
			[ INDEX PAGE ]
-----------------------------------------------------------------*/

.home .a-column-wrap {
  margin-left: 20px;
}
.home .row-r {
  width: 277px;
}
.home .a-flow-item {
  padding: 10px 10px 10px 0;
}
.home .a-flow-item-bar {
  margin-top: 15px;
}
.a-video::after {
  content: "";
  width: 282px;
}
.a-video .a-card {
  width: 282px;
  margin-top: 25px;
  box-shadow: none;
}

.a-video .a-card-head,
.a-video .a-card-head img {
  height: 152px;
}
.a-video .a-card-title,
.a-data .a-card-title {
  font-size: 15px;
  line-height: 27px;
  height:54px;
  color: #2e2e2e;
}
.a-video-avatar {
  margin-right: 8px;
}
.a-video-avatar img {
  display: block;
  width: 24px;
  height: 24px;
}
.a-video .a-card-content,
.a-data .a-card-content {
  padding: 15px 35px 0px 0;
  padding-left: 0;
}
.a-video .a-card-content a,
.a-data .a-card-content a {
  color: #2e2e2e;
}

.a-data .a-card {
  width: 20%;
  margin-top: 25px;
  box-shadow: none;
}
.a-data .a-card-head,
.a-data .a-card-head img {
  width: 117px;
  height: 149px;
}

.a-banner-l,
.a-banner-l img {
  width: 604px;
  height: 294px;
  margin-right: 15px;
}
.a-banner-l .item {
  display: block;
}
.a-banner-r {
}
.a-banner-r-list li {
  float: left;
  position: relative;
  width: 283px;
  height: 140px;
  overflow: hidden;
  border-radius: 2px;
}
.a-banner-r-list li:nth-child(2n) {
  margin-left: 14px;
}
.a-banner-r-list li:nth-child(3),
.a-banner-r-list li:nth-child(4) {
  margin-top: 14px;
}
.a-banner-article {
  height: 100%;
}
.a-banner-r-article-pic {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.a-banner-article-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    -180deg,
    hsla(0, 0%, 74.9%, 0),
    rgba(0, 0, 0, 0.78) 97%
  );
  transition: all 0.5s;
}
.a-banner-article:hover .a-banner-article-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(
    -180deg,
    hsla(0, 0%, 74.9%, 0),
    rgba(0, 0, 0, 0.78) 97%
  );
}
.a-banner-article-info p {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: justify;
  padding: 0 10px;
  max-height: 36px;
  position: absolute;
  bottom: 6px;
  overflow: hidden;
  transition: bottom 0.5s;
}
.a-banner-article:hover .a-banner-article-info p {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: justify;
  padding: 0 10px;
  max-height: 72px;
  overflow: hidden;
  position: absolute;
  bottom: 72px;
  transform: translateY(50%);
  opacity: 1;
}

.a-laws-box {
  width: 100%;
  height: 167px;
  background: url(../img/laws-search-bg.png) no-repeat;
  background-size: 100% 100%;
}
.a-laws-context {
  text-align: center;
}
.a-laws-context p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
}
.a-news {
  margin-bottom: 40px;
}
.a-news-item .a-news-l {
  width: 180px;
}
.a-news-item .a-news-l ul li {
  padding: 5px 0;
}
.a-news-item .a-news-l ul li p {
  font-family: monospace;
}
.icon-calendar {
  width: 1.5rem;
  height: 1.5rem;
}

.a-news-scroll,.a-news-scroll ul li {
  height: 101px;
  overflow: hidden;
}
.a-news-scroll ul {
  flex: 1;
}
.a-news-controller {
  margin-left: 30px;
}
.a-news-controller a {
  display: block;
  margin: 5px 0;
}

.a-site-status a img {
  max-width: 100px;
  height: 30px;
}
.a-search {
}
.a-search input {
  width: 170px;
  height: 40px;
  padding-left:10px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
}
.a-search button {
  width:40px;
  height: 40px;
  background: #1A73E8;
  border-radius: 0px 4px 4px 0px;
}

.a-laws-cs{
  margin-left: 10px;
  color: #1a73e8;
  padding: 6px;
  border: 1px solid #1a73e8;
  border-radius: 20px;
}

.a-header-search{
  width: 257px;
  height: 34px;
  background: #444444;
  opacity: 0.91;
  border-radius: 100px;
  padding-left: 30px;
  margin-right: 20px;
}
.a-desk{
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-work{

  padding: 0 10px;
}
.inline-block{
  display: inline-block;
}
.workbench{
  color: #999;
  margin-right: 18px;
}
.iconf{
  margin-right:5px;
}

/* 滚动宽度 */
.a-ul-wid{
  width: 974px;
}

.a-header-search-img{
  position: absolute;
  left: 8px;
  top:8px;
  width:20px;
  height:20px;
  display: block;
  background: url(../img/search.png) no-repeat;
  background-size:100% 100%;
  
}

.a-header-search-warp{
  position: relative;
}
.a-keep-on{
    padding: 20px 0 20px 0;
}
.a-site-img{
  margin-top: 20px;
}
.a-cell-lift{
  text-align: left;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
@font-face {
    font-family: "pf";/*定义字体名*/
    src: url(./pf.ttf);/*字体包的引入路径*/
}
body,html{
	font-family: "pf";
}
a {
color:#313131;text-decoration:none }
a:hover {
color:#1A73E8}

.header {
	width: 100%;
	height: 52px;
	background: #3B3B3B;
	box-shadow: 0px 3px 15px rgba(158, 158, 158, 0.19);
	display: flex;
	align-items: center;
	padding: 0 20px 0 17px;
	justify-content: space-between;
	box-sizing: border-box;
}

.header .leftPanel img:nth-child(1) {
	width: 112px;
	height: 40px;
}

.header .leftPanel img:nth-child(2) {
	width: 153px;
	height: 25px;
	margin-left: 4px;
}

.header input{
	width: 257px;
	height: 34px;
	background: #444444;
	opacity: 0.91;
	border-radius: 100px;
	border: none;
	outline: none;
	color: #f2f2f2;
	box-sizing: border-box;
	padding: 0 20px;
}
.searchBtns{
position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
}
.searchBtns img {
width:16px;height:16px}
.leftPanel {
	display: flex;
	align-items: center;
}

.workBench {
	width: 14px;
	height: 12px;
}

.header .rightPanel {
	display: flex;
	align-items: center;
}

.header .searchInput {
position:relative;
	margin-right: 28px;
}

.header .bench a{
	color: #999;
	font-size: 14px;
	margin-right: 28px;
	text-decoration: none;
}

.header .bench img {
	margin-right: 4px;
	margin-top: 3px;
}

.header .login {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.contentWarp {
	border: 1px solid #F3F3F3;
	box-shadow: 0px 3px 15px rgba(158, 158, 158, 0.19);
}

.menuList {
	height: 95px;
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.menuTitle {
	font-size: 20px;
	font-weight: 600;
	color: #999999;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.menuTitle img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.hrs {
	width: 1px;
	height: 60px;
	background: #6E6E6E;
	opacity: 0.22;
	margin: 0 48px;
}

.tileItems span {
	font-size: 16px;
}

.tileItems span+span {
	margin-left: 23px;
	color: #444444;
}

.tileItems span:hover {
	color: #1A73E8;
	cursor: pointer;
}

.page {
	display: flex;
	margin: 15px auto 0;
	justify-content: center;
}
.page .g-ul {
display:flex;
}

.page div {
	width: 32px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
	margin-bottom: 42px;
}

.page .isActive {
	background: #1A73E8;
	color: #f2f2f2;
}
.page .isActive a {
color: #f2f2f2;
}

.page div+div {
	margin-left: 8px;
}

.contactWarp {
	width: 100%;
	background: #F8F8F8;
	height: 197px;
}

.contact {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.contact .titles {
	font-size: 18px;
	font-weight: bold;
	color: #2E2E2E;
}

.contact .secondPanel ul {
	display: block;
	width: 186px;
}

.contact .secondPanel {
	margin: 0 94px 0 80px;
}

.contact .secondPanel ul li {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	width: 70px;
	margin-right: 20px;
	margin-top: 15px;
}
.contact .secondPanel ul li a{
	text-decoration: none;
	color: #999999;
}

.contact .threePanel ul li {
	display: block;
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.contact .threePanel ul li img{
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.online{
	width: 108px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #1A73E8;
	opacity: 1;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1A73E8;
	margin-left: 46px;
	cursor: pointer;
}
.online img{
	margin-right: 5px;
}
.lastPanel img{
	width: 120px;
	height: 120px;
}
.lastPanel p{
	font-size: 14px;
	color: #999999;
}
.leftWarp{
	display: flex;
	align-items: flex-end;
}
.leftWarp>img{
     width:184px;
	height: 88px!important;
}
.linkServer{
	width: 100%;
	border-top: 1px solid #DCDCDC;
	padding: 28px 0;
}
.linkServer .content{
	width: 1200px;
	margin: 0 auto;
}
.linkServer .linkItem{
	margin-top: 10px;
}
.linkServer .linkItem a{
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.linkServer .linkItem a+a{
	margin-left: 26px;
}
.footer{
	background: #232830;
	width: 100%;
	height: 43px;
}
.footerItem {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}
.footerItem span{
	font-size: 14px;
	color: #FFFFFF;
}
.cls{
	clear: both;
}
.project{
	border: 1px solid #EBEBEB;
	padding: 13px 18px;
	margin-bottom: 17px;
	box-sizing: border-box;
	width: 283px;
}
.project a{
	color: #8F8F8F;
	text-decoration: none;
}
.project .titles {
	font-size: 18px;
	font-weight: 600;
	color: #444444;
}

.project .titles span {
	height: 12px;
	border: 1px solid #1A73E8;
	display: inline-block;
	margin-right: 8px;
}

.project .titles {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.project .titles div {
	display: flex;
	align-items: center;
}

.project .titles div:nth-child(2) {
	color: #8F8F8F;
	font-size: 14px;
}
.project .content .contentItem{
	display: flex;
	justify-content: space-between;
}
.project .content .contentItem:nth-child(1)>div span:nth-child(1){
	color: #E81A1A !important;
}
.project .content .contentItem:nth-child(1) div span:nth-child(1){
	padding-bottom:3px ;
	display:inline-block;
	border-bottom:1px solid #E81A1A;
}

.project .content .contentItem:nth-child(2) div span:nth-child(1){
	padding-bottom:3px ;
	display:inline-block;
	border-bottom:1px solid #FF6E00;
}
.project .content .contentItem div span:nth-child(1){
	padding-bottom:3px ;
	display:inline-block;
	border-bottom:1px solid #999;
	color: #999;
}
.project .content .contentItem {
	padding: 12px;
}
.project .content .contentItem div span:nth-child(1){
	margin-right: 12px;
}
.project .content .contentItem:nth-child(3) div span:nth-child(1){
	padding-bottom:3px ;
	display:inline-block;
	border-bottom:1px solid #1A73E8;
}
.project .content .contentItem div span:nth-child(2){
	color: #444 !important;
	width: 130px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1;
}
.project .content .contentItem > span{
	color: #999 !important;
}
.project .content .contentItem div{
	display: flex;
	align-items: center;
}

.hots .contentItem>div>span:nth-child(2){
	width: 195px !important;
  -webkit-line-clamp: 2 !important;
  display: block;
	
}