﻿@font-face {
    font-family: 'Conv_Reg';
    src: url('fonts/Reg.eot');
    src: local('â˜º'), url('fonts/Reg.woff') format('woff'), url('fonts/Reg.ttf') format('truetype'), url('fonts/Reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Bold';
    src: url('fonts/Bold.eot');
    src: local('â˜º'), url('fonts/Bold.woff') format('woff'), url('fonts/Bold.ttf') format('truetype'), url('fonts/Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Conv_Reg';
    font-weight: normal;
    font-style: normal;
    direction: rtl;
    background-color: #E1E1E1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

.clearfix {
    clear: both;
}

a {
    text-decoration: none;
}

ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.wrapper {
    width: 1224px;
    margin: 0 auto;
    padding-top: 10px;
}

.top-add {
    display: block;
    /*margin-bottom: 20px;*/
}

    .top-add img {
        width: 100%;
    }

.head-section {
    display: block;
}

.head-section-top {
    height: 85px;
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #E1E1E1;
    z-index: 1000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    right: 0;
    padding-top: 10px;
}

    .sticky + .content {
        padding-top: 102px;
    }
.logo {
    width: 125px;
    float: right;
    border: 0;
}
.add-head {
    width: 600px;
    float: right;
    padding-right: 50px;
}
.add-head img {
    width:100%
}
.head-search {
    width: 300px;
    height: 46px;
    display: block;
    margin: 20px auto;
    float: left;
}

.head-section-menu {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    clear:both;
}

.main-news {
    display: block;
    width: 96%;
    padding: 2%;
    height: 400px;
    background-color: #fff;
}

.main-news-img {
    width: 60%;
    float: right;
    overflow: hidden;
    margin-left: 20px;
    height: 400px;
    position: relative;
}

    .main-news-img img {
        width: 100%;
    }
.play {
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    background-image:url(../images/play.png);
    background-repeat:no-repeat;
}
.main-news-img h2 {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: normal;
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 2%;
    width: 96%;
    font-family: 'Conv_Bold';
}
.main-news h1 {
    font-size: 30px;
    color: #001C65;
    font-weight: normal;
    font-family: 'Conv_Bold';
}

.main-news p {
    font-size: 18px;
    color: #444;
}

.main-news-social {
    width: 100px;
    height: 26px;
    float: right
}

    .main-news-social img {
        width: 26px;
        height: 26px;
    }

.side-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    align-content: center;
    margin-top: 1px;
}

.side-big {
    display: inline-block;
    float: right;
    width: 70%;
    background-color: #fff
}

.mid-news {
    display: block;
    width: 94%;
    padding: 3%;
    border-bottom: 1px #E1E1E1 solid
}

.mid-news-img {
    width: 48%;
    margin-left: 15px;
    overflow: hidden;
    height: 225px;
    float: right
}

    .mid-news-img img {
        width: 100%
    }

.mid-news h2 {
    font-size: 23px;
    color: #001C65;
    display: block;
    margin: 10px 0;
    font-weight: normal;
    font-family: 'Conv_Bold';
    text-align:right;
    direction:rtl
}

.mid-news p {
    font-size: 16px;
    color: #808080;
    margin: 0;
    text-align: right;
    direction: rtl
}

.mid-more {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

    .mid-more li {
        display: block;
        clear: both;
        margin-bottom: 5px;
        padding-right: 25px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: right 5px;
    }

        .mid-more li h2 {
            font-size: 20px;
            color: #001C65;
            margin: 0;
            font-weight: normal;
            font-family: 'Conv_Bold';
        }

.mid-add {
    display: block;
    width: 100%
}

    .mid-add img {
        width: 100%
    }

.tags {
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    direction:rtl
}

.tags-sport {
    color: #05B72F;
    border-color: #05B72F
}

.tags-aburi {
    color: #01B3AF;
    border-color: #01B3AF
}

.tags-chaw {
    color: #FF5700;
    border-color: #FF5700
}

.tags-report {
    color: #FFC400;
    border-color: #FFC400
}

.tags-ten {
    color: #00C2FF;
    border-color: #00C2FF
}

.more-news {
    display: block;
    width: 94%;
    padding: 3%;
}

    .more-news ul {
        display: block;
    }

        .more-news ul li {
            display: block;
            margin-bottom: 20px;
            width: 100%;
        }

            .more-news ul li:last-child {
                margin-bottom: 0
            }

.more-news-img {
    width: 207px;
    margin-left: 15px;
    overflow: hidden;
    height: 128px;
    float: right
}

    .more-news-img img {
        width: 100%
    }

.more-news ul li h2 {
    font-size: 20px;
    color: #001C65;
    display: block;
    margin: 10px 0;
    font-weight: normal;
    font-family: 'Conv_Bold';
}

.more-news ul li p {
    font-size: 16px;
    color: #808080;
    margin: 0
}
.detail {
    display: block;
    width: 94%;
    padding: 3%;
}
.detail-wtar {
    display: block;
}

    .detail-wtar h1 {
        display: block;
        margin: 0;
        color: #001C65;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }


    .detail-wtar span {
        font-size: 14px;
        color: #FFC400;
    }

.qoute {
    display: block;
    clear: both;
    background-color: #f0f0f0;
    padding: 20px 20px 40px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .qoute h4 {
        font-weight: normal;
        color: #000;
        font-size: 20px;
        clear: both;
        display: block;
        margin-bottom: 10px;
    }

.right-q {
    float: right;
    margin-left: 10px;
    width: 30px;
    margin-bottom: 10px;
}

.left-q {
    float: left;
    margin-right: 10px;
    width: 30px;
}


.detail-hawal {
    display:block;
}
    .detail-hawal h1 {
        display: block;
        margin: 0;
        color: #001C65;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }
    .detail-hawal img {
        width:100%;
        margin-bottom:10px;
    }
.detail-hawal-extra {
    display:block;
    border:1px #eee solid;
    height:30px;
    margin-top:10px;
}
.detail-hawal-extra-item {
    width:50%;
    float:right;
    height:30px;
}
.detail-hawal-extra-item span {
    line-height:30px;
    color:#666;
    font-size:14px;
    padding:0 10px;
}
.detail p {
    font-size:16px;
    color:#000;
    line-height:30px;
}
.detail img {
    max-width:100%
}
.embed-container {
    position: relative;
    padding-bottom: 53.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0px 0;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.side-small {
    display: inline-block;
    float: right;
    width: 30%;
    background-color: #fff;
    -webkit-box-shadow: inset -1px 0 0 0 #E1E1E1;
    box-shadow: inset -1px 0 0 0 #E1E1E1;
}

.side-add {
    width: 90%;
    display: block;
    margin: 5% auto;
    margin-bottom: 20px;
}

    .side-add img {
        width: 100%;
    }

.wtar {
    width: 90%;
    margin: 30px 5%;
    border: 2px #FFC400 solid;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

    .wtar h1 {
        font-size: 20px;
        background-color: #fff;
        padding: 0 10px;
        position: absolute;
        right: 20px;
        top: -13px;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }

    .wtar ul {
        display: block;
        margin: 20px 0px;
    }

        .wtar ul li {
            display: block;
            margin-bottom: 15px;
            width: 96%;
            padding: 0 2%;
        }

.wtar-img {
    width: 85px;
    height: 85px;
    overflow: hidden;
    float: right;
    margin-left: 15px;
}

    .wtar-img img {
        width: 100%;
    }

.wtar ul li h2 {
    font-size: 15px;
    color: #000;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-family: 'Conv_Bold';
}

.wtar ul li span {
    font-size: 14px;
    color: #FFC400;
}

.zoretrin {
    width: 90%;
    margin: 30px 5%;
    border: 2px #FF0000 solid;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

    .zoretrin h1 {
        font-size: 20px;
        background-color: #fff;
        padding: 0 10px;
        position: absolute;
        right: 20px;
        top: -13px;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }

    .zoretrin ul {
        display: block;
        margin: 30px 0px;
    }

        .zoretrin ul li {
            display: block;
            width: 90%;
            padding: 10px 0%;
            border-bottom: 1px #ddd solid;
            margin: 0 5% 15px;
        }

            .zoretrin ul li:last-child {
                border: 0
            }

            .zoretrin ul li h3 {
                color: #575757;
                font-size: 25px;
                float: right;
                font-weight: normal;
                font-family: 'Conv_Bold';
            }

            .zoretrin ul li h2 {
                font-size: 15px;
                color: #000;
                margin: 0 40px 5px 0;
                font-weight: normal
            }

.video {
    background-color: #028E92;
    display: block;
    clear: both;
    width: 94%;
    padding-top: 1%;
    padding-right: 3%;
    padding-bottom:0%;
    padding-left: 3%;
}

    .video h1 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }

    .video ul li {
        display: inline-block;
        float: right;
        width: 24%;
        margin-left: 1.3%;
        height: 270px;
        position:relative
    }

        .video ul li:last-child {
            margin-left: 0
        }

        .video ul li img {
            width: 100%;
            margin-bottom: 10px;
            height: 60%;
        }

        .video ul li h2 {
            font-size: 18px;
            color: #fff;
            display: block;
            line-height: 24px;
            display: block;
            clear: both;
            margin: 0;
            font-weight: normal;
            font-family: 'Conv_Bold';
        }

.photo {
    background-color: #FFC600;
    display: block;
    clear: both;
    width: 94%;
    padding-top: 1%;
    padding-right: 3%;
    padding-bottom: 0%;
    padding-left: 3%;
}

    .photo h1 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }

    .photo ul li {
        display: inline-block;
        float: right;
        width: 49%;
        margin-left: 2%;
        height: 430px;
    }

        .photo ul li:last-child {
            margin-left: 0
        }

        .photo ul li img {
            width: 100%;
            margin-bottom: 10px;
            height: 361px;
        }

        .photo ul li h2 {
            font-size: 18px;
            color: #fff;
            display: block;
            line-height: 24px;
            display: block;
            clear: both;
            margin: 0;
            font-weight: normal;
            font-family: 'Conv_Bold';
        }

.footer {
    background-color: #464646;
    padding: 40px 0;
}

.footer-logo {
    width: 90px;
    height: 40px;
    margin: 0 auto
}

    .footer-logo img {
        width: 100%
    }

.footer ul {
    display: block;
    margin: 35px auto;
    width: 80%;
}

    .footer ul li {
        width: 24%;
        border-left: 1px #666 solid;
        display: inline-block;
        float: right;
        height: 100px
    }

        .footer ul li:last-child {
            border: 0
        }

        .footer ul li a {
            display: block;
            clear: both;
            padding: 0 15px 5px 0;
            color: #ccc;
            font-size: 14px
        }

.footer-social {
    width: 120px;
    height: 26px;
    text-align: center;
    margin: 15px auto
}

    .footer-social img {
        margin: 0 5px;
        width: 26px
    }
.extra-footer {
    text-align: center;
    padding: 15px 0 0 0;
    direction:ltr !important;
    font-size:20px;
}
.extra-footer span {
    color:#fff;
    display:block
}
    .gsearch {
    width: 300px !important;
    direction: rtl !important;
    height: 30px;
    float: left !important;
}

.gsc-control-cse {
    border-color: none !important;
    background: none !important;
    direction: rtl !important;
    height: 20px !important;
    padding: 0px !important;
    border: 0px !important;
}

gsc-input {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: none !important;
    height: 20px !important;
}

#gsc-i-id1 {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: none !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #474747 !important;
    background-image: none;
    filter: none;
    setanimation -webkit-transition: all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0 !important;
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #eeaf06 !important;
        background-image: none;
        filter: none;
        setanimation -webkit-transition: all .4s ease !important;
        transition: all .4s ease !important;
    }

.gsc-input-box {
    border: 1px solid #ffffff !important;
    background: none repeat scroll 0% 0% #FFF;
    height: 28px !important;
    margin-top: 0px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px;
    margin-top: 1px;
}

table.gsc-search-box td.gsc-input {
    padding-left: 5px !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px;
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000000 !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-size: 12px !important;
}

.gs-web-image-box img.gs-image {
    width: 150px !important;
    height: 150px !important;
    border: 2px solid silver;
    margin: 1px !important;
    padding: 1px !important;
}

.gsc-branding {
    display: none !important;
}

.gsc-clear-button {
    display: none !important;
}

#gsc-i-id1 {
    padding: 0px !important;
    text-indent: 0 !important
}

.gsc-search-button {
    padding: 9px 10px !important;
    color: #474747 !important;
    background-image: url(search_box_icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 1px;
    margin-top: 0 !important;
    text-indent: 0 !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    margin-top: 0 !important;
}


.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0px;
    padding: 6px 27px;
    margin-top: 0px !important;
    width: auto;
    vertical-align: middle;
    border: 0 !important;
    border-top-color: rgb(244, 16, 16);
    border-right-color: rgb(244, 16, 16);
    border-bottom-color: rgb(244, 16, 16);
    border-left-color: rgb(244, 16, 16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
    background: #d50a0a !important;
}



    .cse .gsc-search-button-v2, .gsc-search-button-v2:hover {
        background: #d50a0a !important;
    }
.titles {
    display: block;
    color: rgb(244, 16, 16);
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Conv_Bold';
}

.media-page {
    width:100%;
    display:block
}
    .media-page ul li {
        display: inline-block;
        float: right;
        width: 49%;
        margin-left: 2%;
        height: 340px;
    }

.media-page ul li:nth-child(2n+0) {
    margin-left: 0
}

        .media-page ul li img {
            width: 100%;
            margin-bottom: 5px;
        }

        .media-page ul li h2 {
            font-size: 18px;
            color: #000;
            display: block;
            line-height: 24px;
            display: block;
            clear: both;
            margin: 0;
            font-weight: normal;
            font-family: 'Conv_Bold';
        }
.govar {
    width: 90%;
    margin: 20px 5%;
}
    .govar h1 {
        margin: 0;
        margin-bottom: 20px;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }
    .govar img {
        width: 59%;
        margin-bottom:15px;
        float:right;
        margin-left:15px;
    }
    .govar h3 {
        color: #000;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }
        .govar h3 span {
            color: rgb(244, 16, 16)
        }
        .sub-btn {
            background-color:rgb(244, 16, 16);
            padding:10px 25px;
            font-size:14px;
            border-radius:3px;
            color:#fff;
        }
        .p-company {
            padding:5px;
            text-align:center;
            background-color:#000;
            color:#555;
            font-size:12px;
            margin:0;
            font-family:Arial
        }
.govar-page {
    width: 100%;
    margin: 20px 0;
}

    .govar-page h1 {
        margin: 0;
        margin-bottom: 20px;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }

    .govar-page img {
        width: 150px;
        margin-bottom: 15px;
        float: right;
        margin-left: 15px;
    }

    .govar-page h3 {
        color: #000;
        font-weight: normal;
        font-family: 'Conv_Bold';
    }

        .govar-page h3 span {
            color: rgb(244, 16, 16)
        }

.sub-btn {
    background-color: rgb(244, 16, 16);
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
}


.drop {
    width: 20%;
    margin-left: 1%;
    border: 1px #f0f0f0 solid;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 1%;
}

.btn {
    padding: 1% 15px;
    background-color: #666;
    color: #fff;
    border: 0;
}


.arshive-ul {
    display: block;
}

    .arshive-ul li {
        border-bottom: 1px #f0f0f0 solid;
        padding: 10px 0px;
        display: block;
        width: 100%;
    }

        .arshive-ul li a {
            color: #000;
            font-weight: normal;
            font-size: 16px;
        }



        @media only screen and (max-width: 1224px) {
            .wrapper {
                width: 1024px;
            }

            .photo ul li {
                height: 400px;
            }


            .hide{

                display:none !important;

            }


        }

        @media only screen and (max-width: 1024px) {
            .wrapper {
                width: 768px;
            }

            .main-news {
                height: auto;
            }

            .main-news-img {
                width: 100%;
                float: none;
                overflow: hidden;
                margin-left: 0;
                height: auto;
                margin-bottom: 15px
            }

            .main-news h1 {
                font-size: 20px;
            }

            .main-news p {
                font-size: 14px;
            }

            .main-news-social {
                width: 100px;
                height: 26px;
                float: none
            }

            .side-big {
                display: block;
                float: none;
                width: 100%;
            }

            .more-news ul li p {
                display: none;
            }

            .side-small {
                display: block;
                float: none;
                width: 100%;
                background-color: #fff;
                box-shadow: none;
                margin-top: 1px;
            }

            .side-add {
                width: 94%;
                display: block;
                margin: 3% auto;
                margin-bottom: 3%;
            }

            .wtar {
                width: 94%;
                margin: 30px 3%;
            }

            .zoretrin {
                width: 94%;
                margin: 30px 3%;
            }

            .video ul li img {
                width: 100%;
                margin-bottom: 0;
            }

            .video ul li h2 {
                font-size: 14px;
                margin: 0;
            }

            .photo ul li {
                height: 310px;
            }

            .media-page ul li {
                height: 310px;
            }
            .govar h1 {
                margin-bottom:15px
            }
            .govar img {
                width: 150px;
                margin-top: 0;
                margin-bottom: 15px;
                float: right;
                margin-left: 20px;
            }
            .head-section-top {
                height: 65px;
            }
            .add-head {
                width: 70%;
            }
        }

        @media only screen and (max-width: 768px) {
            .wrapper {
                width: 640px;
            }
        }

        @media only screen and (max-width: 640px) {
            .wrapper {
                width: 94%;
            }

            .logo {
                width: 95px;
            }

            .head-section-top {
                height: 42px;
                width: 100%;
            }

            .head-section-menu {
                margin-top: 0;
            }

            .mid-news-img {
                width: 100%;
                margin-left: 0;
                overflow: hidden;
                height: auto;
                float: none;
                margin-bottom: 15px;
            }

            .mid-news h2 {
                font-size: 18px;
            }

            .mid-more li {
                margin-bottom: 10px;
            }

                .mid-more li h2 {
                    font-size: 14px;
                    margin: 0;
                }

            .more-news-img {
                width: 170px;
                margin-left: 10px;
                height: 100px;
            }

            .more-news ul li h2 {
                font-size: 16px;
            }

            .video ul li {
                display: block;
                float: none;
                width: 100%;
                margin-left: 0;
                height: auto;
                margin-bottom: 25px;
            }

            .photo ul li {
                height: 280px;
            }

            .media-page ul li {
                height: auto;
                width: 100%;
                float: none;
                margin-left: 0;
                margin-bottom: 20px;
            }

            .detail-hawal h1 {
                font-size: 20px;
            }

            .detail p {
                font-size: 14px;
            }


            .drop {
                width: 100%;
                margin-left: 0%;
                padding: 8px 2%;
                margin-bottom: 5px
            }

            .btn {
                margin-top: 10px;
                clear: both;
                display: block;
                width: 70px
            }

            .hidemobile {

                display:none

            }


        }

        @media only screen and (max-width: 550px) {
            .footer ul {
                width: 96%
            }

            .head-search {
                width: 300px;
            }
            .add-head {
                width: 58%;
                margin-top:10px;
            }
        }

        @media only screen and (max-width: 450px) {
            .more-news-img {
                width: 150px;
                margin-left: 10px;
                height: 100px;
            }

            .more-news ul li h2 {
                font-size: 14px;
            }

            .tags {
                font-size: 10px;
            }

            .photo ul li {
                height: auto;
                width: 100%;
                float: none;
                display: block;
                margin-bottom: 20px
            }

                .photo ul li h2 {
                    font-size: 14px;
                    margin: 0;
                }

                .photo ul li img {
                    margin: 0
                }

            .footer {
                padding: 20px 0 20px;
            }

                .footer ul li {
                    width: 100%;
                    display: block;
                    float: none;
                    border: 0;
                }

            .logo {
                width: 75px;
                margin-top: 8px;
            }

            .head-search {
                width: 240px;
            }
            .sub-btn {
                padding: 5px 15px;
                font-size: 12px;
            }
        }

        @media only screen and (max-width: 380px) {
            .more-news-img {
                width: 115px;
                height: 83px;
            }
        }
