@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-09-21 15:53:26
 * @version $Id$
 */
 a{
 	color: #333;
 	text-decoration: none;
 }
 a :hover{
 	text-decoration: none;
 }
 #header {
    height: 90px;
}
.trends table,.industry table{
    margin: 25px auto 5px auto;
    border: 1px solid transparent;
    width: 100%;
    /*height: 442px;*/
}
.trends table td,.industry table td{
	text-align: left;
    padding: 10px 0;
}
.trends table td a:hover{
	color: #ee4a4a;
}
.industry table td a:hover{
	color: #ee4a4a;
}
.trends table .cols,.industry table .cols{
    text-align: right;
}
#btm-nav,#news-page{
	text-align: center;
    margin: 70px 0 -90px 0;
    position: absolute;
    left: 40%;
    bottom: 0px;
}
.new-rmb {
    display: none;
}
.new-main {
    width: 88%;
    margin: 10px auto 70px auto;
    text-indent: 25px;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
}
.new-rmb h3{
	color: #ee4a4a;
	text-align: center;
	font-size: 20px;
}
.new-rmb h4 {
    line-height: 45px;
    text-indent: 0;
}
.new-main span {
    padding-left: 26px;
}
.new-main p{
	line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
}
#quick-news p, #public-activity p {
    padding-top: 10px;
    margin-bottom: 10px;
}
.abt-content h5 {
    font-size: 15px !important;
}

.new-rmb img {
    margin: 40px auto;
}
.right tr{
    cursor: pointer;
}
#about .right{
    /*height: 566px;*/
    position: relative;
}
.images-title{
    position: relative;
    top: -25px;
    text-align: center;
}
.news-stitle{
    text-align: center;
}

.news-center {
    text-align: center;
}

.news-red {
    color: #ee5a5a;
    padding: 0 !important;
}



.news-border-radius {
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 3px solid lightblue;
    border-radius: 15px;
    font-size: 14px;
    text-indent: 0px;
}

.news-p-indent {
    text-indent: 0 !important;
    padding-left: 25px;
}

/*电信诈骗有多狠，看完你就知道了*/
.news-bg-box-title {
    margin-top: 20px;
    border-bottom: 1px solid black;
}

.news-bg-box-title h4 {
    line-height: 27px;
}

.news-bg-box-title strong {
    color: rgb(232, 158, 37);
    border-bottom: 5px solid rgb(232, 158, 37);
}

.news-bg-box:nth-child(even) {
    /*line-height: 1.5;*/
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    margin-top: 15px;
    padding: 10px;
    background-color: rgb(248, 199, 92);
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 0 -1px rgb(232, 158, 37),
                 0px 4px 0 -2px rgb(232, 158, 37),
                 0px 6px 0 -3px rgb(232, 158, 37),
                 0px 8px 0 -4px rgb(232, 158, 37),
                 0px 10px 0 -5px rgb(232, 158, 37),
                 0px 12px 0 -6px rgb(232, 158, 37);
 }

.news-bg-box:nth-child(odd) {

    color: #fff;
    margin-top: 20px;
    padding: 10px;
    background-color: rgb(137, 224, 213);
    border-radius: 5px 5px 0 0;
    box-shadow:  0px -2px 0 -1px rgb(53, 184, 167),
                 0px -4px 0 -2px rgb(53, 184, 167),
                 0px -6px 0 -3px rgb(53, 184, 167),
                 0px -8px 0px -4px rgb(53, 184, 167),
                 0px -10px 0 -5px rgb(53, 184, 167),
                 0px -12px 0 -6px rgb(53, 184, 167);
}

.news-bg-box:nth-child(odd)  p {
    font-size: 15px;
    line-height: 1.8;

}
