#articleInfo14{ position: relative; }
#articleInfo14:before,
#articleInfo14:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
#articleInfo14:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #302124;
    position: absolute;
    top: 0;
    left: 50%;
}
#articleInfo14 .row{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
#articleInfo14 .row:before,
#articleInfo14 .row:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
#articleInfo14 .row:first-child:before,
#articleInfo14 .row:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #cca872;
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
}
#articleInfo14 .row:last-child:before{
    top: auto;
    bottom: 0;
}
#articleInfo14 .row:last-child:nth-child(even):before{
    right: auto;
    left: -15px;
}
#articleInfo14 .info{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#articleInfo14 .info:before{
    content: "";
    width: 100%;
    height: 5px;
    background: #cca872;
    position: absolute;
    top: 96px;
    left: 0;
    z-index: -1;
}
#articleInfo14 .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #cca872;
    float: left;
    margin-right: 25px;
    position: relative;
}
#articleInfo14 .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: #cca872;
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
#articleInfo14 .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	text-align: center;
    line-height: 165px;
    font-size: 80px;
    color: #454344;
}
#articleInfo14 .circle span:before,
#articleInfo14 .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
#articleInfo14 .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
#articleInfo14 .circle:hover span i{
	animation: flipInY 1.5s both;
	-webkit-animation: flipInY 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes flipInY{
	0% { transform:perspective(400px) rotateY(90deg); animation-timing-function:ease-in; opacity:0; }
	40% { transform:perspective(400px) rotateY(-20deg); animation-timing-function:ease-in; }
	60% { transform:perspective(400px) rotateY(10deg); opacity:1; }
	80% { transform:perspective(400px) rotateY(-5deg); }
	to { transform:perspective(400px); }
}
@-webkit-keyframes flipInY{
	0% { -webkit-transform:perspective(400px) rotateY(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40% { -webkit-transform:perspective(400px) rotateY(-20deg); -webkit-animation-timing-function:ease-in; }
	60% { -webkit-transform:perspective(400px) rotateY(10deg); opacity:1; }
	80% { -webkit-transform:perspective(400px) rotateY(-5deg); }
	to { -webkit-transform:perspective(400px); }
}
#articleInfo14 .content{
    display: table;
    padding-right: 40px;
    position: relative;
}
#articleInfo14 .stitle{
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: #cca872;
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}
#articleInfo14 .title{
    font-size: 25px;
    font-weight: bold;
    color: #cca872;
    margin-top: 0;
}
#articleInfo14 .description{
    font-size: 14px;
    color: #a6a6a6;
    text-align: justify;
}
#articleInfo14 .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #cca872;
    position: absolute;
    top: 82px;
    right: -14px;
}
#articleInfo14 .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: #cca872;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
#articleInfo14 .icon span:before,
#articleInfo14 .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
#articleInfo14 .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
#articleInfo14 .row:nth-child(2n) .info,
#articleInfo14 .row:nth-child(2n) .circle{
    float: right;
}
#articleInfo14 .row:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
#articleInfo14 .row:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
#articleInfo14 .row:nth-child(2n) .circle span:before,
#articleInfo14 .row:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
#articleInfo14 .row:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
#articleInfo14 .row:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
#articleInfo14 .row:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
#articleInfo14 .row:nth-child(2n) .icon:before,
#articleInfo14 .row:nth-child(2n) .icon span:before,
#articleInfo14 .row:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
#articleInfo14 .row:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
#articleInfo14 .row:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
#articleInfo14 .row:nth-child(2){
    margin-top: 180px;
}
#articleInfo14 .row:nth-child(odd){
    margin: -175px 0 0 0;
}
#articleInfo14 .row:nth-child(even){
    margin-bottom: 80px;
}
#articleInfo14 .row:first-child,
#articleInfo14 .row:last-child:nth-child(even){
    margin: 0;
}

@media only screen and (max-width: 990px){
    #articleInfo14:before{ left: auto; right: 0; }
    #articleInfo14 .row{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    #articleInfo14 .row:first-child:before,
    #articleInfo14 .row:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    #articleInfo14 .row:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    #articleInfo14 .row:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    #articleInfo14 .row:nth-child(2n) .circle span:before,
    #articleInfo14 .row:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    #articleInfo14 .row:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    #articleInfo14 .row:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    #articleInfo14 .row:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    #articleInfo14 .row:nth-child(2n) .icon:before,
    #articleInfo14 .row:nth-child(2n) .icon span:before,
    #articleInfo14 .row:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    #articleInfo14 .row:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    #articleInfo14 .row:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    #articleInfo14 .row:nth-child(2),
    #articleInfo14 .row:nth-child(odd),
    #articleInfo14 .row:nth-child(even){
        margin: 0;
    }
}

@media only screen and (max-width: 480px){
    #articleInfo14:before,
    #articleInfo14 .row:first-child:before,
    #articleInfo14 .row:last-child:before,
    #articleInfo14 .circle:before,
    #articleInfo14 .circle span:before,
    #articleInfo14 .circle span:after,
    #articleInfo14 .icon{
        display: none;
    }
    #articleInfo14 .circle,
    #articleInfo14 .row:nth-child(2n) .circle{
        width: 100px;
        height: 100px;
        float: none;
        margin: 0 auto;
    }
    #articleInfo14 .info:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    #articleInfo14 .circle span{
        line-height: 95px;
        font-size: 60px;
    }
    #articleInfo14 .content,
    #articleInfo14 .row:nth-child(2n) .content{
        padding: 0 10px;
    }
    #articleInfo14 .stitle{
        margin-bottom: 15px;
    }
    #articleInfo14 .description{
        text-align: center;
    }
}