@charset "UTF-8";

/* Base Reset */
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus {
    outline: 0;
}

img {
    border: 0;
    vertical-align: top;
}

a img {
    vertical-align: middle;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

body,
p {
    font: 14px/1 'Helvetica', 'STHeiti STXihei', 'Microsoft JhengHei', 'Microsoft YaHei', 'Tohoma', 'Arial';
    color: #333;
}

body {
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #154CAB;
}

.wrapper {
    width: 100%;
}

.wrapper .inner {
    width: 92%;
    margin: 0 auto;
}
#container{
    margin-top: 70px;
}
/**head**/
#header {
    background: #154cab;
    height: 185px;
}

.head-logo {
    width: auto;
    padding: 12px 0;
    text-align: center;
}

.head-logo img {
    width: auto;
    max-width: 280px;
    padding-top: 49px;
}

.head-logo span {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    padding-top: 12px;
}

/**主导航**/
#nav {
    border-bottom: 2px solid #043589;
}

.main-nav {}

.main-nav .wp-menu {
    margin: 0 auto;
    display: none;
}

.main-nav .wp-menu .menu-item {
    display: block;
    border-top: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.main-nav .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 18px;
    height: 39px;
    line-height: 39px;
    color: #545454;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
}

.main-nav .wp-menu .menu-item a.menu-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #757575
}

.main-nav .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 1px;
    background: url(images/iconb.png) no-repeat 0px;
}

.main-nav .sub-menu {
    background-color: #f2f2f2;
    display: none;
}

.main-nav .sub-menu .sub-item {
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.main-nav .sub-menu .sub-item a {
    display: block;
    color: #272727;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    display: block;
    text-indent: 20px;
}

.main-nav .sub-menu .sub-item a:hover {
    color: #fff;
    display: block;
    background-color: #7E7E7E;
}

.main-nav .sub-menu .sub-menu {
    background-color: #fff;
}

.main-nav .sub-menu .sub-menu .sub-item a {
    text-indent: 30px;
}

.main-nav .sub-menu .sub-menu .sub-menu .sub-item a {
    text-indent: 40px;
}

/**slide导航**/
.navi-slide-head {
    padding: 0 10px;
    background-color: #F0F0F0;
}

.navi-slide-head .navi-slide-title {
    display: inline-block;
    float: left;
    font-weight: normal;
    color: #a70202;
    font-size: 18px;
    line-height: 40px;
}

.navi-slide-head .navi-slide-arrow {
    display: block;
    width: 34px;
    height: 40px;
    float: right;
    background: url(images/002.png) no-repeat 50%;
    margin-top: -179px;
    margin-right: -13px;
}

.search-bar {
    padding: 5px 0 4px 0;
    margin-bottom: 12px;
}

#keyword {
    border: none;
    width: 180px !important;
    outline: none;
    height: 20px;
    line-height: 20px;
    padding: 5px 2px;
    float: left;
}

.search-bar .search {
    float: right;
    width: 30px;
    height: 30px;
    border-left: 1px solid #ccc;
    background: #f2f2f2 url(images/icons.png) no-repeat 6px -85px;
}

.search-bar .wp_search {
    width: 95%;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: url(images/search.png) no-repeat center;
}

/**slide**/
#slide .swiper-container {
    min-height: 100px;
    overflow: hidden;
    width: 100%;
}

#slide img {
    width: 100%;
    vertical-align: top;
}

#slide .swiper-button-prev,
#slide .swiper-button-next {
    width: 30px;
    height: 54px;
}

#slide .swiper-button-prev {
    background: url(images/slide-navbtn.png) no-repeat 0 50%;
}

#slide .swiper-button-next {
    background: url(images/slide-navbtn1.png) no-repeat right 50%;
}

#tjgg {
     overflow: hidden;
     text-overflow: ellipsis;
     margin-top:-30px;
     z-index:1;
     position:absolute;
}

#tjgg .news_list .news{
    width:80%;
    background:#F1F6FD;
    margin:0 auto;
}
#tjgg .news_list .news .news_wz .news_title{
    font-size:18px;
    line-height:32px;
    font-weight:bold;
}
#tjgg .news_list .news .news_wz .news_title a{
    color:#154CAB;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    
/*新闻列表*/
.wp-post {
    margin-bottom: 10px;
}

.wp-post .post-head {
    border-bottom: 2px solid #E2E2E2;
}

.wp-post .post-head .head-bar {
    position: relative;
    padding: 6px 0;
    background-color: #f0f0f0;
}

.wp-post .post-head .post-title {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding-left: 7px;
    border-left: 6px solid #a70202;
    color: #333;
}

.wp-post .post-head .post-title span {
    display: inline-block;
}

