html {
  font-size: 87.5%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  color: #000; background: #fafafa;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  width: 100%;
}
/*header*/
.header{
	background:#FFF;
    width: 100%; height: 44px;
    background: url() 139px top no-repeat;
    -webkit-background-size:141px 44px;
    -moz-background-size:141px 44px;
    -o-background-size:141px 44px;
    background-size:141px 44px;
    /*border-bottom: 2px solid #ff6508;*/
}
/*header {
  background: url(../sucai/logo.png) center center no-repeat #1f6cc6;
}*/
header span {
  /*margin: 10px;*/
}
header span.hot {
  background: #277de4;
  border: 1px solid #1057af;
  color: #fff;
  padding: 5px;
}
header span.dh {
  /*background: url(../sucai/dh.gif) no-repeat;*/
  width: 28px;
  height: 28px;
  background-size: 100%;
}
nav {
  background: #eee;
  text-align: center;
  padding: 5px 0;
}
nav a {
  display: inline-block;
  font-size: 114.28571428571428%;
  width: 16.666666666666664%;
  color: #1b5aa1;
  line-height: 187.5%;
}
aside.wea {
  box-shadow: 0 -2px 2px 2px #dddddd;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
aside.wea span {
  display: inline-block;
  padding: 0 5px;
  margin: 10px;
  background: red;
  color: #fff;
  line-height: 142.85714285714286%;
}
aside.wea a {
  margin: 10px;
}
aside.wea img {
  width: inherit;
}
.pngbg {
  background: rgba(0, 0, 0, 0.6);
}
#supslide a{
	color:#fff
	}
footer {
  background: #ff6508;
  text-align: center;
  padding: 20px 0;
  line-height: 214.28571428571428%;
}
footer * {
  color: #fff;
}
footer a {
  display: inline-block;
  padding: 0 10px;
}



section {
  width: 98%;
  margin: 0 auto;
}
li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yw dl.new-t {
  text-align: center;
  padding: 5px 0;
}
.yw dl.new-t dt {
  font-size: 128.57142857142858%;
  font-weight: bold;
  line-height: 25px;
  font-family: "黑体";
}
.yw dl.new-t dt a {
  color: #000;
}
.yw dl.new-t dd {
  display: inline-block;
  line-height: 171.42857142857142%;
}
.yw dl.new-t dd a {
  color: #333;
}
.yw div.slide {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.yw div.slide .hd,
.yw div.slide .bd {
  position: absolute;
  width: 100%;
}
.yw div.slide .bd {
  height: 100%;
}
.yw div.slide .hd {
  z-index: 2;
  bottom: 0;
  height: 26px;
  text-align: right;
}
.yw div.slide .hd li {
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #43443f;
  background: #a9a99d;
  margin: 10px 5px;
  text-indent: 999em;
}
.yw div.slide .hd li.on {
  width: 6px;
  height: 6px;
  border: none;
  background: #58d8ff;
}
.yw div.slide .bd {
  z-index: 1;
}
.yw div.slide .bd li {
  position: relative;
  width: 100%;
  height: 220px;
}
.yw div.slide .bd li img,
.yw div.slide .bd li p {
  position: absolute;
  width: 100%;
}
.yw div.slide .bd li img {
  z-index: 0;
}
.yw div.slide .bd li p {
  z-index: 1;
  bottom: 0;
  height: 26px;
  line-height: 185.71428571428572%;
  color: #fff ;
  text-indent: .5em;
}
.yw div.slide .bd li p a{ color:#FFF}
.yw .oth {
  font-size: 114.28571428571428%;
  line-height: 187.5%;
  margin: 10px;
}
.pub {
  padding-bottom: 10px;
}
.pub hgroup {
  height: 46px;
  background: url(../images/tt-bg.png) repeat-x;
  margin-bottom: 10px;
}
.pub hgroup h2,
.pub hgroup h3 {
  font-size: 142.85714285714286%;
  margin: 0 10px;
}
.pub hgroup h2 {
  line-height: 44px;
  float: left;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #d9dadc;
  border-top: 1px solid #367bc9;
  border-bottom: 1px solid #fff;
}
.pub hgroup h3 {
  line-height: 46px;
  float: right;
  font-weight: normal;
}
.pub ul.con {
  font-size: 114.28571428571428%;
  line-height: 187.5%;
}
.pub ul.con-img {
  position: relative;
}
.pub ul.con-img li {
  position: relative;
  width: 45%;
  margin: 2.5%;
  float: left;
  height: 125px;
}
.pub ul.con-img li a {
  display: block;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pub ul.con-img li img,
.pub ul.con-img li p {
  position: absolute;
  width: 100%;
}
.pub ul.con-img li img {
  z-index: 0;
}
.pub ul.con-img li p {
  z-index: 1;
  bottom: 0;
  height: 25px;
  overflow: hidden;
  color: #fff;
  line-height: 178.57142857142858%;
  text-align: center;
}
.pub p.c-link {
  width: 95%;
  margin: 10px auto;
  text-align: center;
  background: #eee;
  line-height: 214.28571428571428%;
}
#guonei .hd {
  float: right;
}
#guonei .hd li {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #a9a99d;
  margin: 20px 5px;
  text-indent: 999em;
}
#guonei .hd li.on {
  background: #58d8ff;
}
#guoji .hd {
  float: right;
}
#guoji .hd li {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #a9a99d;
  margin: 20px 5px;
  text-indent: 999em;
}
#guoji .hd li.on {
  background: #58d8ff;
}



