/* CSS Document */
.aboutcon {
  background: url(../img/slider/aboutphoto.jpg) no-repeat bottom right;
  color: #696969
}

h1.t_nav {
  border-bottom: #337ab7 1px solid;
  font-size: 12px;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
}

h1.t_nav a {
  width: 100px;
  display: block;
  text-align: center;
  color: #fff;
  float: left
}

h1.t_nav span {
  float: right;
  color: #999
}

.n1 {
  background: #777;
}

.n2 {
  background: #9d9d9d;
}

/*.about{ width:75%;overflow: hidden; background: url(../img/slider/r_line.jpg) repeat-y right; line-height:22px; }*/
.about h2 {
  font-size: 22px;
  font-family: 'Architects Daughter', cursive;
  margin-bottom: 20px
}

.about p {
  margin-bottom: 20px
}

.about_c, .about {
  margin: 20px 0
}

.about ul {
  width: 90%
}

.about_c {
  padding: 10px 0 0 10px;
  color: #999;
  line-height: 26px;
}

.about_c img {
  margin: 5px 0
}

.about_c span {
  color: #19A566
}

a.blog_link {
  color: #1CA368;
  margin: 0 20px;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, img {
  border: 0;
}

body {
  font: 12px/180% Arial, Helvetica, sans-serif, "宋体";
}

.focusbox {
  width: 990px;
  height: 405px;
  position: relative;
  margin: 20px auto;
  overflow: hidden;
}

.arrowbtn {
  background: #ddd;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 100px;
}

.prebtn {
  left: 0;
}

.nextbtn {
  right: 0;
}

.contentimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 7000px;
}

.contentimg li {
  width: 990px;
  height: 340px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.contentimg li img {
  width: 990px;
  height: 340px;
}

.contentdesc {
  position: absolute;
  top: 0;
  right: 0;
  width: 282px;
  height: 340px;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
}

.contentdesc .desc {
  color: #dadada;
}

.contentdesc .desc h4 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.contentdesc .desc strong {
  color: #e4007f;
}

.contentdesc .desc .def_ico {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68px;
  height: 18px;
  overflow: hidden;
  background: url(images/T193mCXnRQXXXXXXXX-300-300.png) no-repeat -112px -129px;
  vertical-align: middle;
}

.contentdesc .desc .stars {
  display: inline-block;
  width: 53px;
  height: 10px;
  background: url(images/T1t2aCXnVZXXXXXXXX-53-10.png) no-repeat;
}

.contentdesc .desc_btn {
  display: block;
  width: 119px;
  height: 38px;
  background: url(images/T1VzKGXbNpXXXXXXXX-119-38.png) no-repeat;
  margin-top: 12px;
}

.contentdesc li {
  width: 262px;
  height: 320px;
  padding: 20px 0 0 20px;
}

.focusbox .navbox {
  width: 1000px;
  overflow: hidden;
  position: absolute;
  right: -12px;
  bottom: 0;
}

.focusbox .navbox li {
  width: 139px;
  height: 55px;
  overflow: hidden;
  float: left;
  margin-right: 2px;
}

.focusbox .navbox li img {
  width: 139px;
  height: 55px;
}

.focusbox .navbox li.selected {
  width: 137px;
  height: 53px;
  border: 1px solid #ff32a5;
}

.focusbox .navbox li.selected img {
  width: 137px;
  height: 53px;
}
/*博主自我介绍*/
.intro{
  width: 990px;
  margin: 0 auto;
}
.intro:hover{
  border: 1px #ff8908 solid;
  cursor: pointer;
}
.intro>a{
  display: block;
  padding: 0px 15px 15px 20px;
}
.intro strong{
  background-color: #FF5E52;
  margin: -1px 0 0 0;
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.intro .title{
  color: #FF5E52;
  font-size: 20px;
  font-weight: normal;
  margin-top: 14px;
}
.intro .overView{
  color: #89119d;
  margin-bottom: 5px;
  text-indent: 2%;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}