* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: .9rem "Microsoft YaHei", 微软雅黑, Arial, Helvetica, SimHei, sans-serif;
    box-sizing: border-box;
    border: none;
}


body {
    width: 100%;
    min-width: 1200px;
    background-color: #f2f2f2;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    color: black;
}

img {
    border: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    box-sizing: border-box;
}

div {
    box-sizing: border-box;
}

/**
@font-face {
    font-family: 'syfont';
    src: url('../../fonts/syyh.woff');
}**/



.channal_name a {
    font-family: 'syfont';
    color: #1d54d6;
}

.content {
    width: 1100px;
    margin: auto;
    background-color: #fff;
}

.floor {
    overflow: hidden;
    margin-top: 20px;
}

.floor_l {
    float: left;
}

.floor_r {
    float: right;
}

.banner {
    height: 357px;
    background-image: url(../images/fgf_banner.png);
    background-repeat: no-repeat;
    background-position: center;
}

.logo {
    margin-top: 10px;
    width: 210px;
    margin-left: 10px;
}

.search_box {
    margin-left: 80px;
    margin-top: 230px;
    width: 627px;
    height: 54px;
    border-radius: 27px;
    background-color: #6A9CF1;
}

.search_in {
    float: left;
    color: white;
    font-size: 18px;
    margin-left: 27px;
    width: calc(100% - 104px);
    height: 100%;
    background-color: #6A9CF1;
}

.search_in::-webkit-input-placeholder {
    color: white;
    font-size: 18px;
}

/* 使用webkit内核的浏览器 */
.search_in:-moz-placeholder {
    color: white;
    font-size: 18px;
}

/* Firefox版本4-18 */
.search_in::-moz-placeholder {
    color: white;
    font-size: 18px;
}

/* Firefox版本19+ */
.search_in:-ms-input-placeholder {
    color: white;
    font-size: 18px;
}

.search_btn {
    float: left;
    margin-right: 27px;
    width: 50px;
    height: 100%;
    background-image: url(../images/fgf_searchbtn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #6A9CF1;
    cursor: pointer;
}

/* 轮播图开始 */
#slideshow {
    width: 522px;
    height: 260px;
    float: left;
    background: #dddddd22;
    position: relative;
    overflow: hidden;
}

#slideshow_img {
    width: 610px;
    height: 350px;
    overflow: hidden;
}

#slideshow_img li,
#slideshow_img li a,
#slideshow_img li a img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideshow_btn {
    width: 42px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    background-color: #555555;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 250ms;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.slideshow_btn:hover {
    background-color: #ccc;
}

#slideshow_bottom_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
}

#slideshow_page {
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 38px;
    z-index: 2;
}

#slideshow_page li {
    float: left;
    width: 10px;
    height: 10px;
    background: #eff4f8;
    opacity: 0.9;
    border-radius: 50%;
    margin: 16px 8px 16px 0;
    cursor: pointer;
}

#slideshow_page li.on {
    background-color: #48ACF4;
}

#slideshow_info {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#slideshow_info a {
    display: none;
    float: left;
    max-width: calc(100%-100px);
    color: #ffffff;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    margin-left: 20px;
    text-align: center;
}

#slideshow_info a.on {
    display: block;
}

.channal_box {
    overflow: hidden;
    width: 514px;
    height: 270px;
}
.min{
  width: 100%;
}
.main {
    padding: 0 20px 0 20px;
}

.channal_header {
    overflow: hidden;
    height: 54px;
    background-image: url(../images/fgf_morebg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.channal_name {
    float: left;
    line-height: 40px;
    color: #1d54d6;
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
}

.more_box {
    float: right;
    height: 100%;
    padding-top: 12px;
}

.more_box.wj {
    width: calc(100% - 230px);
}


.more {
    float: right;
    padding: 0 10px;
    color: white;
    font-size: 14px;
    background-color: #48ACF4;
}

.list_item {
    color: #333333;
    overflow: hidden;
    line-height: 31px;
}

.list_item a {
    font-size: 15px;
}

.item_title {
    position: relative;
    padding-left: 20px;
    float: left;
    max-width: calc(100% - 95px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_title::before {
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #A0B1D3;
    border-radius: 50%;
}

.item_date {
    float: right;
}

.wjk img {
    width: 100%;
}


/* 专题 */
#ztzl {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 25px;
    background-color: white;
}

.ztzl_channalbox {
    float: left;
}

.ztzl_content {
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.ztzl_list .ztzl_item {
    float: left;
    margin: 0 8px 0 0;
    width: 260px;
    text-align: center;
}

.ztzl_list .ztzl_item a {
    transition: .5s;
}

.ztzl_list .ztzl_item a:hover span {
    font-weight: bold;
}

.ztzl_list .ztzl_item a span {
    transition: .2s;
}

.ztzl_list .ztzl_item img {
    width: 100%;
}

.footer_box {
    margin-top: 45px;
    border-top: 3px solid #015294;
}

.am-container {
    max-width: 1170px;
    padding: 25px 15px 30px 15px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

footer .info {
    padding-left: 80px;
    position: relative;
    width: 63%;
    float: left;
}

.no-padding-right {
    padding-right: 0px;
}

footer p {
    line-height: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

footer .link-img {
    vertical-align: top;
    width: 36%;
    float: right;
}

footer #_ideConac {
    position: absolute;
    left: 0px;
    top: -10px;
}

@media screen and (max-width:768px) {
    body {
        min-width: 100%
    }

    .content {
        width: 100%;
        text-align: center;
    }

    .logo {
        width: 60%;
    }

    .search_box {
        margin: 230px auto 0 auto;
        width: 80%;
    }

    #slideshow {
        width: 100%;
        height: auto;
    }

    #slideshow_img {
        width: 100%;
        height: auto;
    }

    #slideshow_info a {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .ztzl_content {
        width: 100%;
        max-width: 280px;
    }

    .ztzl_list .ztzl_item {
        margin-right: 0;
    }

    .floor_l,
    .floor_r {
        width: 100%;
    }

    footer #_ideConac,
    footer .link-img {
        display: none;
    }

    footer .info {
        padding-left: 0;
        width: 100% !important;
    }
}