@charset "utf-8";
/* css document */
@font-face {
	font-family: dtlnobelt;
	font-weight: bold;
	src: ;
}

@font-face {
	font-family: dtlnobelt;
	src: ;
}

*{margin:0;padding:0}

body{
    font-family: arial;
    font-size: 14px;
    color: #fff;
    background: #efefee;
}
.wrapper{
    margin: 0 auto;
    background: #a10f02;
}
.top-banner p{
    line-height: 22px;
    margin: 10px 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #af2a1d;
}
.sec{
    position:relative;
}
.sec .btn-more{
    position:absolute;
    top:75px;
    left:20px;
}
.sec .btn-more a{
    display:block;
    font-size:10px;
    text-decoration:none;
    color:rgba(255,255,255, .6)
}
.article{
    position:absolute;
    padding:10px;
    width: 52%;
    background:#fff;
    border-radius: 6px;
}
.article a{
    display: block;
    text-decoration: none;
}
.article p{
    font-size: 10px;
    color: #333;
    line-height: 16px;
    margin-bottom:10px;
}
.article p span{
    color: #a10f02;
}

.content{
    font-size: 10px;
    padding: 10px 20px;
}
.content p{
    line-height: 20px;
    margin:10px 0;
}
.btn-back{
    position:absolute;
    top:25px;
    left: 20px;
    width:10px;
    height:18px;
    background: no-repeat center left;
    background-size:contain;
}
.btn-back a{
    display:block;
    width:10px;
    height:18px;
}
.video-box{margin-bottom:20px;}
.video-box .caption{
    font-style: italic;
    line-height: 14px;
    margin-top:10px;
}
.info-box{
    margin-bottom:30px;
    padding-bottom:20px;
    border-bottom: solid 1px rgba(255,255,255, .2);
}
