/* + articleInfo1
*----------------------------------------------------------------------------*/
#articleInfo1 {
	overflow: hidden;
	position: relative;
}

#articleInfo1 .topBar {
    position: inherit;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    background: #e8ebf0;
    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 #ccced2 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 5s infinite alternate ease-in-out;
	-moz-animation: blink 5s infinite alternate ease-in-out;
	-ms-animation: blink 5s infinite alternate ease-in-out;
	-o-animation: blink 5s infinite alternate ease-in-out;
}

@keyframes blink {
	0% { color: #aab2b9; opacity: 1; }
	20% { color: #616161; opacity: 0; }
	40% { color: #bbbbbb; opacity: 1; }
	60% { color: #616161; opacity: 0; }
	80% { color: #e0e0e0; opacity: 1; }
	100% { color: #616161; opacity: 0; }
}

@-webkit-keyframes blink {
	0% { color: #aab2b9; opacity: 1; }
	20% { color: #616161; opacity: 0; }
	40% { color: #bbbbbb; opacity: 1; }
	60% { color: #616161; opacity: 0; }
	80% { color: #e0e0e0; opacity: 1; }
	100% { color: #616161; opacity: 0; }
}

@-moz-keyframes blink {
	0% { color: #aab2b9; opacity: 1; }
	20% { color: #616161; opacity: 0; }
	40% { color: #bbbbbb; opacity: 1; }
	60% { color: #616161; opacity: 0; }
	80% { color: #e0e0e0; opacity: 1; }
	100% { color: #616161; opacity: 0; }
}

@-ms-keyframes blink {
	0% { color: #aab2b9; opacity: 1; }
	20% { color: #616161; opacity: 0; }
	40% { color: #bbbbbb; opacity: 1; }
	60% { color: #616161; opacity: 0; }
	80% { color: #e0e0e0; opacity: 1; }
	100% { color: #616161; opacity: 0; }
}

@-o-keyframes blink {
	0% { color: #aab2b9; opacity: 1; }
	20% { color: #616161; opacity: 0; }
	40% { color: #bbbbbb; opacity: 1; }
	60% { color: #616161; opacity: 0; }
	80% { color: #e0e0e0; opacity: 1; }
	100% { color: #616161; opacity: 0; }
}

#articleInfo1 .topBar .box .tit {
	overflow: hidden;
	height: 35px;
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 10px;
}
#articleInfo1 .topBar p {
        color: #000;font-size: 18px;
}
@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: 75%;
	text-align: left;
}

#articleInfo1 .infoWrap {
	overflow: hidden;
	margin-left: 16px;
	padding: 20px 0 30px;
	background: #ffffff2b;
}


#articleInfo1 .infoWrap ul li {
	padding: 20px 30px 20px;
	border-bottom: 1px #ccc dashed;
	overflow: hidden;
	margin-bottom: 15px;
}

#articleInfo1 .infoWrap ul li:hover {
	background: rgba(232, 235, 240, 0.35);
}

#articleInfo1 .infoWrap ul li h5 {
	font-size: 23px;
	color: #037de2;
	margin: 3px 0;
	float: left;
	/* width: 200px; */
	padding: 5px 6px;
	text-align: right;
	border-radius: 5px;
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	background-color: #58a547;
	margin-right: 20px;
	transition: all linear .2s;
}

#articleInfo1 .infoWrap ul li:hover h5 {
	animation: lightSpeedIn 1s both ease-out;
	-webkit-animation: lightSpeedIn 1s both ease-out;
	-moz-animation: lightSpeedIn 1s both ease-out;
	-ms-animation: lightSpeedIn 1s both ease-out;
	-o-animation: lightSpeedIn 1s both ease-out;
	font-size: 23px;
transition: all linear .2s;
}

#articleInfo1 .infoWrap ul li h5 i {
	color: #f2f2f2;
	/* font-size: 17px; */
}

#articleInfo1 .infoWrap ul li article {
    float: left;
    /* padding: 5px 0; */
    /* width: calc(100% - 115px); */
    display: inherit;
    font-size: 16px;
    font-weight: 700;
}

#articleInfo1 .iconBtn {
    position: absolute;
    width: 54px;
    height: 54px;
    background: #ffffff;
    right: 33px;
    top: 7px;
    border: 5px #ededed solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 35px;
    color: #c8c8c8;
    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%;
	}
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo1 .topBar .box:first-child ,
	#articleInfo1 .iconBtn {
		display: none;
	}
}


@media screen and (max-width: 380px){
	#articleInfo1 .infoWrap ul li {
    padding: 12px 0px 12px;
    border-bottom: 1px #ccc dashed;
    overflow: hidden;
    margin-bottom: 15px;
}
#articleInfo1 .infoWrap ul li h5 {
    font-size: 23px;
    color: #037de2;
    margin: 3px 0;
    float: left;
    /* width: 200px; */
    padding: 5px 5px;
    text-align: right;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    background-color: #58a547;
    margin-right: 13px;
    transition: all linear .2s;
}
#articleInfo1 .infoWrap ul li article {
    float: left;
    padding: 5px 0;
    /* width: calc(100% - 115px); */
    display: inherit;
    font-size: 16px;
    font-weight: 700;
}
}