/*20140617 ola世界杯banner*/
.worldcup{
    width: 100%; height: 44px;
    background: url(http://mat1.gtimg.com/www/mobi/image/worldcup_2014.png) right top no-repeat;
    -webkit-background-size:320px 44px;
    -moz-background-size:320px 44px;
    -o-background-size:320px 44px;
    background-size:320px 44px;
    border-bottom: 2px solid #317ecb;
}
.worldcup_link{
    display: block;
    height: 44px;width: 150px;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 2;
}
/*2014春节banner
.newyear{
    width: 100%; height: 44px;

    background: url(http://mat1.gtimg.com/www/mobi/image/newyear_2014.png) right top no-repeat;
    -webkit-background-size:320px 44px;
    -moz-background-size:320px 44px;
    -o-background-size:320px 44px;
    background-size:320px 44px;
    border-bottom: 2px solid #317ecb;
}*/
/*20131224 圣诞banner
.header{
    width: 100%; height: 44px;
    background: url(http://mat1.gtimg.com/www/mobi/image/christmas2013.png) right top no-repeat;
    -webkit-background-size:320px 44px;
    -moz-background-size:320px 44px;
    -o-background-size:320px 44px;
    background-size:320px 44px;
    border-bottom: 2px solid #317ecb;
}
*/
/*2014元旦*/
/*.header{
    width: 100%; height: 44px;
    background: url(http://mat1.gtimg.com/www/mobi/image/yuandan2014.png) right top no-repeat;
    -webkit-background-size:320px 44px;
    -moz-background-size:320px 44px;
    -o-background-size:320px 44px;
    background-size:320px 44px;
    border-bottom: 2px solid #317ecb;
}*/
/*2014元宵节*/
.yuanxiaojie{
    width: 100%; height: 44px;
    background: url(http://mat1.gtimg.com/www/mobi/image/yuanxiao2014.png) right top no-repeat;
    -webkit-background-size:320px 44px;
    -moz-background-size:320px 44px;
    -o-background-size:320px 44px;
    background-size:320px 44px;
    border-bottom: 2px solid #317ecb;
}
.logo{
    display: inline-block; text-indent:-9999em;
    /*width: 130px; height: 35px;
    background-image: url(../images/img_03.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size:130px 35px;
    -moz-background-size:130px 35px;
    -o-background-size:130px 35px;
    background-size:130px 35px;
    margin: 3px 0 0 10px;
}
.logo a{
    display: block;
}
.jump,.cComm:before,.more .gomore:after,.more .gochannel:after,.gotop:after{
    background-image: url(http://mat1.gtimg.com/www/mobi/image/icon_v2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size:119px 21px;
    -moz-background-size:119px 21px;
    -o-background-size:119px 21px;
    background-size:119px 21px;
}
.jump{
    display: inline-block;
    float: right; margin: 13px 14px 0 0;
    width: 20px; height: 19px;
}
.global_login{
    display: inline-block; float: right;
    font-size: 18px;
    width: 42px; height: 24px; line-height: 24px;
    background: #ff6508;
    border-radius: 5px;
    color: #fff; text-align: center;
    margin: 12px 10px 0 0;
    display: none;
}

.global_user{
    display: inline-block; float: right;
    height: 24px; line-height: 24px;
    max-width: 180px; overflow: hidden;
    margin: 12px 10px 0 0;
    color: #ff6508;
    display: none;
}
.login_tips{
    margin: 0 10px;
    border: 1px solid #e0f0ff;
    background: #edf6ff;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 22px;
    display: none;
}
.login_tips span{
    font-size: 16px;
    display: inline-block;
    margin: 0 auto; color: #ff6508;
}
.login_tips span:after{
     content: "";
     display: inline-block;
     width: 21px; height: 21px;
     vertical-align: -5px; margin-left: 5px;
     background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIMSURBVFhH1Zm9TsMwEMcrIfES7DwISxMxd2Bm51XYmpQFsXZnZmJBjIgHQFXNShEjhPxd2ThpPs7Xu9BEqlTI2ffz+Xy+u04mzOc8ezuZZu8XaWbmSW6ek2y9SXNTuA/+xv/xHnKQZ6qKHzZbvhwnmbm0AAEU9TvGAXq2LI7itRNHWMCa1aiAdTlr7XI+omqaWHqzOuVasG8hdt5yfhpJh1Q6N2d9ykTel3rYsNPcXIlAEH0Z+qJhh4Z0BomCtSGHaAUVOYobwLFVlEcs3EaWrgOG2MY53fevX8X1w4cP9BILBUerv3L8EpDuEYdtirPbG6d6BVIsA7jwWTxuxCwLHnBVLItbggLWJKMJi4NdBWXe3Q5cC7biq8hquNYMx2nB+qxrn22vL1AD1m9/mq9vJSyq5gaZWVg/5cTOvoXBst8/f/Hg7umTHQ28n3LCUh8o3kvBgs9alKKUKyMFqw4qZdlxgWr5qJQ1vY9qnHopSMzjT710HJWEtIfYx9E9EpK2JEUqhmJ+fzNJ3fXOktJpX6XDIuGnGvf8Tqa/b2KiAVnZdpeUcjN8re22p70pwwcwp2bSsuQWtKU3xalCw+JOtF7qqkJtgsKo6zXKZVLj7L87JTsFXVdDiuOv3FQwHBfVe3ILGBqWBelgh+qPRm13myuMouMcwh98Dz+EHcWvInXXOOjfmaJ77IIDfgHOMyP942ztbgAAAABJRU5ErkJggg==");
     background-repeat: no-repeat;
     background-position: 0 0; 
     -webkit-background-size:21px 21px; 
    -moz-background-size:21px 21px; 
    -o-background-size:21px 21px; 
     background-size:21px 21px; 
}

.login_header{
    width: 100%; height: 44px;
    background: url(http://mat1.gtimg.com/www/mobi/image/headerbg.png) right top no-repeat;
    -webkit-background-size:141px 44px;
    -moz-background-size:141px 44px;
    -o-background-size:141px 44px;
    background-size:141px 44px;
    border-bottom: 2px solid #317ecb;
}
.login_header .txtlogo{
    font-size: 1.125em; line-height: 44px;
    color: #000; display: inline-block;
    text-indent: 10px;
    display: none;
}
.login_header .goclosed{
    display: inline-block;
    float: left;line-height: 44px;
    font-size: 1.125em; color: #458fce;
    background: url(http://mat1.gtimg.com/www/mobi/image/loginicon.png) no-repeat left 50%;
    -webkit-background-size:10px 19px;
    -moz-background-size:10px 19px;
    -o-background-size:10px 19px;
    background-size:10px 19px;
    padding-left: 12px; margin-left: 10px;
}
.login{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*height: 100%;*/
    min-height: 458px;
    display: none;
}
/*nav*/
.nav{
    width: 100%; overflow: hidden;
    /*border-top: 2px solid #317ecb;*/
    background: #ff6508;
    padding: 5px 0;
}
.nav ul{
    overflow: hidden;
}
.nav li{
    width: 20%; line-height: 30px;
    float: left; 
    font-size: 1.125em;
    /*font-size: 1em;*/
    display: inline-block; text-align: center;
}
.nav li a{
    display: block;
    color: #fafafa
}
.nav li a:focus{
    background: #317ecb
}
.nav li.current a,.toplink li.current a{
    background: #317ecb
}
.navmore{
    display: none;
}
/*导航的更多和收起*/
#toggle{
    position: relative;
}
.togglemore:after,.togglesingle:after{
    position: absolute; 
    display: inline-block;
    content: "";
    width: 0; height: 0;
    line-height: 0; font-size: 0;
    color: #fafafa;
    border-style: solid;
    border-width: 5px;
}
.togglemore:after{
    margin-top: 12px;
    border-color: #fff #ff6508 #ff6508 #ff6508;
}
.togglesingle:after{
    margin-top: 6px;
    border-color: #ff6508 #ff6508 #fff #ff6508;
}
#toggle a{
    background: none
}
.nav .togglesingle,.nav .toggle .togglemore{
    display: none;
}
.nav .togglemore,.nav .toggle .togglesingle{
    display: block;
}

