@charset "gb2312";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
}

a {
    color: #36618a;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

body {
    background: #b2b2b2;
}

hr {
    height: 1px;
    border: none;
    border-top: #bbb dotted 1px;
    margin: 15px 0;
    float: none;
    display: block;
}

#main-container {
    /*width: 100%;
	max-width: 1000px;
	min-width: 1000px\9;*/
    width: 1000px;
    background: #fff;
    margin: 0 auto;
}
@media (min-width:768px) and (max-width:980px) {
    .mtgjahead {
        width:1000px;
    }
    .mghjafoot {
        width:1000px;
    }
}
/*iPad*/
@media screen and (max-width: 768px) {
    #main-container {
        width: 100%;
    }
}
/*iPhone and Others*/
@media screen and (max-device-width: 640px) {
    #main-container {
        width: 100%;
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

p {
    font-size: 12px;
}

h1 {
    font-size: 1.375em;
    font-weight: normal;
}

h2 {
    font-size: 1.125em;
    font-weight: normal;
}

h3 {
    font-size: 1em;
    font-weight: normal;
}

h4 {
    font-size: 0.875em;
    font-weight: normal;
}

    h1 a, h2 a, h3 a, h4 a {
        color: #000;
    }

    h1 img, h2 img, h3 img, h4 img {
        vertical-align: middle;
    }

.source {
    font-size: 0.668em;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #36618a;
    padding: 5px 10px;
    margin-left: 10px;
}

.summary {
    color: #666;
}

.byline {
    color: #999;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.input {
    height: 20px;
    color: #aaa;
    border: none;
    outline: none;
    vertical-align: middle;
    padding: 5px;
    margin: 0 5px;
}

.select {
    height: 30px;
    color: #aaa;
    border: none;
    outline: none;
    vertical-align: middle;
    padding: 5px;
    margin: 0 5px;
}

.submit {
    height: 24px;
    width: 25px;
    border: none;
    outline: none;
    background: url(imagesmthjasearch-button.png) top left no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

#header-title {
    background: url(imagesmthjaheader-title-background.jpg) top left;
    padding: 10px 50px;
}

#header-nav {
    background: #2d70b1;
    padding: 8px 0;
}

    #header-nav ul {
        list-style: none;
        font-size: 0.813em;
        color: #ddd;
        text-align: center;
    }

        #header-nav ul li {
            display: inline-block;
            margin: 0 10px;
        }

        #header-nav ul li {
            *display: inline;
        }

@media screen and (max-device-width: 640px) {
    #header-nav ul li {
        margin: 0 5px;
    }
}

@media screen and (max-device-width: 640px) {
    #header-title {
        padding: 10px;
        text-align: center;
    }

    #header-title-image {
        width: 100%;
        max-width: 454px;
        height: auto;
        max-height: 35px;
    }

    #header-share {
        display: none;
    }

    #header-nav ul li {
        display: inline-block;
        margin: 0 2px;
    }
}

@media screen and (max-device-width: 720px) {
    #header-title-image {
        width: 100%;
        max-width: 454px;
        height: auto;
        max-height: 35px;
    }

    #header-share {
        display: none;
    }
}

#header-nav ul li a {
    text-decoration: none;
    color: #ddd;
    display: inline-block;
    padding: 5px 10px;
}

    #header-nav ul li a:hover, #header-nav ul li a.selected {
        color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #264563;
    }

    #header-nav ul li a.selected {
        cursor: default;
    }

@media screen and (max-device-width: 640px) {
    #header-nav ul li a {
        padding: 5px;
    }
}

#content-container {
    color: #333;
    border-bottom: #ddd solid 4px;
}

    #content-container p, #content-container div {
        font-size: 0.875em;
        text-indent: 2em;
        color: #333;
        margin-bottom: 15px;
    }

#search-bar {
    font-size: 0.813em;
    color: #666;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #e5e5e5;
    padding: 10px;
    margin: 0 30px 25px 30px;
}

@media screen and (max-width: 768px) {
    #search-bar {
        margin: 10px;
        text-align: left;
    }

        #search-bar span {
            width: 100%;
            display: inline-block;
            margin-bottom: 5px;
        }
}

@media screen and (max-device-width: 640px) {
    #search-bar {
        margin: 10px;
        text-align: left;
    }

        #search-bar span {
            width: 100%;
            display: inline-block;
            margin-bottom: 5px;
        }
}

.index-news-block.even {
    width: 445px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 15px 24px 15px 0;
    margin-left: 30px;
    float: left;
}

.index-news-block.odd {
    width: 445px;
    border-bottom: #ccc solid 1px;
    padding: 15px 0 15px 25px;
    float: left;
}

@media screen and (max-width: 768px) {
    .index-news-block.even, .index-news-block.odd {
        width: auto;
        border: none;
        border-bottom: #ccc solid 1px;
        padding: 10px 0;
        margin: 0 10px 10px 10px;
        float: none;
    }

    .index-news-block .index-news-block-image {
        width: 78.5px;
        height: 67.5px;
    }
}

