.mod-content {
    background: none;
}
.item .pic {
    position: relative;
    overflow: hidden;
}
.item .pic img {
    max-width: 100%;
}
.item h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 9px 10px;
    background: rgba(255,255,255,0.9);
}
.item h3 a {
    color: #333333;
    display: block;
    text-decoration: none;
}
.item:hover h3 a {
    color: #134c78;
}
.introduction {
    margin-bottom: 30px;
}
.introduction .pic {
    float: left;
    width: 370px;
}
.introduction .pic img {
    max-width: 100%;
}
.introduction .info {
    float: right;
    width: 770px;
}
.introduction .info h1 {
    font-size: 40px;
    font-weight: 500;
    color: #134c78;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.introduction .info .slogan {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    padding-bottom: 11px;
    position: relative;
    margin-bottom: 15px;
}
.introduction .info .slogan:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 170px;
    background: #e5e5e5;
}
.introduction .info .short {
    font-size: 14px;
    line-height: 23px;
    color: #444444;
    text-align: justify;
    margin-bottom: 20px;
}
.introduction .info .view_more {
    color: #134c78;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}
.introduction .info .view_more i {
    margin-left: 5px;
}
.introduction .info .view_more:hover,
.introduction .info .view_more:hover i {
    color: #3eabea;
}
.category_menu {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.category_menu ul li {
    width: 25%;
    float: left;
    border-left: 1px solid #fff;
}
.category_menu ul li:first-child {
    border-left: none;
}
.category_menu ul li a {
    display: block;
    background: #134c78;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.category_menu ul li:hover a {

}
/**/
.cat_box {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.cat_box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cat_box .title {
    background: url("../images/pat02.jpg") repeat-x left bottom;
    margin-bottom: 20px;
    position: relative;
}
.cat_box .title h3 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    background: #134c78;
    padding: 3px 10px;
    display: inline-block;
    text-transform: uppercase;
}
.cat_box .title h3 a {
    color: #ffffff;
    text-decoration: none;
}
.cat_box .title h3 a:hover {
    color: #fef96e;
}
.cat_box .title > a {
    position: absolute;
    color: #134c78;
    background: #fff;
    padding: 0 0 0 10px;
    right: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 13px;
}
.cat_box .title > a i {
     margin-right: 5px;
}
.cat_box .content .news_item {
    width: 50%;
    float: left;
}
.cat_box .content .row_item {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px dotted #d9d9d9;
}
.cat_box .content .row_item:first-child {
    padding-top: 0;
    border-top: none;
}
.news_item h4 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}
.news_item h4 a {
    color: #134c78;
    text-decoration: none;
}
.news_item h4 a:hover {
    color: #3eabea;
}
.news_item .pic {
    text-align: center;
    float: left;
    width: 170px;
}
.news_item .pic img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news_item .pic img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.news_item .pic + .info {
    float: right;
    width: 400px;
    padding-right: 20px;
}
.news_item .short {
    text-align: justify;
    color: #444444;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.news_item .news_dc {
    overflow: hidden;
    margin-bottom: 10px;
}
.news_dc div {
    float: left;
    font-size: 12px;
    color: #bbbbbb;
}
.news_dc div i {
    margin-right: 3px;
}
.news_dc div:not(:first-child) {
    margin-left: 10px;
}
.row_dc {
    overflow: hidden;
    margin-bottom: 30px;
}
.row_dc:last-child {
    margin-bottom: 0;
}