/*toplink*/
.toplink{
    width: 100%; overflow: hidden;
    background: #ff6508; padding-bottom: 10px;
}
.toplink li{
    width: 20%; line-height: normal;
    float: left; 
    font-size: 1.125em;
    /*font-size: 1em;*/
    display: inline-block; text-align: center;
}
.toplink li a {
    display: block;
    color: #fafafa
}

/*gallery*/

/*head*/
.head{
    height: 38px;border-top: 2px solid #9ac7ed;
    background-image: url(http://mat1.gtimg.com/www/mobi/image/headbg.png);
    background-repeat: no-repeat;
    -webkit-background-size:320px 62px;
    -moz-background-size:320px 62px;
    -o-background-size:320px 62px;
    background-size:320px 62px;
    background-position: left -31px;
}
.head h2{
    /*font-size: 1em;*/
    font-size: 1.125em;
     font-weight: normal;
    display: inline-block; text-align: center;
    float: left; width: 64px; 
    height: 38px; line-height: 38px;
    color: #2a70be;
}
.head h2.current {
    border-top: 2px solid #2a70be;
    margin-top: -2px;
    background-image: url(http://mat1.gtimg.com/www/mobi/image/tab_ui.png);
    background-repeat: no-repeat;
    -webkit-background-size:64px 39px;
    -moz-background-size:64px 39px;
    -o-background-size:64px 39px;
    background-size:64px 39px;
    background-position: left top;
    color: #c14545;
}

/*mynews*/
#mynews .head h2 {
    border-top: 2px solid #2a70be;
    margin-top: -2px;
    background-position: left top;
    background-repeat: no-repeat;
    color: #c14545;
}
#mynews .head h2.myhot {
    background-image: url(http://mat1.gtimg.com/www/mobi/image/tab_ui.png);
    -webkit-background-size:64px 39px;
    -moz-background-size:64px 39px;
    -o-background-size:64px 39px;
    background-size:64px 39px;
    width: 64px;
}
#mynews .head h2.mygxh {
    background-image: url(http://mat1.gtimg.com/www/mobi/image/yc_tab.png);
    -webkit-background-size:94px 37px;
    -moz-background-size:94px 37px;
    -o-background-size:94px 37px;
    background-size:94px 37px;
    width: 94px;
}
/*原创*/
#ycbox .content{
    width: auto;
    padding: 4px 8px 12px;
}
#ycbox .head h2{
    font-size: 1.125em;
    font-weight: normal;
    display: inline-block; text-align: center;
    float: left; width: 94px; 
    height: 38px; line-height: 38px;
    color: #2a70be;
}
#ycbox .head h2.current {
    border-top: 2px solid #2a70be;
    margin-top: -2px;
    background-image: url(http://mat1.gtimg.com/www/mobi/image/yc_tab.png);
    background-repeat: no-repeat;
    -webkit-background-size:94px 37px;
    -moz-background-size:94px 37px;
    -o-background-size:94px 37px;
    background-size:94px 37px;
    background-position: left top;
    color: #c14545;
}
.ycinner {
    float: left;
    width: 50%; height: 92px;
    position: relative;
    overflow: hidden; z-index: 8;
}
.ychead {
    padding-top: 5px;
    width: 100%;
    height: 24px; line-height: 24px;
    text-align: right;
}
.ychead a {
    display: inline-block;
    width: 74px; height: 24px;
    float: left;
}
.ychead span{
    padding-right: 12px;
    color: #959595;
    font-size: 9px;
}
.ychead a strong{
    background-image: url(http://mat1.gtimg.com/www/mobi/image/yc_logo.png);
    background-repeat: no-repeat;
    -webkit-background-size:73px 80px;
    -moz-background-size:73px 80px;
    -o-background-size:73px 80px;
    background-size:73px 80px;
    display: inline-block;
    width: 73px;
    vertical-align: middle;
}
#yc_jrht .ychead a strong{
    height: 18px;
    background-position: 0 0;
}
#yc_cjgc .ychead a strong{
    height: 24px;
    background-position: 0 -20px;
}
#yc_gq .ychead a strong{
    height: 18px;
    background-position: 0 -45px;
}
#yc_tmt .ychead a strong{
    height: 15px;
    background-position: 0 -64px;
}
#yc_jrht .ychead a,#yc_gq .ychead a{
    padding-left: 6px;
}
#yc_jrht  h2,#yc_gq  h2{
    padding-left: 6px;
}
#yc_cjgc .ychead a,#yc_tmt .ychead a{
    padding-left: 12px;
}
#yc_cjgc  h2,#yc_tmt  h2{
    padding-left: 12px;
}
.ycitem h2 {
    line-height: 20px;
    max-height: 40px; overflow:hidden;
    font-size: 16px;
    margin: 11px 0; font-weight: normal;
    padding-right: 12px;
}
.ycitem h2 a {
    color: #000;
}
.ycitem{/*
    display: inline-block;
    content: "";*/
    /*width: 100%; height: 92px;
    position: absolute;
    left: -1px; top: -1px;
    z-index: 9;*/
    height: 91px;
}
#yc_jrht .ycitem{
    border-right: 1px solid #eceef0;
    border-bottom: 1px solid #eceef0;
}
#yc_cjgc .ycitem{
    border-left: 1px solid #fff;
    border-bottom: 1px solid #eceef0;
}
#yc_gq .ycitem{
    border-top: 1px solid #fff;
    border-right: 1px solid #eceef0;
}
#yc_tmt .ycitem{
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
/*------
list*/
.list{
    padding:0 8px 0;
}
.list li{
    overflow: hidden;
    border-bottom: 1px solid #eceef0;
    box-shadow: 0 1px 1px #fff;
}
.list li a {
    display: block;
    color: #000;
}