.wp-post .post-head .post-more {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.wp-post .post-head .post-more a {
    color: #424242;
    text-decoration: none;
}

.wp-post .post-head .post-more a:hover {
    color: #000;
    text-decoration: none;
}

.wp-post .post-body {
    margin: 6px;
}

.post-item,
.news-item {
    border-top: 1px dashed #ccc;
}

.news-post .item-1 {
    border-top: none;
}

.post-item .item-thumbnail {
    display: none;
}

.post-item .item-info p {
    display: none;
}

.post-item .item-info h2,
.news-item h2 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-item .item-info h2 a,
.news-item h2 a {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-item .item-info h2 a:hover,
.news-item h2 a:hover {
    color: #B62626
}

/**图片新闻**/
.wp-post .post-body.news_tu .news-item {
    border: 0px;
}

.wp-post .post-body.news_tu .news-item img {
    width: 100%;
    margin-bottom: 10px;
}

.thumbnail-post .item-1 {
    margin-bottom: 10px;
    border: none;
}

.thumbnail-post .item-1 .item-thumbnail {
    display: block;
    position: relative;
    float: left;
    width: 90px;
    margin-right: -90px;
}

.thumbnail-post .item-1 .item-thumbnail .thumb-link {
    display: block;
    margin-top: 5px;
    width: 80px;
    height: 62px;
    background: url(images/nothumb.png) no-repeat center;
}

.thumbnail-post .item-1 .item-thumbnail .thumb-link img {
    width: 100%;
    height: 100%;
}

.thumbnail-post .item-1 .item-info {
    float: right;
    width: 100%;
}

.thumbnail-post .item-1 .item-info h2,
.post-item .item-info p {
    margin-left: 90px;
}

.thumbnail-post .item-1 .item-info h2 {
    height: 22px;
    line-height: 22px;
    margin-bottom: 6px;
}

.thumbnail-post .item-1 .item-info h2 a {
    font-weight: bold;
    color: #a70202;
}

.thumbnail-post .item-1 .item-info h2 a:hover {
    color: #B62626;
}

.thumbnail-post .item-1 .item-info p {
    display: block;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
}

.thumbnail-post .item-1 .item-info p a {
    color: #5b5b5b;
}

.thumbnail-post .item-1 .item-info p a:hover {
    color: #a6a6a6;
}


.wp-column-menu {
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
}

.wp-column-news {
    width: 100%;
}

.wp-column-news .column-news-box {
    margin: 0 6px;
    min-height: 400px;
}

/**栏目列表**/
.column-head {
    background: #E4E4E4;
    line-height: 24px;
}

/**位置栏目背景**/
.column-head .column-anchor {
    padding: 6px;
}

.column-head .column-anchor .column-switch {
    display: block;
    width: 30px;
    height: 24px;
    float: right;
    background: url(images/menu-dot.png) no-repeat center;
}

.column-head .column-anchor h3.anchor-title {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #7a7a7a;
}

/**位置栏目字体**/

.column-list-wrap li {
    width: 100%;
    vertical-align: bottom;
}

.column-list-wrap li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    font-size: 16px;
    color: #383838;
    background: #eee url(images/li.png) no-repeat 10px 14px;
}

.column-list-wrap li a:hover {
    color: #e5e5e5;
    text-decoration: none;
    background-color: #646464;
}

.column-list-wrap li.selected a.selected {
    color: #fff;
    background-color: #636363;
    background-position: 10px 14px;
}

.column-list-wrap li a span {
    display: block;
    padding: 10px;
    padding-left: 20px;
    line-height: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.column-list-wrap .sub-list li a {
    background-position: 18px 11px;
    font-size: 14px;
    background-color: #F1F1F1;
}

.column-list-wrap .sub-list li a:hover {
    background-color: #D6D6D6;
    color: #121212;
}

.column-list-wrap .sub-list li.selected a.selected {
    background-color: #666;
    color: #fff;
    background-position: 18px 11px;
}

.column-list-wrap .sub-list li a span {
    padding: 4px 10px;
    padding-left: 28px;
    line-height: 18px;
}

.column-list-wrap .sub-list .sub-list li a {
    font-size: 13px;
    background-position: 26px 10px;
    background-color: #f5f5f5;
}

.column-list-wrap .sub-list .sub-list li.selected a.selected {
    background-position: 26px 10px;
}

.column-list-wrap .sub-list .sub-list li a span {
    padding-left: 36px;
    line-height: 17px;
}

.column-list-wrap .sub-list .sub-list .sub-list li a {
    background-position: 34px 13px;
}

.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
    background-position: 34px 13px;
}

.column-list-wrap .sub-list .sub-list .sub-list li a span {
    padding: 4px 10px;
    padding-left: 44px;
}

.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
    padding: 4px 10px;
    padding-left: 52px;
}

