﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
h1,h2,h3,h4,h5,h6{ font-family:微软雅黑; font-weight:bold;}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.IndexCircle { width:134px; height:194px;  display:inline-block; margin-right:206px; float:left;  font-family:微软雅黑; font-size:20px; font-weight:bold; text-align:center; line-height:60px;}
.IndexCircle:hover { color:#003A8F ;  }
.IndexCircle div {width:134px; height:134px; background:url(/images/m1.png);}
.IndexCircle:hover div{ background:url(/images/m2.png); }


 .steps {
        position: absolute;
        top: 20px;
        right: 0px;
        width: 400px;
        counter-reset: step; /*创建步骤数字计数器*/
        clear: both;
    }
        /*步骤描述*/
        .steps li {
            list-style-type: none;
            font-size: 12px;
            text-align: center;
            width: 25%;
            position: relative;
            float: left;
        }

            /*步骤数字*/
            .steps li:before {
                display: block;
                content: counter(step); /*设定计数器内容*/
                counter-increment: step; /*计数器值递增*/
                width: 32px;
                height: 32px;
                background-color: #E60213;
                line-height: 32px;
                border-radius: 32px;
                font-size: 16px;
                color: #fff;
                text-align: center;
                font-weight: 700;
                margin: 0 auto 8px auto;
            }

            /*连接线*/
            .steps li ~ li:after {
                content: '';
                width: 100%;
                height: 2px;
                background-color: #E60213;
                position: absolute;
                left: -50%;
                top: 15px;
                z-index: -1; /*放置在数字层后面*/
            }

            /*将当前/完成步骤之前连接线变绿*/
            .steps li.active:after {
                background-color: #E60213;
            }

            /*将当前/完成步骤之后的数字及连接线变灰*/
            .steps li.active ~ li:before,
            .steps li.active ~ li:after {
                background-color: #777;
            }



.OneNews{ margin:0 20px; padding:20px 0; height:auto!important; height:80px; min-height:80px; border-bottom:1px dotted #efefef;}
.OneNews .entry-date{    float: left; width: 43px;}
.OneNews .entry-latest-content {
    padding-left: 58px;
}
.OneNews .entry-date span:first-child {
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 8px 0 7px;
    text-transform: uppercase;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
}
.OneNews .entry-date span {
    display: block;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    background-color: #787878;
}

.OneNews .entry-latest-content h3 {
    color: #111111;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border-bottom:0;
}
.OneNews .entry-latest-content h3 a{ color:#111; text-decoration:none;}
.OneNews .entry-latest-content h3 a:hover{ color:#333; text-decoration:none;}
.OneNews .entry-latest-content p {
    color: #636363;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    padding: 8px 0 5px 0;
    margin: 0;
    display: block;
    text-decoration: none;
    text-indent:0em;
}
 .OneNews a.last-view {
    color: #019cde;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none !important;
}
.ArticleContent img{ max-width:100%; max-height:100%; margin:0; }
.ArticleContent { padding:30px 0; font-size:16px; line-height:24px;}
.ArticleContent p{ margin:10px 0 20px 0px; text-indent:2em;}
#TimeStamp{ margin-top:50px; margin-bottom:30px; text-align:right; clear:both;}

 .CategoryTitleBG{ height:80px; width:100%; line-height:80px; background:url(/Images/BreadBg.jpg); margin:0 auto;}
  .CategoryTitleBG h3{line-height:80px; padding:0 20px; margin:0;}