/*topnews 要闻*/
.topnews{
   padding: 5px 8px;
}
.topnews li {
    height:35px;line-height: 35px; 
    /*padding: 0 9px 0 60px;*/
    position: relative;
    min-width: 234px; word-wrap: break-word;
    white-space: nowrap; overflow: hidden; 
    text-overflow:ellipsis;
}
.topnews li strong{
    font-style: normal; font-weight: normal;
    position: relative;
    
/*    position: absolute;
    left: 9px;*/
}
.topnews li strong a{
    color: #458fce; 
    display: inline-block;
}
.list li strong a{
    color: #458fce;
}
.list li strong a:visited{
    color: #458fce;
}
.topnews li strong,.topnews li span{
    font-size: 1.0625em;
    /*font-size: 1em;*/
}
.topnews li span{
    /*display: inline-block;*/
    /*width: 100%; */
}
.topnews li span a{
    color: #111;
    display: inline;
}
.topnews li strong:after{
    content: "|"; color: #d5d5d5;
    /*display: inline-block;*/
    font-size: 1em; margin:0 6px;
/*    position: absolute;
    right: -10px;
    top: 0;*/
}
.topnews li:last-of-type{
    border-bottom: none;
    box-shadow: none;
    /*display: none;*/
}
.topnews li:last-child(){

}