.column-body {
    display: none;
}

.list-meta .column-title {
    font-size: 16px;
}

/**
 * 栏目新闻
 */
.list-head {
    padding: 10px 0;
    border-bottom: 2px solid #e5e5e5;
}

.list-meta .column-title {
    float: left;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    font-size: 18px;
    color: #333
}

/**当前位置**/
.list-meta .column-path {
    float: right;
    line-height: 24px;
    color: #454545;
}

.list-meta .column-path a {
    color: #454545;
}

.list-meta .column-path a:hover {
    color: #14427E;
}

.column-news-con {
    padding: 10px 0;
}

.column-news-list .column-news-item {
    display: block;
    position: relative;
    border-bottom: 1px dashed #b1b1b1;
    line-height: 1.4em;
    padding: 5px 0;
    padding-left: 10px;
    background: url(images/dot.png) no-repeat 2px 13px;
}

/**栏目新闻列表**/
.column-news-list .column-news-item:hover {
    background-color: #F7F7F7;
    color: #000;
}

.column-news-list .column-news-item .column-news-title {
    display: block;
    margin-right: 76px;
}

.column-news-list .column-news-item .column-news-date {
    display: block;
    text-align: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    color: #999;
}

.wp_entry {
    width: auto;
    margin: 0 4px;
}

.wp_entry,
.wp_entry p {
    line-height: 1.7;
    font-size: 16px;
    text-align: justify;
}

.wp_entry p {
    margin-bottom: 11px;
}

.column-news-list .wp_entry img {
    vertical-align: middle;
    max-width: 100%;
}

/**列表页文章图片大小限制**/
.list-meta .column-path,
.list-meta .column-title {
    float: none;
}

.list-meta .column-title {
    display: none;
}

.list-meta .column-path {
    padding-left: 24px;
    background: url(images/sitemap-icon.png) no-repeat 0 4px;
}

.list-meta .column-path .path-name {
    display: none;
}

.wp_paging .pages_count,
.wp_paging .page_jump {
    display: none;
}

.wp_article_list .list_item {
    overflow: hidden;
}

.wp_article_list .list_item {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}

.wp_article_list .list_item .pr_fields {
    display: block;
    float: none;
    white-space: nowrap;
}

.wp_article_list .list_item .Article_Index {
    display: none;
}

.wp_article_list .list_item .ex_fields {
    display: none;
}

.wp_article_list .list_item a {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp_article_list .list_item .Article_Title {
    float: none;
    margin: 0;
    display: block;
}

/**文章页**/
.info-box {
    margin: 0 6px;
}

.article {
    padding: 10px 0;
}

.article h1.arti-title {
    line-height: 26px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #424242;
    border-bottom: 2px solid #ECECEC
}

/**文章标题**/
.article .arti-metas {
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
}

.article .arti-metas span {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 4px;
    overflow: hidden;
    min-height: 400px;
}

/**文章内容**/
.article .entry,
.article .entry p {
    line-height: 1.7;
    font-size: 16px;
    text-align: justify;
}

.article .entry p {
    margin-bottom: 11px;
}

.article .entry .read img {
    vertical-align: middle;
    max-width: 100%;
    margin-bottom: 5px;
}

/**文章阅读部分图片大小限制**/

/**底部**/
#footer .inner {
    padding: 15px 0 35px 0;
}

#footer .inner .foot-top {
    background: #154cab;
    padding: 20px 10px;
}

#footer .inner .foot-bottom {
    background: #043589;
}

#back-top {
    display: block;
    display: none;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    background: #868686 url(images/back-top.png) no-repeat center;
    position: fixed;
    right: 6px;
    bottom: 20px;
    z-index: 10000;
}


/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    margin-top: 5px;
}

.wp-search {
    position: relative;
    border: 1px solid #d0d0d0;
    width: 96%;
    height: 35px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    width: 100%;
    background: #E2E3E4 url(images/search.png) no-repeat center;
    height: 35px;
    border-radius: 15px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 22px;
    padding: 4px 0;
    line-height: 22px;
    background: none;
    color: #154CAB;
    font-size: 14px;
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 28px;
    height: 24px;
    border: 0;
    outline: 0;
    background: #FFFFFF url(images/sear.png) no-repeat center;
    cursor: pointer;
    display: none;
    margin-top: 6px;
    margin-right: 6px;
}


/**css**/

.post {
    padding-top: 30px;
}

.post .tt .tit span.title {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    float: left;
    font-weight: bold;
}

.post .more_btn .more_text {
    float: right;
    color: #A4A4A4;
    font-size: 18px;
}

.post .tt {
    height: 24px;
    padding-bottom: 25px;
}

.post .more_btn {
    line-height: 24px;
}

.post-21 ul.u1 li a img {

    width: 100%;
}

