/* + articleInfo1
*----------------------------------------------------------------------------*/
#articleInfo1 {
	overflow: hidden;
	position: relative;
}

#articleInfo1 .topBar {
    position: absolute;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
	background: #03a9f4;
    margin: 0;
    z-index: 10;
	top: 0;
	transition: all 0.3s;
}

#articleInfo1:hover .topBar {
	top: 15px;
}

#articleInfo1 .topBar:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    border: 8px #01579b solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
	bottom: -16px;
}

#articleInfo1 .topBar .box {
	display: inline-block;
	width: 15%;
	text-align: center;
}

#articleInfo1 .topBar .box i {
	font-size: 60px;
}

#articleInfo1 .topBar .box:first-child {
	animation: blink 2s infinite alternate ease-in-out;
	-webkit-animation: blink 2s infinite alternate ease-in-out;
	-moz-animation: blink 2s infinite alternate ease-in-out;
	-ms-animation: blink 2s infinite alternate ease-in-out;
	-o-animation: blink 2s infinite alternate ease-in-out;
}

@keyframes blink {
	0% { color: #f00; opacity: 1; }
	20% { color: #fff; opacity: 0; }
	40% { color: #ff8000; opacity: 1; }
	60% { color: #fff; opacity: 0; }
	80% { color: #ffea00; opacity: 1; }
	100% { color: #fff; opacity: 0; }
}

@-webkit-keyframes blink {
	0% { color: #f00; opacity: 1; }
	20% { color: #fff; opacity: 0; }
	40% { color: #ff8000; opacity: 1; }
	60% { color: #fff; opacity: 0; }
	80% { color: #ffea00; opacity: 1; }
	100% { color: #fff; opacity: 0; }
}

@-moz-keyframes blink {
	0% { color: #f00; opacity: 1; }
	20% { color: #fff; opacity: 0; }
	40% { color: #ff8000; opacity: 1; }
	60% { color: #fff; opacity: 0; }
	80% { color: #ffea00; opacity: 1; }
	100% { color: #fff; opacity: 0; }
}

@-ms-keyframes blink {
	0% { color: #f00; opacity: 1; }
	20% { color: #fff; opacity: 0; }
	40% { color: #ff8000; opacity: 1; }
	60% { color: #fff; opacity: 0; }
	80% { color: #ffea00; opacity: 1; }
	100% { color: #fff; opacity: 0; }
}

@-o-keyframes blink {
	0% { color: #f00; opacity: 1; }
	20% { color: #fff; opacity: 0; }
	40% { color: #ff8000; opacity: 1; }
	60% { color: #fff; opacity: 0; }
	80% { color: #ffea00; opacity: 1; }
	100% { color: #fff; opacity: 0; }
}

#articleInfo1 .topBar .box .tit {
	overflow: hidden;
	height: 49px;
	animation: blink2 1.5s infinite alternate ease-in-out;
	-webkit-animation: blink2 1.5s infinite alternate ease-in-out;
	-moz-animation: blink2 1.5s infinite alternate ease-in-out;
	-ms-animation: blink2 1.5s infinite alternate ease-in-out;
	-o-animation: blink2 1.5s infinite alternate ease-in-out;
}

@keyframes blink2 {
	0% { font-size: 25px; }
	50% { font-size: 30px; }
	100% { font-size: 25px; }
}

@-webkit-keyframes blink2 {
	0% { font-size: 25px; }
	50% { font-size: 30px; }
	100% { font-size: 25px; }
}

@-moz-keyframes blink2 {
	0% { font-size: 25px; }
	50% { font-size: 30px; }
	100% { font-size: 25px; }
}

@-ms-keyframes blink2 {
	0% { font-size: 25px; }
	50% { font-size: 30px; }
	100% { font-size: 25px; }
}

@-o-keyframes blink2 {
	0% { font-size: 25px; }
	50% { font-size: 30px; }
	100% { font-size: 25px; }
}

#articleInfo1 .topBar .box:last-child {
	margin-left: 4%;
	width: 80%;
	text-align: left;
}

#articleInfo1 .infoWrap {
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#articleInfo1 .infoWrap ul {display:flex;justify-content: space-between;flex-wrap: wrap;}

#articleInfo1 .infoWrap ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 49%;
	margin-bottom: 40px;
}
#articleInfo1 .infoWrap ul li .photo{
    width: 60px;
    height: 60px;
    background: #4a225d;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
#articleInfo1 .infoWrap ul li .photo img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);width: 30px;}
#articleInfo1 .infoWrap ul li h5 {
	font-size: 18px;
	color: #2a2a2a;
}

#articleInfo1 .infoWrap ul li .info{
    width: calc(100% - 80px);
}

#articleInfo1 .infoWrap ul li h5 i {
	color: #25a746;
}

#articleInfo1 .infoWrap ul li p {
	font-size: 16px;
	color: var(--gray);
}

#articleInfo1 .iconBtn {
    position: absolute;
    width: 54px;
    height: 54px;
	background: #03a9f4;
    right: 25px;
    top: 70px;
	border: 5px #e6f7ff solid;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	font-size: 35px;
    color: #e6f7ff;
    line-height: 45px;
    text-align: center;
    z-index: 20;
}

#articleInfo1 .iconBtn i {
	display: inline-block;
	line-height: 45px;
}


/************ = é©æ‡‰æ€§ = ************/
/* +width:640 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo1 .topBar .box:last-child {
		margin-left: 3%;
	}
	#articleInfo1 .infoWrap ul li{width:100%;margin-bottom: 30px;}
}