.lianghui{
    padding: 5px 8px;
}
.lianghui li {
    height:35px;line-height: 35px; 
    /*padding: 0 9px 0 60px;*/
    position: relative;
    min-width: 234px; word-wrap: break-word;
    white-space: nowrap; overflow: hidden; 
    text-overflow:ellipsis;
}
.lianghui li strong,.lianghui li span{
    font-size: 1.0625em;
    /*font-size: 1em;*/
}
.lianghui li span{
    /*display: inline-block;*/
    /*width: 100%; */
}
.lianghui li span a{
    color: #111;
    display: inline;
}
.lianghui li:last-of-type{
    border-bottom: none;
    box-shadow: none;
    /*display: none;*/
}
#lianghui{
    display: block;
    margin-bottom: 23px;
}
/*full-图文列表*/
.full{
    padding: 10px 0;
    border-bottom: 1px solid #eceef0;
}
.full h2 {
    height: 22px; line-height: 22px; overflow: hidden;
    /*font-size: 1em;*/
    font-size: 1.0625em;
    font-weight: normal; 
    text-overflow:ellipsis;white-space: nowrap;
    padding-left: 5px; 
    /*margin-bottom: 4px;*/
}
.full .thumb {
    width: 75px; height: 55px; padding: 1px; border: 1px solid #e0e0e0;
    float: left; line-height: 51px; text-align: center;
    background: #e9f1f4;
}
.full .thumb img{
    display: inline-block;
    max-width: 100%; margin: 0 auto;
    vertical-align: middle;
}
.full p {
    padding: 0 0 0 5px;
    line-height: 17px; 
    /*font-size: 0.8125em;*/
    font-size: 0.875em;
    word-wrap:break-word; overflow: hidden;
    max-height: 34px; color: #878c92;
}
.full .count {
    height: 17px;
    line-height: 17px;
    display: inline-block;
    text-align: right; float: right;
}
.full .count i {
    font-size: 0.6875em; font-family: Helvetica; 
    color: #878c92; font-style: normal;
}