@media screen and (max-device-width: 640px) {
    .index-news-block.even, .index-news-block.odd {
        width: auto;
        border: none;
        border-bottom: #ccc solid 1px;
        padding: 10px 0;
        margin: 0 10px 10px 10px;
        float: none;
    }

    .index-news-block .index-news-block-image {
        width: 78.5px;
        height: 67.5px;
    }
}

#left-col {
    width: 570px;
    padding-right: 29px;
    border-right: #ccc solid 1px;
    margin: 40px 30px 25px 30px;
    float: left;
}

#right-col {
    width: 310px;
    margin: 40px 0 25px 0;
    float: left;
}

@media screen and (max-width: 768px) {
    #left-col {
        width: auto;
        padding-right: 0;
        border-right: none;
        margin: 40px 10px 25px 10px;
        float: none;
    }

    #right-col {
        width: auto;
        margin: 40px 10px 25px 10px;
        float: none;
    }
}

@media screen and (max-device-width: 640px) {
    #left-col {
        width: auto;
        padding-right: 0;
        border-right: none;
        margin: 40px 10px 25px 10px;
        float: none;
    }

    #right-col {
        width: auto;
        margin: 40px 10px 25px 10px;
        float: none;
    }
}

#footer-container {
    text-align: center;
    background: url(imagesmthjaheader-title-background.jpg) top left;
    border-bottom: #2d70b1 solid 15px;
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    #footer-container {
        text-align: center;
        padding: 15px 10px;
    }
}

@media screen and (max-device-width: 640px) {
    #footer-container {
        text-align: center;
        padding: 15px 10px;
    }
}

#most-read {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f7f6ed;
    padding: 20px;
}

    #most-read p {
        margin-bottom: 5px;
    }

#page-tuner {
    font-size: 0.875em;
    text-align: right;
}

    #page-tuner a {
        margin: 0 5px;
    }

        #page-tuner a.selected {
            font-size: 1.125em;
            font-weight: bold;
            color: #000;
            cursor: default;
        }

.audiojs {
    width: 100%;
}

.flowplayer {
    width: 100%;
}

.line1,.line7 ,.line3 ,.line4 ,.line5 ,.line6 {
    height: 160px;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
    padding-left:160px;
}
.line1 {
        background:url(imagesmthjaindex-news-block-title-7.jpg) no-repeat;
}
.line7 {
        background:url(imagesmthjaindex-news-block-title-4.jpg) no-repeat;
}
.line3 {
        background:url(imagesmthjaindex-news-block-title-6.jpg) no-repeat;
}
.line4 {
        background:url(imagesmthjaindex-news-block-title-5.jpg) no-repeat;
}
.line5{
        background:url(imagesmthjaindex-news-block-title-2.jpg) no-repeat;
}
.line6{
        background:url(imagesmthjaindex-news-block-title-3.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
    .line1,.line7 ,.line3 ,.line4 ,.line5 ,.line6 {
        height: 130px;
    }
}

@media screen and (max-device-width: 640px) {
    .line1,.line7 ,.line3 ,.line4 ,.line5 ,.line6  {
        height: 130px;
    }
}

.line1,.line7 ,.line3 ,.line4 ,.line5 ,.line6  a {
    color: #000;
    font-size: 18px;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
}

.listnews {
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
    font-size: 18px;
    background: none;
}

    .listnews a {
        color: #000;
    }

.linestyle-title {
    padding: 0;
}

.strcomment {
    font-size: 12px;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
    color: #999;
    margin-bottom: 10px;
}



.title a {
    color: #000;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
    font-size: 20px;
    font-weight: normal;
}

.dotted {
    border-bottom: 1px dotted #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.line2 {
    padding-left:160px;
    height: 140px;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
}

@media screen and (max-width: 768px) {
    .line2 {
        height: 180px;
        font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
    }
}

@media screen and (max-device-width: 640px) {
    .line2 {
        height: 180px;
        font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
    }
}

.line2 a {
    color: #000;
    font-size: 20px;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
}

#header-gallery {
    margin-bottom: 20px;
}

.titleName {
    color: #000;
    font-size: 1.375em;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
    margin-bottom: 10px;
}

.detailmessage {
    color: #999;
    font-size: 0.75em;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
}

#header-nav li a {
    font-size: 14px;
    font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
}

.otherinfo {
    margin-top: 10px;
    color: #999;
      font-size:10px;
     font-family: MicrosoftYaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '华文黑体', Hei, 'Hiragino Kaku Gothic Pro', SimSun;
}

.index-news-block p {
    margin-top: 10px;
    +margin-top:0px;;
}

.infoContent_info p {
    margin-bottom: 10px;
}

.longtime {
    margin: 0;
}

.zhuanzai {
    float: right;
    margin-top:auto;
    +margin-top:-25px;
    font-size: 12px;
    background-color: #36618a;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 26px;
    line-height: 26px;
}
.zhuanzaitop {
    float: right;
    margin-top:auto;
    font-size: 12px;
    background-color: #36618a;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 26px;
    line-height: 26px;
}
@media(max-width:480px) {
    .zhuanzai {
        display:none;
    }
}

.strcomment p {
    line-height:16px;
}