.post-21 ul.u1 li .bbox {
    width: 100%;
    height: 150px;
    background: #f1f1f1;
}

.post-21 ul.u1 li .bbox .news_title {
    width: 100%;
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 12px;
}

.post-21 ul.u1 li .bbox .news_title a {
    font-size: 18px;
    color: #154CAB;
    padding-left: 4%;
    font-weight: bold;
}

.post-21 ul.u1 li .bbox .news_jj {
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 15px;
    padding-top: 10px;
}

.post-21 ul.u1 li .bbox .news_jj a {
    font-size: 16px;
    color: #9F9F9F;
    padding-left: 4%;
}

.post-21 ul.u1 li .bbox .news_meta {
    font-size: 16px;
    font-weight: bold;
    color: #154CAB;
    line-height: 28px;
    padding-left: 4%;

}

.post-21 ul.u2 {
    padding-top: 20px;
}

.post-21 ul.u2 li .news_title {
    line-height: 30px;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.post-21 ul.u2 li .news_title a {
    font-size: 18px;
    color: #333333;
}

.post-21 ul.u2 li .news_meta {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #154CAB;
    float: right;
}


.sudy-tab .tab-menu {
    margin-top: 30px;
    border-bottom: none;
}

.sudy-tab .tab-menu li {
    padding: 5px 3px;
}

.sudy-tab .tab-menu li.selected {
    background: none;
}

.tab-menu li .post .tit .title {
    color: #7E7E7E;
}

.tab-menu li.selected .post .tit .title {
    color: #333333;
}

.tab-menu li .post {
    padding-top: 0;
}

.tab-con {
    position: relative
}

.tab-con .post .more_btn .more_text {
    position: absolute;
    top: -18px;
    right: 0;
}

@media screen and (max-width: 520px) {
    .tab-con .post .more_btn .more_text {
        top: -48px;
    }

    .tab-con {
        margin-top: 50px
    }

    .tab-menu li {
        float: none !important;
        width: 40%;
    }
}

.rili2 .con {
    padding: 5px 0px;
}


.rili2 .news_list li.news {
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #BCBCBC;
}

.rili2 .news_list li.news.n4 {
    border: none;
}

.rili2 .news_list li.news .news_date {
    float: left;
    width: 80px;
    margin-right: -70px;
    text-align: center;
    position: relative;
}

.rili2 .news_list li.news .news_date:before {
    position: absolute;
    content: " ";
    right: 0;
    top: 1px;
    width: 1px;
    height: 40px;
    background: #A5A5A5;
}

.rili2 .news_list li.news .news_date .news_year {
    line-height: 28px;
    font-size: 30px;
    color: #154CAB;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

.rili2 .news_list li.news .news_date .news_days {
    line-height: 28px;
    font-size: 14px;
    color: #96A5B4;
    margin-top: -6px;
}

.rili2 .news_list li.news .news_wz {
    width: 72%;
    float: right;
}

.rili2 .news_list li.news .news_wz .news_con {
    padding: 0px 0px;
}

.rili2 .news_list li.news .news_title {
    line-height: 45px;
    font-size: 18px;
    width: 100%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rili2 .news_list li.news .news_jj {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 3px;
}


.post-41 .news_list {
    margin: 0 -10px
}

.post-41 .news_list .news {
    width: 33.3%;
    margin-bottom: 20px;
    float: left;
}

.post-41 .news_list .news .news_box {
    margin: 0 10px;
    position: relative;
}

.post-41 .news_list .news .news_title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 111px;
}

.post-41 .news_list .news .news_title a {
    color: #fff;

}

.post-41 .news_list .news.n1 {
    background: url(../wap_resources/images/bg1.png) no-repeat center center;
}

.post-41 .news_list .news.n2 {
    background: url(../wap_resources/images/bg2.png) no-repeat center center;
}

.post-41 .news_list .news.n3 {
    background: url(../wap_resources/images/bg3.png) no-repeat center center;
}

.post-41 .news_list .news.n4 {
    background: url(../wap_resources/images/bg4.png) no-repeat center center;
}

.post-41 .news_list .news.n5 {
    background: url(../wap_resources/images/bg5.png) no-repeat center center;
}


@media screen and (max-width: 999px) {}

@media screen and (max-width: 767px) {
    .post-41 .news_list .news {
        width: 50%
    }
}

@media screen and (max-width: 479px) {
    .post-41 .news_list .news {
        width: 100%
    }
}


#footer .inner p {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    opacity: .6;
    font-family: "微软雅黑";
}

#footer .inner p.cp1 {
    font-size: 22px;
    text-align: center;
    opacity: 1;
    font-weight: bold;
}

#footer .inner p.cp2 {
    margin-top: 15px;
}