.company {
    padding: 8px 20px;
    background-color: #f4f5f6;
    line-height: 2;
    font-size: 14px;
    text-align: left;
}
.company p {
    color: #777;
}
.content2 {
    padding: 15px;
    text-align: center;
    background: #f4f5f6;
    margin-bottom: 20px;
    font-size: 14px;
}
.fb-page {
    font-size: 16px;
    font-style: normal;
}
.content2 .fb-page {
    max-height: 130px!important;
    overflow: hidden;
}
blockquote {
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}
.content2 blockquote a {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(248,89,89,1);
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 0px;
}
.clear {
    clear: both;
    width: auto;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.content2-title{
	padding-bottom: 5px;	
}
.fabox {
    display: block;
    background: #f5f6f7;
    width: auto;
    overflow: hidden;
    height: auto;
    text-align: center;
    font-size: 0px;  
    padding-bottom: 5px;
    padding-top: 5px;  
}

.fabox .fabody {
    width: auto;
    height: auto;
    position: relative;
    display: block;
    font-size: 0.8rem;
    vertical-align: top;
    margin: 0px auto;
}
.bui-right .fabox {
	margin-bottom: 16px;
}

.spagechange {
    display: block;
    padding: 0px 0 5px 0;
    text-align: center;
    position: relative;
}
.spagechange a {
    display: inline-block !important;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 30px !important;
    padding: 0 13px !important;
    background: #eee !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    margin: 0 0 5px 0;
    color: #657180;
}
.spagechange a.nowpage, .spagechange a.nowpage:hover {
    background: rgba(248,89,89,1) !important;
    border: 1px solid rgba(248,89,89,1);
    color: #fff !important;
}
.report{
	    background: #f5f6f7;
    padding: 10px;
    position: relative;
    min-height: 50px;
    margin-bottom: 10px;
}
.report span{
	display: block;margin-right: 70px;border-right: 1px solid #ccc;padding-right: 10px;line-height: 150%;font-size: 0.9rem;min-height: 50px;
}
.report a{
	    position: absolute;
    width: 60px;
    height: 30px;
    display: block;
    background: rgba(248,89,89,1);
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 0.9rem;
    top: 50%;
    margin-top: -15px;
    right: 10px;
}
    .popwin {
    position: fixed;
    background: url(../toutiao/popwinbg.png);
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    width:100%;
    height:100%;
}
.bgclose {
    width: 100%;
    height: 100%;
}
.popwinbox {
    background: #fff;
    box-shadow: 0px 5px 10px #333;
    position: absolute;
    top: 60%;
    left: 50%;
    padding: 10px;
    min-width: 336px;
    width: 336px;
    margin-left: -168px;
    margin-top: -226px;
        max-width: 800px;
}
a.popwinclose {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(248,89,89,1);
    color: #fff;
    top: -30px;
    right: 0px;
    overflow: hidden;
    color: #fff;
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
}
.popwintitle {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: rgba(248,89,89,1);
    color: #fff;
    z-index: 1;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 40px;

}

.popwin-btn{
	border: 1px solid #ddd;
    background: rgba(248,89,89,1);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    float: right;
    border-radius: 5px;
    line-height: 12px;
}
.form-control{
	border:1px solid #ddd;background:#eee;font-size:16px;display:block;padding:5px;width:100%;box-sizing:border-box;margin-bottom:5px;
}
#errormsg{
	float:left;color:red;font-size:1.2rem;
}
@media (max-width: 767px) {
	.content2{
		font-size: 16px;
	}

}