/*lite-文字列表*/
.lite {

}
.lite h2{
    font-weight: normal;height:35px;line-height: 35px;
    /*font-size: 1em;*/
    font-size: 1.125em; 
}
.lite h2 a{
    display: block; overflow: hidden;
    text-overflow:ellipsis;white-space: nowrap;
}

/*photo-组图*/
.photo{
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 1px 1px #fbfbfb;
}
.photo h2 {
    height:35px;line-height: 35px;
    /*font-size: 1em;*/
    font-size: 1.125em; 
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;white-space: nowrap;
}
.photo .thumb {
    width: 100%;
}
.photo .thumb img{
    display: block;
    max-width: 100%;
}
.photo p {
    padding: 5px 0 0;
    line-height: 17px; 
    /*font-size: 0.8125em;*/
    font-size: 0.875em;
    word-wrap:break-word; overflow: hidden;
    max-height: 34px; color: #878c92;
}
.photo .count {
    line-height: 20px;
    display: block;
    text-align: right;
}
.photo .count i {
    font-size: 0.6875em; font-family: Helvetica; 
    color: #878c92; font-style: normal;
}

.list li a:visited{
    color: #929292;
}
.mynews .full h2{
    overflow: visible;
    text-overflow:initial;
    white-space: initial;
    word-wrap: break-word;
    padding: 8px 0;
}
.mynews .full .thumb{
    margin-right: 4px;
}
/*body a:visited{
    color: #929292;
}*/
/*more*/
.more{
  height: 33px; line-height: 33px;
  margin: 0 8px; border:1px solid #efefef;
  background-color: #f6f5f5;
  text-align: center; /*margin-bottom: 15px;*/
}
.more a{
    color: #b4b4b4
}
.more span{
  font-size: 1em;
}
.more .gomore:after,.more .gochannel:after{
  content: ""; display: inline-block;
  width: 21px; height: 21px;
  vertical-align: -5px;
  margin-left: 5px;
}
.more .gochannel:after{
  background-position: -63px 0;
}
.more .gomore:after{
  background-position: -42px 0;
}

/*module*/
.module{
    overflow: hidden;
}
.module,.module .content{
    width: 100%;
    
}
.module .content{
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 23px;
}
.module .panel{
    width: 100%; position: relative;
    float: left;
}